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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.frauddetector.CfnDetector.EventVariableProperty
CfnDetector.EventVariableProperty.Builder, CfnDetector.EventVariableProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDetector.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 the event variable was created.final String
The data 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 description of the event variable.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 theCfnDetector.EventVariableProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetector.EventVariableProperty
The event variable ARN.- Specified by:
getArn
in interfaceCfnDetector.EventVariableProperty
-
getCreatedTime
Description copied from interface:CfnDetector.EventVariableProperty
Timestamp for when the event variable was created.- Specified by:
getCreatedTime
in interfaceCfnDetector.EventVariableProperty
-
getDataSource
Description copied from interface:CfnDetector.EventVariableProperty
The data source of the event variable.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 eitherEVENT
orMODEL_SCORE
for DataSource.- Specified by:
getDataSource
in interfaceCfnDetector.EventVariableProperty
-
getDataType
Description copied from interface:CfnDetector.EventVariableProperty
The data type of the event variable.Valid values:
STRING | INTEGER | BOOLEAN | FLOAT
- Specified by:
getDataType
in interfaceCfnDetector.EventVariableProperty
-
getDefaultValue
Description copied from interface:CfnDetector.EventVariableProperty
The default value of the event variable.This is required if you are providing the details of your variables instead of the ARN.
- Specified by:
getDefaultValue
in interfaceCfnDetector.EventVariableProperty
-
getDescription
Description copied from interface:CfnDetector.EventVariableProperty
The description of the event variable.- Specified by:
getDescription
in interfaceCfnDetector.EventVariableProperty
-
getInline
Description copied from interface:CfnDetector.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::Detector
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 detector but not execute any changes to the variables.- Specified by:
getInline
in interfaceCfnDetector.EventVariableProperty
-
getLastUpdatedTime
Description copied from interface:CfnDetector.EventVariableProperty
Timestamp for when the event variable was last updated.- Specified by:
getLastUpdatedTime
in interfaceCfnDetector.EventVariableProperty
-
getName
Description copied from interface:CfnDetector.EventVariableProperty
The name of the event variable.- Specified by:
getName
in interfaceCfnDetector.EventVariableProperty
-
getTags
Description copied from interface:CfnDetector.EventVariableProperty
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnDetector.EventVariableProperty
-
getVariableType
Description copied from interface:CfnDetector.EventVariableProperty
The type of event variable.For more information, see Variable types .
- Specified by:
getVariableType
in interfaceCfnDetector.EventVariableProperty
-
$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()
-