@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.598Z") @Stability(value=Stable) public interface CfnVariableProps 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.frauddetector.*;
CfnVariableProps cfnVariableProps = CfnVariableProps.builder()
.dataSource("dataSource")
.dataType("dataType")
.defaultValue("defaultValue")
.name("name")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.variableType("variableType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVariableProps.Builder
A builder for
CfnVariableProps |
static class |
CfnVariableProps.Jsii$Proxy
An implementation for
CfnVariableProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVariableProps.Builder |
builder() |
String |
getDataSource()
`AWS::FraudDetector::Variable.DataSource`.
|
String |
getDataType()
`AWS::FraudDetector::Variable.DataType`.
|
String |
getDefaultValue()
`AWS::FraudDetector::Variable.DefaultValue`.
|
default String |
getDescription()
`AWS::FraudDetector::Variable.Description`.
|
String |
getName()
`AWS::FraudDetector::Variable.Name`.
|
default List<CfnTag> |
getTags()
`AWS::FraudDetector::Variable.Tags`.
|
default String |
getVariableType()
`AWS::FraudDetector::Variable.VariableType`.
|
@Stability(value=Stable) @NotNull String getDataSource()
@Stability(value=Stable) @NotNull String getDataType()
@Stability(value=Stable) @NotNull String getDefaultValue()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getVariableType()
@Stability(value=Stable) static CfnVariableProps.Builder builder()
CfnVariableProps.Builder of CfnVariablePropsCopyright © 2021. All rights reserved.