Class BucketAttributes.Jsii$Proxy
- All Implemented Interfaces:
BucketAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BucketAttributes
BucketAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.BucketAttributes
BucketAttributes.Builder, BucketAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BucketAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theBucketAttributes.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The account this existing bucket belongs to.final String
The ARN of the bucket.final String
The domain name of the bucket.final String
The IPv6 DNS name of the specified bucket.final String
The name of the bucket.final String
The regional domain name of the specified bucket.final Boolean
(deprecated) Force the format of the website URL of the bucket.final String
The website URL of the bucket (if static web hosting is enabled).final IKey
KMS encryption key associated with this bucket.final Boolean
If this bucket has been configured for static website hosting.final IRole
The role to be used by the notifications handler.final String
The region this existing bucket is in.final int
hashCode()
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 theBucketAttributes.Builder
.
-
-
Method Details
-
getAccount
Description copied from interface:BucketAttributes
The account this existing bucket belongs to.Default: - it's assumed the bucket belongs to the same account as the scope it's being imported into
- Specified by:
getAccount
in interfaceBucketAttributes
-
getBucketArn
Description copied from interface:BucketAttributes
The ARN of the bucket.At least one of bucketArn or bucketName must be defined in order to initialize a bucket ref.
- Specified by:
getBucketArn
in interfaceBucketAttributes
-
getBucketDomainName
Description copied from interface:BucketAttributes
The domain name of the bucket.Default: - Inferred from bucket name
- Specified by:
getBucketDomainName
in interfaceBucketAttributes
-
getBucketDualStackDomainName
Description copied from interface:BucketAttributes
The IPv6 DNS name of the specified bucket.- Specified by:
getBucketDualStackDomainName
in interfaceBucketAttributes
-
getBucketName
Description copied from interface:BucketAttributes
The name of the bucket.If the underlying value of ARN is a string, the name will be parsed from the ARN. Otherwise, the name is optional, but some features that require the bucket name such as auto-creating a bucket policy, won't work.
- Specified by:
getBucketName
in interfaceBucketAttributes
-
getBucketRegionalDomainName
Description copied from interface:BucketAttributes
The regional domain name of the specified bucket.- Specified by:
getBucketRegionalDomainName
in interfaceBucketAttributes
-
getBucketWebsiteNewUrlFormat
Description copied from interface:BucketAttributes
(deprecated) Force the format of the website URL of the bucket.This should be true for regions launched since 2014.
Default: - inferred from available region information, `false` otherwise
- Specified by:
getBucketWebsiteNewUrlFormat
in interfaceBucketAttributes
-
getBucketWebsiteUrl
Description copied from interface:BucketAttributes
The website URL of the bucket (if static web hosting is enabled).Default: - Inferred from bucket name and region
- Specified by:
getBucketWebsiteUrl
in interfaceBucketAttributes
-
getEncryptionKey
Description copied from interface:BucketAttributes
KMS encryption key associated with this bucket.Default: - no encryption key
- Specified by:
getEncryptionKey
in interfaceBucketAttributes
-
getIsWebsite
Description copied from interface:BucketAttributes
If this bucket has been configured for static website hosting.Default: false
- Specified by:
getIsWebsite
in interfaceBucketAttributes
-
getNotificationsHandlerRole
Description copied from interface:BucketAttributes
The role to be used by the notifications handler.Default: - a new role will be created.
- Specified by:
getNotificationsHandlerRole
in interfaceBucketAttributes
-
getRegion
Description copied from interface:BucketAttributes
The region this existing bucket is in.Features that require the region (e.g.
bucketWebsiteUrl
) won't fully work if the region cannot be correctly inferred.Default: - it's assumed the bucket is in the same region as the scope it's being imported into
- Specified by:
getRegion
in interfaceBucketAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-