Uses of Class
software.amazon.awscdk.services.simspaceweaver.CfnSimulation.Builder
Package
Description
AWS::SimSpaceWeaver Construct Library
-
Uses of CfnSimulation.Builder in software.amazon.awscdk.services.simspaceweaver
Modifier and TypeMethodDescriptionstatic CfnSimulation.Builder
CfnSimulation.Builder.maximumDuration
(String maximumDuration) The 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 name of the simulation.The Amazon Resource Name (ARN) of the AWS Identity and Access Management ( IAM ) role that the simulation assumes to perform actions.CfnSimulation.Builder.schemaS3Location
(IResolvable schemaS3Location) The location of the simulation schema in Amazon Simple Storage Service ( Amazon S3 ).CfnSimulation.Builder.schemaS3Location
(CfnSimulation.S3LocationProperty schemaS3Location) The location of the simulation schema in Amazon Simple Storage Service ( Amazon S3 ).CfnSimulation.Builder.snapshotS3Location
(IResolvable snapshotS3Location) The location of the snapshot in Amazon Simple Storage Service ( Amazon S3 ).CfnSimulation.Builder.snapshotS3Location
(CfnSimulation.S3LocationProperty snapshotS3Location) The location of the snapshot in Amazon Simple Storage Service ( Amazon S3 ).