@Stability(value=Stable) @Internal public static final class CfnDetector.EventTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetector.EventTypeProperty
CfnDetector.EventTypePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDetector.EventTypeProperty.Builder, CfnDetector.EventTypeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDetector.EventTypeProperty.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 entity type ARN.
|
String |
getCreatedTime()
Timestamp of when the event type was created.
|
String |
getDescription()
The event type description.
|
Object |
getEntityTypes()
The event type entity types.
|
Object |
getEventVariables()
The event type event variables.
|
Object |
getInline()
Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.
|
Object |
getLabels()
The event type labels.
|
String |
getLastUpdatedTime()
Timestamp of when the event type was last updated.
|
String |
getName()
The event type name.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
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.EventTypeProperty.Builder builder)
CfnDetector.EntityTypeProperty.Builder.public final String getArn()
CfnDetector.EventTypePropertygetArn in interface CfnDetector.EventTypePropertypublic final String getCreatedTime()
CfnDetector.EventTypePropertygetCreatedTime in interface CfnDetector.EventTypePropertypublic final String getDescription()
CfnDetector.EventTypePropertygetDescription in interface CfnDetector.EventTypePropertypublic final Object getEntityTypes()
CfnDetector.EventTypePropertygetEntityTypes in interface CfnDetector.EventTypePropertypublic final Object getEventVariables()
CfnDetector.EventTypePropertygetEventVariables in interface CfnDetector.EventTypePropertypublic final Object getInline()
CfnDetector.EventTypeProperty
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.EventTypePropertypublic final Object getLabels()
CfnDetector.EventTypePropertygetLabels in interface CfnDetector.EventTypePropertypublic final String getLastUpdatedTime()
CfnDetector.EventTypePropertygetLastUpdatedTime in interface CfnDetector.EventTypePropertypublic final String getName()
CfnDetector.EventTypePropertygetName in interface CfnDetector.EventTypePropertypublic final List<CfnTag> getTags()
CfnDetector.EventTypePropertyFor more information, see Tag .
getTags in interface CfnDetector.EventTypeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.