public static interface CfnHookVersion.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 |
CfnHookVersion.LoggingConfigProperty.Builder
A builder for
CfnHookVersion.LoggingConfigProperty |
static class |
CfnHookVersion.LoggingConfigProperty.Jsii$Proxy
An implementation for
CfnHookVersion.LoggingConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnHookVersion.LoggingConfigProperty.Builder |
builder() |
default java.lang.String |
getLogGroupName()
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
|
default java.lang.String |
getLogRoleArn()
The Amazon Resource Name (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 CfnHookVersion.LoggingConfigProperty.Builder builder()