aws-cdk-lib.aws_appflow.CfnFlow.LookoutMetricsDestinationPropertiesProperty

interface LookoutMetricsDestinationPropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.LookoutMetricsDestinationPropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_LookoutMetricsDestinationPropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.LookoutMetricsDestinationPropertiesProperty
Pythonaws_cdk.aws_appflow.CfnFlow.LookoutMetricsDestinationPropertiesProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » LookoutMetricsDestinationPropertiesProperty

The properties that are applied when Amazon Lookout for Metrics is used as a destination.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const lookoutMetricsDestinationPropertiesProperty: appflow.CfnFlow.LookoutMetricsDestinationPropertiesProperty = {
  object: 'object',
};

Properties

NameTypeDescription
object?stringThe object specified in the Amazon Lookout for Metrics flow destination.

object?

Type: string (optional)

The object specified in the Amazon Lookout for Metrics flow destination.