@Stability(value=Stable) @Internal public static final class CfnVariableProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVariableProps
CfnVariablePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnVariableProps.Builder, CfnVariableProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVariableProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVariableProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDataSource()
The data source of the variable.
|
String |
getDataType()
The data type of the variable.
|
String |
getDefaultValue()
The default value of the variable.
|
String |
getDescription()
The description of the variable.
|
String |
getName()
The name of the variable.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
String |
getVariableType()
The type of the variable.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnVariableProps.Builder builder)
CfnVariableProps.Builder.public final String getDataSource()
CfnVariableProps
Valid values: EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.
getDataSource in interface CfnVariablePropspublic final String getDataType()
CfnVariableProps
Valid data types: STRING | INTEGER | BOOLEAN | FLOAT
getDataType in interface CfnVariablePropspublic final String getDefaultValue()
CfnVariablePropsgetDefaultValue in interface CfnVariablePropspublic final String getName()
CfnVariableProps
Pattern: ^[0-9a-z_-]+$
getName in interface CfnVariablePropspublic final String getDescription()
CfnVariablePropsgetDescription in interface CfnVariablePropspublic final List<CfnTag> getTags()
CfnVariablePropsFor more information, see Tag .
getTags in interface CfnVariablePropspublic final String getVariableType()
CfnVariableProps
Valid Values: AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
getVariableType in interface CfnVariableProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.