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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.frauddetector.CfnEventType.EventVariableProperty
CfnEventType.EventVariableProperty.Builder, CfnEventType.EventVariableProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEventType.EventVariableProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getArn()
The event variable ARN.final String
Timestamp for when event variable was created.final String
The source of the event variable.final String
The data type of the event variable.final String
The default value of the event variable.final String
The event variable description.final Object
Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.final String
Timestamp for when the event variable was last updated.final String
getName()
The name of the event variable.getTags()
An array of key-value pairs to apply to this resource.final String
The type of event variable.final int
hashCode()
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.EventVariableProperty
The event variable ARN.- Specified by:
getArn
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getCreatedTime
Description copied from interface:CfnEventType.EventVariableProperty
Timestamp for when event variable was created.- Specified by:
getCreatedTime
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getDataSource
Description copied from interface:CfnEventType.EventVariableProperty
The source of the event variable.Valid values:
EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, 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 eitherEVENT
orMODEL_SCORE
for DataSource.- Specified by:
getDataSource
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getDataType
Description copied from interface:CfnEventType.EventVariableProperty
The data type of the event variable.For more information, see Data types .
- Specified by:
getDataType
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getDefaultValue
Description copied from interface:CfnEventType.EventVariableProperty
The default value of the event variable.- Specified by:
getDefaultValue
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getDescription
Description copied from interface:CfnEventType.EventVariableProperty
The event variable description.- Specified by:
getDescription
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getInline
Description copied from interface:CfnEventType.EventVariableProperty
Indicates 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::EventType
you must define at least two variables. You can setInline=true
for 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:
getInline
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnEventType.EventVariableProperty
Timestamp for when the event variable was last updated.- Specified by:
getLastUpdatedTime
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getName
Description copied from interface:CfnEventType.EventVariableProperty
The name of the event variable.- Specified by:
getName
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getTags
Description copied from interface:CfnEventType.EventVariableProperty
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
getVariableType
Description copied from interface:CfnEventType.EventVariableProperty
The type of event variable.For more information, see Variable types .
- Specified by:
getVariableType
in interfaceCfnEventType.EventVariableProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-