Class CfnVariableMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVariableMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVariableMixinProps
CfnVariableMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnVariableMixinProps
CfnVariableMixinProps.Builder, CfnVariableMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVariableMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVariableMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe data source of the variable.final StringThe data type of the variable.final StringThe default value of the variable.final StringThe description of the variable.final StringgetName()The name of the variable.getTags()An array of key-value pairs to apply to this resource.final StringThe type of the variable.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVariableMixinProps.Builder.
-
-
Method Details
-
getDataSource
Description copied from interface:CfnVariableMixinPropsThe data source of the variable.Valid values:
EVENT | EXTERNAL_MODEL_SCOREWhen defining a variable within a detector, you can only use the
EVENTvalue for DataSource when the Inline property is set to true. If the Inline property is set false, you can use eitherEVENTorMODEL_SCOREfor DataSource.- Specified by:
getDataSourcein interfaceCfnVariableMixinProps- See Also:
-
getDataType
Description copied from interface:CfnVariableMixinPropsThe data type of the variable.Valid data types:
STRING | INTEGER | BOOLEAN | FLOAT- Specified by:
getDataTypein interfaceCfnVariableMixinProps- See Also:
-
getDefaultValue
Description copied from interface:CfnVariableMixinPropsThe default value of the variable.- Specified by:
getDefaultValuein interfaceCfnVariableMixinProps- See Also:
-
getDescription
Description copied from interface:CfnVariableMixinPropsThe description of the variable.- Specified by:
getDescriptionin interfaceCfnVariableMixinProps- See Also:
-
getName
Description copied from interface:CfnVariableMixinPropsThe name of the variable.Pattern:
^[0-9a-z_-]+$- Specified by:
getNamein interfaceCfnVariableMixinProps- See Also:
-
getTags
Description copied from interface:CfnVariableMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnVariableMixinProps- See Also:
-
getVariableType
Description copied from interface:CfnVariableMixinPropsThe type of the variable. For more information see Variable types .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- Specified by:
getVariableTypein interfaceCfnVariableMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-