aws-cdk-lib.aws_osis.CfnPipeline.CloudWatchLogDestinationProperty

interface CloudWatchLogDestinationProperty

LanguageType name
.NETAmazon.CDK.aws_osis.CfnPipeline.CloudWatchLogDestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsosis#CfnPipeline_CloudWatchLogDestinationProperty
Javaservices.osis.CfnPipeline.CloudWatchLogDestinationProperty
Pythonaws_cdk.aws_osis.CfnPipeline.CloudWatchLogDestinationProperty
TypeScript aws-cdk-lib » aws_osis » CfnPipeline » CloudWatchLogDestinationProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_osis as osis } from 'aws-cdk-lib';
const cloudWatchLogDestinationProperty: osis.CfnPipeline.CloudWatchLogDestinationProperty = {
  logGroup: 'logGroup',
};

Properties

NameTypeDescription
logGroup?stringCfnPipeline.CloudWatchLogDestinationProperty.LogGroup.

logGroup?

Type: string (optional)

CfnPipeline.CloudWatchLogDestinationProperty.LogGroup.