Class CfnDetector.EventVariableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetector.EventVariableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDetector.EventVariableProperty
CfnDetector.EventVariableProperty-
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.services.frauddetector.CfnDetector.EventVariableProperty
CfnDetector.EventVariableProperty.Builder, CfnDetector.EventVariableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetector.EventVariableProperty.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 StringgetArn()The event variable ARN.final StringTimestamp for when the event variable was created.final StringThe data source of the event variable.final StringThe data type of the event variable.final StringThe default value of the event variable.final StringThe description of the event variable.final ObjectIndicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.final StringTimestamp for when the event variable was last updated.final StringgetName()The name of the event variable.getTags()An array of key-value pairs to apply to this resource.final StringThe type of event 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 theCfnDetector.EventVariableProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetector.EventVariablePropertyThe event variable ARN.- Specified by:
getArnin interfaceCfnDetector.EventVariableProperty
-
getCreatedTime
Description copied from interface:CfnDetector.EventVariablePropertyTimestamp for when the event variable was created.- Specified by:
getCreatedTimein interfaceCfnDetector.EventVariableProperty
-
getDataSource
Description copied from interface:CfnDetector.EventVariablePropertyThe data source of the event 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 interfaceCfnDetector.EventVariableProperty
-
getDataType
Description copied from interface:CfnDetector.EventVariablePropertyThe data type of the event variable.Valid values:
STRING | INTEGER | BOOLEAN | FLOAT- Specified by:
getDataTypein interfaceCfnDetector.EventVariableProperty
-
getDefaultValue
Description copied from interface:CfnDetector.EventVariablePropertyThe default value of the event variable.This is required if you are providing the details of your variables instead of the ARN.
- Specified by:
getDefaultValuein interfaceCfnDetector.EventVariableProperty
-
getDescription
Description copied from interface:CfnDetector.EventVariablePropertyThe description of the event variable.- Specified by:
getDescriptionin interfaceCfnDetector.EventVariableProperty
-
getInline
Description copied from interface:CfnDetector.EventVariablePropertyIndicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.If the value is
true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value isfalse, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.For example, when creating
AWS::FraudDetector::Detectoryou must define at least two variables. You can setInline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Specified by:
getInlinein interfaceCfnDetector.EventVariableProperty
-
getLastUpdatedTime
Description copied from interface:CfnDetector.EventVariablePropertyTimestamp for when the event variable was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnDetector.EventVariableProperty
-
getName
Description copied from interface:CfnDetector.EventVariablePropertyThe name of the event variable.- Specified by:
getNamein interfaceCfnDetector.EventVariableProperty
-
getTags
Description copied from interface:CfnDetector.EventVariablePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetector.EventVariableProperty
-
getVariableType
Description copied from interface:CfnDetector.EventVariablePropertyThe type of event variable.For more information, see Variable types .
- Specified by:
getVariableTypein interfaceCfnDetector.EventVariableProperty
-
$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()
-