@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.791Z") @Stability(value=Stable) public interface CfnAccessPointProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3outposts.*;
Object policy;
CfnAccessPointProps cfnAccessPointProps = CfnAccessPointProps.builder()
.bucket("bucket")
.name("name")
.vpcConfiguration(VpcConfigurationProperty.builder()
.vpcId("vpcId")
.build())
// the properties below are optional
.policy(policy)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccessPointProps.Builder
A builder for
CfnAccessPointProps |
static class |
CfnAccessPointProps.Jsii$Proxy
An implementation for
CfnAccessPointProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccessPointProps.Builder |
builder() |
String |
getBucket()
`AWS::S3Outposts::AccessPoint.Bucket`.
|
String |
getName()
`AWS::S3Outposts::AccessPoint.Name`.
|
default Object |
getPolicy()
`AWS::S3Outposts::AccessPoint.Policy`.
|
Object |
getVpcConfiguration()
`AWS::S3Outposts::AccessPoint.VpcConfiguration`.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getPolicy()
@Stability(value=Stable) @NotNull Object getVpcConfiguration()
@Stability(value=Stable) static CfnAccessPointProps.Builder builder()
CfnAccessPointProps.Builder of CfnAccessPointPropsCopyright © 2021. All rights reserved.