@Stability(value=Stable)
public static interface CfnResourceVersion.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.*;
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 String |
getLogGroupName()
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers.
|
default String |
getLogRoleArn()
The 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 CfnResourceVersion.LoggingConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.