Class CfnDetectorPropsMixin.EventVariableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorPropsMixin.EventVariableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorPropsMixin.EventVariableProperty
CfnDetectorPropsMixin.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.cfnpropertymixins.services.frauddetector.CfnDetectorPropsMixin.EventVariableProperty
CfnDetectorPropsMixin.EventVariableProperty.Builder, CfnDetectorPropsMixin.EventVariableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetectorPropsMixin.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 theCfnDetectorPropsMixin.EventVariableProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyThe event variable ARN.- Specified by:
getArnin interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyTimestamp for when the event variable was created.- Specified by:
getCreatedTimein interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getDataSource
Description copied from interface:CfnDetectorPropsMixin.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 interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getDataType
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyThe data type of the event variable.Valid values:
STRING | INTEGER | BOOLEAN | FLOAT- Specified by:
getDataTypein interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getDefaultValue
Description copied from interface:CfnDetectorPropsMixin.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 interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getDescription
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyThe description of the event variable.- Specified by:
getDescriptionin interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getInline
Description copied from interface:CfnDetectorPropsMixin.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.Returns union: either
BooleanorIResolvable- Specified by:
getInlinein interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyTimestamp for when the event variable was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getName
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyThe name of the event variable.- Specified by:
getNamein interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getTags
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetectorPropsMixin.EventVariableProperty- See Also:
-
getVariableType
Description copied from interface:CfnDetectorPropsMixin.EventVariablePropertyThe type of event variable.For more information, see Variable types .
- Specified by:
getVariableTypein interfaceCfnDetectorPropsMixin.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()
-