Interface CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfigurationPropsMixin
@Stability(Stable)
public static interface CfnLoggingConfigurationPropsMixin.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.cfnpropertymixins.services.ivschat.*;
CloudWatchLogsDestinationConfigurationProperty cloudWatchLogsDestinationConfigurationProperty = CloudWatchLogsDestinationConfigurationProperty.builder()
.logGroupName("logGroupName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty -
Method Summary
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.Returns union: either
StringorILogGroupRef- See Also:
-
builder
@Stability(Stable) static CfnLoggingConfigurationPropsMixin.CloudWatchLogsDestinationConfigurationProperty.Builder builder()
-