Interface CfnSnapshotBlockPublicAccessProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSnapshotBlockPublicAccessProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-03-01T20:58:22.996Z") @Stability(Stable) public interface CfnSnapshotBlockPublicAccessProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnSnapshotBlockPublicAccess.

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.ec2.*;
 CfnSnapshotBlockPublicAccessProps cfnSnapshotBlockPublicAccessProps = CfnSnapshotBlockPublicAccessProps.builder()
         .state("state")
         .build();
 

See Also:
  • Method Details

    • getState

      @Stability(Stable) @NotNull String getState()
      The mode in which to enable block public access for snapshots for the Region.

      Specify one of the following values:

      • block-all-sharing - Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available.

      If you enable block public access for snapshots in block-all-sharing mode, it does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available.

      • block-new-sharing - Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already publicly shared, remain publicly available.

      See Also:
    • builder

      @Stability(Stable) static CfnSnapshotBlockPublicAccessProps.Builder builder()
      Returns:
      a CfnSnapshotBlockPublicAccessProps.Builder of CfnSnapshotBlockPublicAccessProps