@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(software.constructs.Construct scope,
String id) |
CfnResourceSpecificLogging.Builder |
logLevel(String logLevel)
The default log level.Valid Values: `DEBUG | INFO | ERROR | WARN | DISABLED`.
|
CfnResourceSpecificLogging.Builder |
targetName(String targetName)
The target name.
|
CfnResourceSpecificLogging.Builder |
targetType(String targetType)
The target type.
|
@Stability(value=Stable) public static CfnResourceSpecificLogging.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.CfnResourceSpecificLogging.Builder.@Stability(value=Stable) public CfnResourceSpecificLogging.Builder logLevel(String logLevel)
logLevel - The default log level.Valid Values: `DEBUG | INFO | ERROR | WARN | DISABLED`. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLogging.Builder targetName(String targetName)
targetName - The target name. This parameter is required.this@Stability(value=Stable) public CfnResourceSpecificLogging.Builder targetType(String targetType)
Valid Values: DEFAULT | THING_GROUP
targetType - The 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.