public static interface CfnChannel.LogConfigurationProperty
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.mediapackage.*; LogConfigurationProperty logConfigurationProperty = LogConfigurationProperty.builder() .logGroupName("logGroupName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.LogConfigurationProperty.Builder
A builder for
CfnChannel.LogConfigurationProperty |
static class |
CfnChannel.LogConfigurationProperty.Jsii$Proxy
An implementation for
CfnChannel.LogConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.LogConfigurationProperty.Builder |
builder() |
default java.lang.String |
getLogGroupName()
Sets a custom Amazon CloudWatch log group name.
|
default java.lang.String getLogGroupName()
static CfnChannel.LogConfigurationProperty.Builder builder()