Class CfnEventType.EventVariableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventType.EventVariableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventType.EventVariableProperty
CfnEventType.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.CfnEventType.EventVariableProperty
CfnEventType.EventVariableProperty.Builder, CfnEventType.EventVariableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventType.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 event variable was created.final StringThe source of the event variable.final StringThe data type of the event variable.final StringThe default value of the event variable.final StringThe event variable description.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 theCfnEventType.EventVariableProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnEventType.EventVariablePropertyThe event variable ARN.- Specified by:
getArnin interfaceCfnEventType.EventVariableProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnEventType.EventVariablePropertyTimestamp for when event variable was created.- Specified by:
getCreatedTimein interfaceCfnEventType.EventVariableProperty- See Also:
-
getDataSource
Description copied from interface:CfnEventType.EventVariablePropertyThe source of the event variable.Valid values:
EVENT | EXTERNAL_MODEL_SCOREWhen defining a variable within a event type, 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 interfaceCfnEventType.EventVariableProperty- See Also:
-
getDataType
Description copied from interface:CfnEventType.EventVariablePropertyThe data type of the event variable.For more information, see Data types .
- Specified by:
getDataTypein interfaceCfnEventType.EventVariableProperty- See Also:
-
getDefaultValue
Description copied from interface:CfnEventType.EventVariablePropertyThe default value of the event variable.- Specified by:
getDefaultValuein interfaceCfnEventType.EventVariableProperty- See Also:
-
getDescription
Description copied from interface:CfnEventType.EventVariablePropertyThe event variable description.- Specified by:
getDescriptionin interfaceCfnEventType.EventVariableProperty- See Also:
-
getInline
Description copied from interface:CfnEventType.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::EventTypeyou 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 event type but not execute any changes to the variables.- Specified by:
getInlinein interfaceCfnEventType.EventVariableProperty- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnEventType.EventVariablePropertyTimestamp for when the event variable was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnEventType.EventVariableProperty- See Also:
-
getName
Description copied from interface:CfnEventType.EventVariablePropertyThe name of the event variable.- Specified by:
getNamein interfaceCfnEventType.EventVariableProperty- See Also:
-
getTags
Description copied from interface:CfnEventType.EventVariablePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnEventType.EventVariableProperty- See Also:
-
getVariableType
Description copied from interface:CfnEventType.EventVariablePropertyThe type of event variable.For more information, see Variable types .
- Specified by:
getVariableTypein interfaceCfnEventType.EventVariableProperty- 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()
-