Interface CfnMembership.ProtectedJobS3OutputConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMembership.ProtectedJobS3OutputConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnMembership
@Stability(Stable)
public static interface CfnMembership.ProtectedJobS3OutputConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
Contains input information for protected jobs with an S3 output type.
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.cleanrooms.*;
ProtectedJobS3OutputConfigurationInputProperty protectedJobS3OutputConfigurationInputProperty = ProtectedJobS3OutputConfigurationInputProperty.builder()
.bucket("bucket")
// the properties below are optional
.keyPrefix("keyPrefix")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMembership.ProtectedJobS3OutputConfigurationInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
The S3 bucket for job output.- See Also:
-
getKeyPrefix
The S3 prefix to unload the protected job results.- See Also:
-
builder
@Stability(Stable) static CfnMembership.ProtectedJobS3OutputConfigurationInputProperty.Builder builder()
-