interface CloudWatchLogsDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_smsvoice.CfnConfigurationSet.CloudWatchLogsDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssmsvoice#CfnConfigurationSet_CloudWatchLogsDestinationProperty |
![]() | software.amazon.awscdk.services.smsvoice.CfnConfigurationSet.CloudWatchLogsDestinationProperty |
![]() | aws_cdk.aws_smsvoice.CfnConfigurationSet.CloudWatchLogsDestinationProperty |
![]() | aws-cdk-lib » aws_smsvoice » CfnConfigurationSet » CloudWatchLogsDestinationProperty |
Contains the destination configuration to use when publishing message sending events.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_smsvoice as smsvoice } from 'aws-cdk-lib';
const cloudWatchLogsDestinationProperty: smsvoice.CfnConfigurationSet.CloudWatchLogsDestinationProperty = {
iamRoleArn: 'iamRoleArn',
logGroupArn: 'logGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
iam | string | The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination. |
log | string | The name of the Amazon CloudWatch log group that you want to record events in. |
iamRoleArn
Type:
string
The Amazon Resource Name (ARN) of an AWS Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
logGroupArn
Type:
string
The name of the Amazon CloudWatch log group that you want to record events in.