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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.frauddetector.CfnEventType.EntityTypeProperty
CfnEventType.EntityTypeProperty.Builder, CfnEventType.EntityTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventType.EntityTypeProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetArn()The entity type ARN.final StringTimestamp of when the entity type was created.final StringThe entity type description.final ObjectIndicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack.final StringTimestamp of when the entity type was last updated.final StringgetName()The entity type name.getTags()An array of key-value pairs to apply to this resource.final inthashCode()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.EntityTypePropertyThe entity type ARN.- Specified by:
getArnin interfaceCfnEventType.EntityTypeProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnEventType.EntityTypePropertyTimestamp of when the entity type was created.- Specified by:
getCreatedTimein interfaceCfnEventType.EntityTypeProperty- See Also:
-
getDescription
Description copied from interface:CfnEventType.EntityTypePropertyThe entity type description.- Specified by:
getDescriptionin interfaceCfnEventType.EntityTypeProperty- See Also:
-
getInline
Description copied from interface:CfnEventType.EntityTypePropertyIndicates 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::EventTypeyou must define at least two variables. You can setInline=truefor 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:
getInlinein interfaceCfnEventType.EntityTypeProperty- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnEventType.EntityTypePropertyTimestamp of when the entity type was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnEventType.EntityTypeProperty- See Also:
-
getName
Description copied from interface:CfnEventType.EntityTypePropertyThe entity type name.^[0-9a-z_-]+$- Specified by:
getNamein interfaceCfnEventType.EntityTypeProperty- See Also:
-
getTags
Description copied from interface:CfnEventType.EntityTypePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnEventType.EntityTypeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-