@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.715Z") @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()
`AWS::Greengrass::LoggerDefinitionVersion.LoggerDefinitionId`.
|
Object |
getLoggers()
`AWS::Greengrass::LoggerDefinitionVersion.Loggers`.
|
@Stability(value=Stable) @NotNull String getLoggerDefinitionId()
@Stability(value=Stable) @NotNull Object getLoggers()
@Stability(value=Stable) static CfnLoggerDefinitionVersionProps.Builder builder()
Copyright © 2021. All rights reserved.