Class CfnAccessPointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3express.CfnAccessPointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessPointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessPointProps
@Stability(Stable)
@Internal
public static final class CfnAccessPointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessPointProps
An implementation for
CfnAccessPointProps-
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.s3express.CfnAccessPointProps
CfnAccessPointProps.Builder, CfnAccessPointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAccessPointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAccessPointProps.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 StringThe name of the bucket that you want to associate the access point with.final StringThe AWS account ID that owns the bucket associated with this access point.final StringgetName()An access point name consists of a base name you provide, followed by the zoneID ( AWS Local Zone) followed by the prefix--xa-s3.final ObjectThe access point policy associated with the specified access point.final ObjectPublic access is blocked by default to access points for directory buckets.final ObjectgetScope()You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.getTags()An array of tags that you can apply to access points.final ObjectIf you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).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 theCfnAccessPointProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnAccessPointPropsThe name of the bucket that you want to associate the access point with.- Specified by:
getBucketin interfaceCfnAccessPointProps- See Also:
-
getBucketAccountId
Description copied from interface:CfnAccessPointPropsThe AWS account ID that owns the bucket associated with this access point.- Specified by:
getBucketAccountIdin interfaceCfnAccessPointProps- See Also:
-
getName
Description copied from interface:CfnAccessPointPropsAn access point name consists of a base name you provide, followed by the zoneID ( AWS Local Zone) followed by the prefix--xa-s3.For example, accesspointname--zoneID--xa-s3.
- Specified by:
getNamein interfaceCfnAccessPointProps- See Also:
-
getPolicy
Description copied from interface:CfnAccessPointPropsThe access point policy associated with the specified access point.- Specified by:
getPolicyin interfaceCfnAccessPointProps- See Also:
-
getPublicAccessBlockConfiguration
Description copied from interface:CfnAccessPointPropsPublic access is blocked by default to access points for directory buckets.Returns union: either
IResolvableorCfnAccessPoint.PublicAccessBlockConfigurationProperty- Specified by:
getPublicAccessBlockConfigurationin interfaceCfnAccessPointProps- See Also:
-
getScope
Description copied from interface:CfnAccessPointPropsYou can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.For more information, see Manage the scope of your access points for directory buckets.
Returns union: either
IResolvableorCfnAccessPoint.ScopeProperty- Specified by:
getScopein interfaceCfnAccessPointProps- See Also:
-
getTags
Description copied from interface:CfnAccessPointPropsAn array of tags that you can apply to access points.Tags are key-value pairs of metadata used to categorize your access points and control access. For more information, see Using tags for attribute-based access control (ABAC) .
- Specified by:
getTagsin interfaceCfnAccessPointProps- See Also:
-
getVpcConfiguration
Description copied from interface:CfnAccessPointPropsIf you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).Returns union: either
IResolvableorCfnAccessPoint.VpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnAccessPointProps- See Also:
-
$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()
-