AWSEC2GetImageBlockPublicAccessStateResult

Objective-C

@interface AWSEC2GetImageBlockPublicAccessStateResult

Swift

class AWSEC2GetImageBlockPublicAccessStateResult
  • The current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.

    Possible values:

    • block-new-sharing - Any attempt to publicly share your AMIs in the specified Region is blocked.

    • unblocked - Your AMIs in the specified Region can be publicly shared.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable imageBlockPublicAccessState;

    Swift

    var imageBlockPublicAccessState: String? { get set }