Class S3ExpressDirectoryAccessPointConfiguration

java.lang.Object
software.amazon.awssdk.services.accessanalyzer.model.S3ExpressDirectoryAccessPointConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<S3ExpressDirectoryAccessPointConfiguration.Builder,S3ExpressDirectoryAccessPointConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class S3ExpressDirectoryAccessPointConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ExpressDirectoryAccessPointConfiguration.Builder,S3ExpressDirectoryAccessPointConfiguration>

Proposed configuration for an access point attached to an Amazon S3 directory bucket. You can propose up to 10 access points per bucket. If the proposed access point configuration is for an existing Amazon S3 directory bucket, the access preview uses the proposed access point configuration in place of the existing access points. To propose an access point without a policy, you can provide an empty string as the access point policy. For more information about access points for Amazon S3 directory buckets, see Managing access to directory buckets with access points in the Amazon Simple Storage Service User Guide.

See Also: