Class CfnAccessPointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3express.CfnAccessPointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessPointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessPointMixinProps
@Stability(Stable)
@Internal
public static final class CfnAccessPointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessPointMixinProps
An implementation for
CfnAccessPointMixinProps-
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.cfnpropertymixins.services.s3express.CfnAccessPointMixinProps
CfnAccessPointMixinProps.Builder, CfnAccessPointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccessPointMixinProps.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 theCfnAccessPointMixinProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnAccessPointMixinPropsThe name of the bucket that you want to associate the access point with.- Specified by:
getBucketin interfaceCfnAccessPointMixinProps- See Also:
-
getBucketAccountId
Description copied from interface:CfnAccessPointMixinPropsThe AWS account ID that owns the bucket associated with this access point.- Specified by:
getBucketAccountIdin interfaceCfnAccessPointMixinProps- See Also:
-
getName
Description copied from interface:CfnAccessPointMixinPropsAn 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 interfaceCfnAccessPointMixinProps- See Also:
-
getPolicy
Description copied from interface:CfnAccessPointMixinPropsThe access point policy associated with the specified access point.- Specified by:
getPolicyin interfaceCfnAccessPointMixinProps- See Also:
-
getPublicAccessBlockConfiguration
Description copied from interface:CfnAccessPointMixinPropsPublic access is blocked by default to access points for directory buckets.Returns union: either
IResolvableorCfnAccessPointPropsMixin.PublicAccessBlockConfigurationProperty- Specified by:
getPublicAccessBlockConfigurationin interfaceCfnAccessPointMixinProps- See Also:
-
getScope
Description copied from interface:CfnAccessPointMixinPropsYou 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
IResolvableorCfnAccessPointPropsMixin.ScopeProperty- Specified by:
getScopein interfaceCfnAccessPointMixinProps- See Also:
-
getTags
Description copied from interface:CfnAccessPointMixinPropsAn 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 interfaceCfnAccessPointMixinProps- See Also:
-
getVpcConfiguration
Description copied from interface:CfnAccessPointMixinPropsIf you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).Returns union: either
IResolvableorCfnAccessPointPropsMixin.VpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnAccessPointMixinProps- 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()
-