Interface CfnWorkflow.CodeS3LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkflow.CodeS3LocationProperty.Jsii$Proxy
- Enclosing class:
CfnWorkflow
@Stability(Stable)
public static interface CfnWorkflow.CodeS3LocationProperty
extends software.amazon.jsii.JsiiSerializable
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.mwaaserverless.*;
CodeS3LocationProperty codeS3LocationProperty = CodeS3LocationProperty.builder()
.bucket("bucket")
.objectKey("objectKey")
// the properties below are optional
.versionId("versionId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkflow.CodeS3LocationPropertystatic final classAn implementation forCfnWorkflow.CodeS3LocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
- See Also:
-
getObjectKey
- See Also:
-
getVersionId
- See Also:
-
builder
-