@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:36.286Z") @Stability(value=Experimental) public interface BucketPolicyProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BucketPolicyProps.Builder
A builder for
BucketPolicyProps |
static class |
BucketPolicyProps.Jsii$Proxy
An implementation for
BucketPolicyProps |
| Modifier and Type | Method and Description |
|---|---|
static BucketPolicyProps.Builder |
builder() |
IBucket |
getBucket()
(experimental) The Amazon S3 bucket that the policy applies to.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) Policy to apply when the policy is removed from this stack.
|
@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @Nullable default RemovalPolicy getRemovalPolicy()
Default: - RemovalPolicy.DESTROY.
@Stability(value=Experimental) static BucketPolicyProps.Builder builder()
BucketPolicyProps.Builder of BucketPolicyPropsCopyright © 2021. All rights reserved.