@Stability(value=Stable) public static final class CfnResourceSpecificLogging.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceSpecificLogging>
CfnResourceSpecificLogging.| Modifier and Type | Method and Description |
|---|---|
CfnResourceSpecificLogging |
build() |
static CfnResourceSpecificLogging.Builder |
create(Construct scope,
String id) |
CfnResourceSpecificLogging.Builder |
logLevel(String logLevel)
The logging level.
|
CfnResourceSpecificLogging.Builder |
targetName(String targetName)
The log target name.
|
CfnResourceSpecificLogging.Builder |
targetType(String targetType)
The log target type.
|
@Stability(value=Stable) public static CfnResourceSpecificLogging.Builder create(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.CfnResourceSpecificLogging.Builder.@Stability(value=Stable) public CfnResourceSpecificLogging.Builder logLevel(String logLevel)
Valid values are DEBUG , INFO , ERROR , WARN , and DISABLED .
logLevel - The logging level. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLogging.Builder targetName(String targetName)
targetName - The log target name. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLogging.Builder targetType(String targetType)
targetType - The log target type. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLogging build()
build in interface software.amazon.jsii.Builder<CfnResourceSpecificLogging>Copyright © 2022. All rights reserved.