@Stability(value=Stable) @Internal public static final class CfnDetector.EventVariableProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetector.EventVariableProperty
CfnDetector.EventVariablePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDetector.EventVariableProperty.Builder, CfnDetector.EventVariableProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDetector.EventVariableProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDetector.EntityTypeProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getArn()
The event variable ARN.
|
String |
getCreatedTime()
Timestamp for when the event variable was created.
|
String |
getDataSource()
The data source of the event variable.
|
String |
getDataType()
The data type of the event variable.
|
String |
getDefaultValue()
The default value of the event variable.
|
String |
getDescription()
The description of the event variable.
|
Object |
getInline()
Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.
|
String |
getLastUpdatedTime()
Timestamp for when the event variable was last updated.
|
String |
getName()
The name of the event variable.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
String |
getVariableType()
The type of event variable.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDetector.EventVariableProperty.Builder builder)
CfnDetector.EntityTypeProperty.Builder.public final String getArn()
CfnDetector.EventVariablePropertygetArn in interface CfnDetector.EventVariablePropertypublic final String getCreatedTime()
CfnDetector.EventVariablePropertygetCreatedTime in interface CfnDetector.EventVariablePropertypublic final String getDataSource()
CfnDetector.EventVariableProperty
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 either EVENT or MODEL_SCORE for DataSource.
getDataSource in interface CfnDetector.EventVariablePropertypublic final String getDataType()
CfnDetector.EventVariableProperty
Valid values: STRING | INTEGER | BOOLEAN | FLOAT
getDataType in interface CfnDetector.EventVariablePropertypublic final String getDefaultValue()
CfnDetector.EventVariablePropertyThis is required if you are providing the details of your variables instead of the ARN.
getDefaultValue in interface CfnDetector.EventVariablePropertypublic final String getDescription()
CfnDetector.EventVariablePropertygetDescription in interface CfnDetector.EventVariablePropertypublic final Object getInline()
CfnDetector.EventVariableProperty
If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , 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 set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.
getInline in interface CfnDetector.EventVariablePropertypublic final String getLastUpdatedTime()
CfnDetector.EventVariablePropertygetLastUpdatedTime in interface CfnDetector.EventVariablePropertypublic final String getName()
CfnDetector.EventVariablePropertygetName in interface CfnDetector.EventVariablePropertypublic final List<CfnTag> getTags()
CfnDetector.EventVariablePropertyFor more information, see Tag .
getTags in interface CfnDetector.EventVariablePropertypublic final String getVariableType()
CfnDetector.EventVariablePropertyFor more information, see Variable types .
getVariableType in interface CfnDetector.EventVariableProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.