Interface CfnRobotApplication.SourceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRobotApplication.SourceConfigProperty.Jsii$Proxy
- Enclosing class:
- CfnRobotApplication
@Stability(Stable)
public static interface CfnRobotApplication.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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRobotApplication.SourceConfigProperty
static final class
An implementation forCfnRobotApplication.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
-