Class CfnEventType.EntityTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.frauddetector.CfnEventType.EntityTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventType.EntityTypeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventType.EntityTypeProperty
@Stability(Stable)
@Internal
public static final class CfnEventType.EntityTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventType.EntityTypeProperty
An implementation for
CfnEventType.EntityTypeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.frauddetector.CfnEventType.EntityTypeProperty
CfnEventType.EntityTypeProperty.Builder, CfnEventType.EntityTypeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEventType.EntityTypeProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getArn()
The entity type ARN.final String
Timestamp of when the entity type was created.final String
The entity type description.final Object
Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.final String
Timestamp of when the entity type was last updated.final String
getName()
The entity type name.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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 theCfnEventType.EntityTypeProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnEventType.EntityTypeProperty
The entity type ARN.- Specified by:
getArn
in interfaceCfnEventType.EntityTypeProperty
- See Also:
-
getCreatedTime
Description copied from interface:CfnEventType.EntityTypeProperty
Timestamp of when the entity type was created.- Specified by:
getCreatedTime
in interfaceCfnEventType.EntityTypeProperty
- See Also:
-
getDescription
Description copied from interface:CfnEventType.EntityTypeProperty
The entity type description.- Specified by:
getDescription
in interfaceCfnEventType.EntityTypeProperty
- See Also:
-
getInline
Description copied from interface:CfnEventType.EntityTypeProperty
Indicates 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::EventType
you must define at least two variables. You can setInline=true
for 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 event type but not execute any changes to the variables.- Specified by:
getInline
in interfaceCfnEventType.EntityTypeProperty
- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnEventType.EntityTypeProperty
Timestamp of when the entity type was last updated.- Specified by:
getLastUpdatedTime
in interfaceCfnEventType.EntityTypeProperty
- See Also:
-
getName
Description copied from interface:CfnEventType.EntityTypeProperty
The entity type name.^[0-9a-z_-]+$
- Specified by:
getName
in interfaceCfnEventType.EntityTypeProperty
- See Also:
-
getTags
Description copied from interface:CfnEventType.EntityTypeProperty
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnEventType.EntityTypeProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-