@Stability(value=Stable)
public static interface CfnDetector.EventVariableProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetector.EventVariableProperty.Builder
A builder for
CfnDetector.EventVariableProperty |
static class |
CfnDetector.EventVariableProperty.Jsii$Proxy
An implementation for
CfnDetector.EventVariableProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetector.EventVariableProperty.Builder |
builder() |
default String |
getArn()
`CfnDetector.EventVariableProperty.Arn`.
|
default String |
getCreatedTime()
`CfnDetector.EventVariableProperty.CreatedTime`.
|
default String |
getDataSource()
`CfnDetector.EventVariableProperty.DataSource`.
|
default String |
getDataType()
`CfnDetector.EventVariableProperty.DataType`.
|
default String |
getDefaultValue()
`CfnDetector.EventVariableProperty.DefaultValue`.
|
default String |
getDescription()
`CfnDetector.EventVariableProperty.Description`.
|
default Object |
getInline()
`CfnDetector.EventVariableProperty.Inline`.
|
default String |
getLastUpdatedTime()
`CfnDetector.EventVariableProperty.LastUpdatedTime`.
|
default String |
getName()
`CfnDetector.EventVariableProperty.Name`.
|
default List<CfnTag> |
getTags()
`CfnDetector.EventVariableProperty.Tags`.
|
default String |
getVariableType()
`CfnDetector.EventVariableProperty.VariableType`.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) @Nullable default String getCreatedTime()
@Stability(value=Stable) @Nullable default String getDataSource()
@Stability(value=Stable) @Nullable default String getDataType()
@Stability(value=Stable) @Nullable default String getDefaultValue()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getInline()
@Stability(value=Stable) @Nullable default String getLastUpdatedTime()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getVariableType()
@Stability(value=Stable) static CfnDetector.EventVariableProperty.Builder builder()
Copyright © 2021. All rights reserved.