Class CfnEventType.LabelProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.frauddetector.CfnEventType.LabelProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventType.LabelProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventType.LabelProperty
@Stability(Stable)
@Internal
public static final class CfnEventType.LabelProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventType.LabelProperty
An implementation for
CfnEventType.LabelProperty
-
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.LabelProperty
CfnEventType.LabelProperty.Builder, CfnEventType.LabelProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEventType.LabelProperty.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 label ARN.final String
Timestamp of when the event type was created.final String
The label 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 label was last updated.final String
getName()
The label 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.LabelProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnEventType.LabelProperty
The label ARN.- Specified by:
getArn
in interfaceCfnEventType.LabelProperty
- See Also:
-
getCreatedTime
Description copied from interface:CfnEventType.LabelProperty
Timestamp of when the event type was created.- Specified by:
getCreatedTime
in interfaceCfnEventType.LabelProperty
- See Also:
-
getDescription
Description copied from interface:CfnEventType.LabelProperty
The label description.- Specified by:
getDescription
in interfaceCfnEventType.LabelProperty
- See Also:
-
getInline
Description copied from interface:CfnEventType.LabelProperty
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 EventType but not execute any changes to the variables.- Specified by:
getInline
in interfaceCfnEventType.LabelProperty
- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnEventType.LabelProperty
Timestamp of when the label was last updated.- Specified by:
getLastUpdatedTime
in interfaceCfnEventType.LabelProperty
- See Also:
-
getName
Description copied from interface:CfnEventType.LabelProperty
The label name.- Specified by:
getName
in interfaceCfnEventType.LabelProperty
- See Also:
-
getTags
Description copied from interface:CfnEventType.LabelProperty
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnEventType.LabelProperty
- 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()
-