Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.simspaceweaver.CfnSimulationPropsMixin.Builder
Packages that use CfnSimulationPropsMixin.Builder
-
Uses of CfnSimulationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.simspaceweaver
Methods in software.amazon.awscdk.cfnpropertymixins.services.simspaceweaver that return CfnSimulationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSimulationPropsMixin.Builder.create()CfnSimulationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSimulationPropsMixin.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.CfnSimulationPropsMixin.Builder.schemaS3Location(CfnSimulationPropsMixin.S3LocationProperty schemaS3Location) The location of the simulation schema in Amazon Simple Storage Service ( Amazon S3 ).CfnSimulationPropsMixin.Builder.schemaS3Location(IResolvable schemaS3Location) The location of the simulation schema in Amazon Simple Storage Service ( Amazon S3 ).CfnSimulationPropsMixin.Builder.snapshotS3Location(CfnSimulationPropsMixin.S3LocationProperty snapshotS3Location) The location of the snapshot in Amazon Simple Storage Service ( Amazon S3 ).CfnSimulationPropsMixin.Builder.snapshotS3Location(IResolvable snapshotS3Location) The location of the snapshot in Amazon Simple Storage Service ( Amazon S3 ).