Interface CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfiguration
@Stability(Stable)
public static interface CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The CloudWatchLogsDestinationConfiguration property type specifies a CloudWatch Logs location where chat logs will be stored.
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.ivschat.*; CloudWatchLogsDestinationConfigurationProperty cloudWatchLogsDestinationConfigurationProperty = CloudWatchLogsDestinationConfigurationProperty.builder() .logGroupName("logGroupName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupName
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged. -
builder
@Stability(Stable) static CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty.Builder builder()
-