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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSimulationApplication.SourceConfigPropertystatic final classAn implementation forCfnSimulationApplication.SourceConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArchitecture
The target processor architecture for the application. -
getS3Bucket
The Amazon S3 bucket name. -
getS3Key
The s3 object key. -
builder
-