Class BucketPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.BucketPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
BucketPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BucketPolicyProps
@Stability(Stable)
@Internal
public static final class BucketPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BucketPolicyProps
An implementation for
BucketPolicyProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.BucketPolicyProps
BucketPolicyProps.Builder, BucketPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BucketPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBucketPolicyProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal IBucketThe Amazon S3 bucket that the policy applies to.final RemovalPolicyPolicy to apply when the policy is removed from this stack.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theBucketPolicyProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:BucketPolicyPropsThe Amazon S3 bucket that the policy applies to.- Specified by:
getBucketin interfaceBucketPolicyProps
-
getRemovalPolicy
Description copied from interface:BucketPolicyPropsPolicy to apply when the policy is removed from this stack.Default: - RemovalPolicy.DESTROY.
- Specified by:
getRemovalPolicyin interfaceBucketPolicyProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-