@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.639Z") @Stability(value=Stable) public interface CfnLoggerDefinitionVersionProps 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.greengrass.*;
CfnLoggerDefinitionVersionProps cfnLoggerDefinitionVersionProps = CfnLoggerDefinitionVersionProps.builder()
.loggerDefinitionId("loggerDefinitionId")
.loggers(List.of(LoggerProperty.builder()
.component("component")
.id("id")
.level("level")
.type("type")
// the properties below are optional
.space(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLoggerDefinitionVersionProps.Builder
A builder for
CfnLoggerDefinitionVersionProps |
static class |
CfnLoggerDefinitionVersionProps.Jsii$Proxy
An implementation for
CfnLoggerDefinitionVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLoggerDefinitionVersionProps.Builder |
builder() |
String |
getLoggerDefinitionId()
The ID of the logger definition associated with this version.
|
Object |
getLoggers()
The loggers in this version.
|
@Stability(value=Stable) @NotNull String getLoggerDefinitionId()
This value is a GUID.
@Stability(value=Stable) @NotNull Object getLoggers()
@Stability(value=Stable) static CfnLoggerDefinitionVersionProps.Builder builder()
Copyright © 2022. All rights reserved.