@Stability(value=Stable) public static final class CfnLogging.Builder extends Object implements software.amazon.jsii.Builder<CfnLogging>
CfnLogging.| Modifier and Type | Method and Description |
|---|---|
CfnLogging.Builder |
accountId(String accountId)
The account ID.
|
CfnLogging |
build() |
static CfnLogging.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLogging.Builder |
defaultLogLevel(String defaultLogLevel)
The default log level.
|
CfnLogging.Builder |
roleArn(String roleArn)
The role ARN used for the log.
|
@Stability(value=Stable) public static CfnLogging.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLogging.Builder.@Stability(value=Stable) public CfnLogging.Builder accountId(String accountId)
accountId - The account ID. This parameter is required.this@Stability(value=Stable) public CfnLogging.Builder defaultLogLevel(String defaultLogLevel)
Valid Values: DEBUG | INFO | ERROR | WARN | DISABLED
defaultLogLevel - The default log level. This parameter is required.this@Stability(value=Stable) public CfnLogging.Builder roleArn(String roleArn)
roleArn - The role ARN used for the log. This parameter is required.this@Stability(value=Stable) public CfnLogging build()
build in interface software.amazon.jsii.Builder<CfnLogging>Copyright © 2022. All rights reserved.