@Stability(value=Stable)
public static interface CfnHookVersion.LoggingConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; 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 String |
getLogGroupName()
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
|
default String |
getLogRoleArn()
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
|
@Stability(value=Stable) @Nullable default String getLogGroupName()
@Stability(value=Stable) @Nullable default String getLogRoleArn()
@Stability(value=Stable) static CfnHookVersion.LoggingConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.