Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.s3express.CfnAccessPointPropsMixin.Builder
Packages that use CfnAccessPointPropsMixin.Builder
-
Uses of CfnAccessPointPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.s3express
Methods in software.amazon.awscdk.cfnpropertymixins.services.s3express that return CfnAccessPointPropsMixin.BuilderModifier and TypeMethodDescriptionThe name of the bucket that you want to associate the access point with.CfnAccessPointPropsMixin.Builder.bucketAccountId(String bucketAccountId) The AWS account ID that owns the bucket associated with this access point.CfnAccessPointPropsMixin.Builder.create()CfnAccessPointPropsMixin.Builder.create(CfnPropertyMixinOptions options) An access point name consists of a base name you provide, followed by the zoneID ( AWS Local Zone) followed by the prefix--xa-s3.The access point policy associated with the specified access point.CfnAccessPointPropsMixin.Builder.publicAccessBlockConfiguration(CfnAccessPointPropsMixin.PublicAccessBlockConfigurationProperty publicAccessBlockConfiguration) Public access is blocked by default to access points for directory buckets.CfnAccessPointPropsMixin.Builder.publicAccessBlockConfiguration(IResolvable publicAccessBlockConfiguration) Public access is blocked by default to access points for directory buckets.CfnAccessPointPropsMixin.Builder.scope(CfnAccessPointPropsMixin.ScopeProperty scope) You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.CfnAccessPointPropsMixin.Builder.scope(IResolvable scope) You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.An array of tags that you can apply to access points.CfnAccessPointPropsMixin.Builder.vpcConfiguration(CfnAccessPointPropsMixin.VpcConfigurationProperty vpcConfiguration) If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).CfnAccessPointPropsMixin.Builder.vpcConfiguration(IResolvable vpcConfiguration) If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).