public static interface CfnResourceVersion.LoggingConfigProperty
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.cloudformation.*; LoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder() .logGroupName("logGroupName") .logRoleArn("logRoleArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnResourceVersion.LoggingConfigProperty.Builder
A builder for
CfnResourceVersion.LoggingConfigProperty |
static class |
CfnResourceVersion.LoggingConfigProperty.Jsii$Proxy
An implementation for
CfnResourceVersion.LoggingConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnResourceVersion.LoggingConfigProperty.Builder |
builder() |
default java.lang.String |
getLogGroupName()
The Amazon CloudWatch logs group to which CloudFormation sends error logging information when invoking the type's handlers.
|
default java.lang.String |
getLogRoleArn()
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
|
default java.lang.String getLogGroupName()
default java.lang.String getLogRoleArn()
static CfnResourceVersion.LoggingConfigProperty.Builder builder()