public static final class CfnDetector.EntityTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetector.EntityTypeProperty
CfnDetector.EntityTypeProperty
CfnDetector.EntityTypeProperty.Builder, CfnDetector.EntityTypeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getArn()
The entity type ARN.
|
java.lang.String |
getCreatedTime()
Timestamp of when the entity type was created.
|
java.lang.String |
getDescription()
The entity type description.
|
java.lang.Object |
getInline()
Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.
|
java.lang.String |
getLastUpdatedTime()
Timestamp of when the entity type was last updated.
|
java.lang.String |
getName()
The entity type name.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getArn()
CfnDetector.EntityTypeProperty
getArn
in interface CfnDetector.EntityTypeProperty
public final java.lang.String getCreatedTime()
CfnDetector.EntityTypeProperty
getCreatedTime
in interface CfnDetector.EntityTypeProperty
public final java.lang.String getDescription()
CfnDetector.EntityTypeProperty
getDescription
in interface CfnDetector.EntityTypeProperty
public final java.lang.Object getInline()
CfnDetector.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::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.EntityTypeProperty
public final java.lang.String getLastUpdatedTime()
CfnDetector.EntityTypeProperty
getLastUpdatedTime
in interface CfnDetector.EntityTypeProperty
public final java.lang.String getName()
CfnDetector.EntityTypeProperty
getName
in interface CfnDetector.EntityTypeProperty
public final java.util.List<CfnTag> getTags()
CfnDetector.EntityTypeProperty
For more information, see Tag .
getTags
in interface CfnDetector.EntityTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()