@Stability(value=Stable) @Internal public static final class CfnEventType.EntityTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventType.EntityTypeProperty
CfnEventType.EntityTypePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEventType.EntityTypeProperty.Builder, CfnEventType.EntityTypeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEventType.EntityTypeProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEventType.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 entity type was created.
|
String |
getDescription()
The entity type description.
|
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 of when the entity type was last updated.
|
String |
getName()
The entity 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(CfnEventType.EntityTypeProperty.Builder builder)
CfnEventType.EntityTypeProperty.Builder.public final String getArn()
CfnEventType.EntityTypePropertygetArn in interface CfnEventType.EntityTypePropertypublic final String getCreatedTime()
CfnEventType.EntityTypePropertygetCreatedTime in interface CfnEventType.EntityTypePropertypublic final String getDescription()
CfnEventType.EntityTypePropertygetDescription in interface CfnEventType.EntityTypePropertypublic final Object getInline()
CfnEventType.EntityTypeProperty
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::EventType 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 event type but not execute any changes to the variables.
getInline in interface CfnEventType.EntityTypePropertypublic final String getLastUpdatedTime()
CfnEventType.EntityTypePropertygetLastUpdatedTime in interface CfnEventType.EntityTypePropertypublic final String getName()
CfnEventType.EntityTypeProperty
^[0-9a-z_-]+$
getName in interface CfnEventType.EntityTypePropertypublic final List<CfnTag> getTags()
CfnEventType.EntityTypePropertyFor more information, see Tag .
getTags in interface CfnEventType.EntityTypeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.