Class EstablishedMultiRegionAccessPointPolicy

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

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

The last established access control policy for a Multi-Region Access Point.

When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.

See Also: