| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.bucket(String bucket)
The name of the bucket associated with this access point.
|
static CfnAccessPoint.Builder |
CfnAccessPoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.name(String name)
The name of this access point.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.policy(Object policy)
The access point policy associated with this access point.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.policyStatus(Object policyStatus)
The container element for a bucket's policy status.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.publicAccessBlockConfiguration(CfnAccessPoint.PublicAccessBlockConfigurationProperty publicAccessBlockConfiguration)
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.publicAccessBlockConfiguration(IResolvable publicAccessBlockConfiguration)
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration)
The Virtual Private Cloud (VPC) configuration for this access point, if one exists.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.vpcConfiguration(IResolvable vpcConfiguration)
The Virtual Private Cloud (VPC) configuration for this access point, if one exists.
|
Copyright © 2022. All rights reserved.