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