Class CfnDetector.EntityTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.frauddetector.CfnDetector.EntityTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetector.EntityTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetector.EntityTypeProperty
@Stability(Stable)
@Internal
public static final class CfnDetector.EntityTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetector.EntityTypeProperty
An implementation for
CfnDetector.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.CfnDetector.EntityTypeProperty
CfnDetector.EntityTypeProperty.Builder, CfnDetector.EntityTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetector.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 theCfnDetector.EntityTypeProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetector.EntityTypePropertyThe entity type ARN.- Specified by:
getArnin interfaceCfnDetector.EntityTypeProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnDetector.EntityTypePropertyTimestamp of when the entity type was created.- Specified by:
getCreatedTimein interfaceCfnDetector.EntityTypeProperty- See Also:
-
getDescription
Description copied from interface:CfnDetector.EntityTypePropertyThe entity type description.- Specified by:
getDescriptionin interfaceCfnDetector.EntityTypeProperty- See Also:
-
getInline
Description copied from interface:CfnDetector.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::Detectoryou 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 detector but not execute any changes to the variables.- Specified by:
getInlinein interfaceCfnDetector.EntityTypeProperty- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnDetector.EntityTypePropertyTimestamp of when the entity type was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnDetector.EntityTypeProperty- See Also:
-
getName
Description copied from interface:CfnDetector.EntityTypePropertyThe entity type name.- Specified by:
getNamein interfaceCfnDetector.EntityTypeProperty- See Also:
-
getTags
Description copied from interface:CfnDetector.EntityTypePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetector.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()
-