@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:10.204Z") @Stability(value=Stable) public interface CfnResourceSpecificLoggingProps 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.iot.*;
CfnResourceSpecificLoggingProps cfnResourceSpecificLoggingProps = CfnResourceSpecificLoggingProps.builder()
.logLevel("logLevel")
.targetName("targetName")
.targetType("targetType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceSpecificLoggingProps.Builder
A builder for
CfnResourceSpecificLoggingProps |
static class |
CfnResourceSpecificLoggingProps.Jsii$Proxy
An implementation for
CfnResourceSpecificLoggingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceSpecificLoggingProps.Builder |
builder() |
String |
getLogLevel()
The logging level.
|
String |
getTargetName()
The log target name.
|
String |
getTargetType()
The log target type.
|
@Stability(value=Stable) @NotNull String getLogLevel()
Valid values are DEBUG , INFO , ERROR , WARN , and DISABLED .
@Stability(value=Stable) @NotNull String getTargetName()
@Stability(value=Stable) @NotNull String getTargetType()
@Stability(value=Stable) static CfnResourceSpecificLoggingProps.Builder builder()
Copyright © 2022. All rights reserved.