Class CfnSimulationProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnSimulationProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSimulationProps
CfnSimulationProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.simspaceweaver.CfnSimulationPropsCfnSimulationProps.Builder, CfnSimulationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSimulationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSimulationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D).final StringgetName()The name of the simulation.final StringThe Amazon Resource Name (ARN) of the AWS Identity and Access Management ( IAM ) role that the simulation assumes to perform actions.final ObjectThe location of the simulation schema in Amazon Simple Storage Service ( Amazon S3 ).final ObjectThe location of the snapshot in Amazon Simple Storage Service ( Amazon S3 ).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnSimulationProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnSimulationPropsThe name of the simulation.- Specified by:
- getNamein interface- CfnSimulationProps
 
- 
getRoleArnDescription copied from interface:CfnSimulationPropsThe Amazon Resource Name (ARN) of the AWS Identity and Access Management ( IAM ) role that the simulation assumes to perform actions.For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference . For more information about IAM roles, see IAM roles in the AWS Identity and Access Management User Guide . - Specified by:
- getRoleArnin interface- CfnSimulationProps
 
- 
getMaximumDurationDescription copied from interface:CfnSimulationPropsThe maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D).The simulation stops when it reaches this limit. The maximum value is 14D, or its equivalent in the other units. The default value is14D. A value equivalent to0makes the simulation immediately transition toSTOPPINGas soon as it reachesSTARTED.- Specified by:
- getMaximumDurationin interface- CfnSimulationProps
 
- 
getSchemaS3LocationDescription copied from interface:CfnSimulationPropsThe location of the simulation schema in Amazon Simple Storage Service ( Amazon S3 ).For more information about Amazon S3 , see the Amazon Simple Storage Service User Guide . Provide a SchemaS3Locationto start your simulation from a schema.If you provide a SchemaS3Locationthen you can't provide aSnapshotS3Location.- Specified by:
- getSchemaS3Locationin interface- CfnSimulationProps
 
- 
getSnapshotS3LocationDescription copied from interface:CfnSimulationPropsThe location of the snapshot in Amazon Simple Storage Service ( Amazon S3 ).For more information about Amazon S3 , see the Amazon Simple Storage Service User Guide . Provide a SnapshotS3Locationto start your simulation from a snapshot.If you provide a SnapshotS3Locationthen you can't provide aSchemaS3Location.- Specified by:
- getSnapshotS3Locationin interface- CfnSimulationProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-