@Stability(value=Stable)
public static interface CfnTypeActivation.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.services.cloudformation.*;
LoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder()
.logGroupName("logGroupName")
.logRoleArn("logRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTypeActivation.LoggingConfigProperty.Builder
A builder for
CfnTypeActivation.LoggingConfigProperty |
static class |
CfnTypeActivation.LoggingConfigProperty.Jsii$Proxy
An implementation for
CfnTypeActivation.LoggingConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTypeActivation.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 CfnTypeActivation.LoggingConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.