@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-17T17:31:09.830Z")
public interface CfnLoggerDefinitionVersionProps
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() |
java.lang.String |
getLoggerDefinitionId()
The ID of the logger definition associated with this version.
|
java.lang.Object |
getLoggers()
The loggers in this version.
|
java.lang.String getLoggerDefinitionId()
This value is a GUID.
java.lang.Object getLoggers()
static CfnLoggerDefinitionVersionProps.Builder builder()