Class CfnSimulationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSimulationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSimulationProps
CfnSimulationProps-
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.simspaceweaver.CfnSimulationProps
CfnSimulationProps.Builder, CfnSimulationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$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 Summary
Modifier 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.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 theCfnSimulationProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnSimulationPropsThe name of the simulation.- Specified by:
getNamein interfaceCfnSimulationProps- See Also:
-
getRoleArn
Description 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 interfaceCfnSimulationProps- See Also:
-
getMaximumDuration
Description 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 interfaceCfnSimulationProps- See Also:
-
getSchemaS3Location
Description 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.Returns union: either
IResolvableorCfnSimulation.S3LocationProperty- Specified by:
getSchemaS3Locationin interfaceCfnSimulationProps- See Also:
-
getSnapshotS3Location
Description 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.Returns union: either
IResolvableorCfnSimulation.S3LocationProperty- Specified by:
getSnapshotS3Locationin interfaceCfnSimulationProps- 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()
-