Interface CfnConfigurationSet.CloudWatchLogsDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSet.CloudWatchLogsDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSet
@Stability(Stable)
public static interface CfnConfigurationSet.CloudWatchLogsDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.smsvoice.*; CloudWatchLogsDestinationProperty cloudWatchLogsDestinationProperty = CloudWatchLogsDestinationProperty.builder() .iamRoleArn("iamRoleArn") .logGroupArn("logGroupArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationSet.CloudWatchLogsDestinationProperty
static final class
An implementation forCfnConfigurationSet.CloudWatchLogsDestinationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.The name of the Amazon CloudWatch log group that you want to record events in.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIamRoleArn
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.- See Also:
-
getLogGroupArn
The name of the Amazon CloudWatch log group that you want to record events in.- See Also:
-
builder
-