Interface CfnSimulationApplication.SourceConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSimulationApplication.SourceConfigProperty.Jsii$Proxy
Enclosing class:
CfnSimulationApplication

@Stability(Stable) public static interface CfnSimulationApplication.SourceConfigProperty extends software.amazon.jsii.JsiiSerializable
Information about a source configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.robomaker.*;
 SourceConfigProperty sourceConfigProperty = SourceConfigProperty.builder()
         .architecture("architecture")
         .s3Bucket("s3Bucket")
         .s3Key("s3Key")
         .build();
 

See Also: