AWSEC2AssociateEnclaveCertificateIamRoleResult

Objective-C

@interface AWSEC2AssociateEnclaveCertificateIamRoleResult

Swift

class AWSEC2AssociateEnclaveCertificateIamRoleResult
  • The name of the Amazon S3 bucket to which the certificate was uploaded.

    Declaration

    Objective-C

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

    Swift

    var certificateS3BucketName: String? { get set }
  • The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

    Declaration

    Objective-C

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

    Swift

    var certificateS3ObjectKey: String? { get set }
  • The ID of the KMS key used to encrypt the private key of the certificate.

    Declaration

    Objective-C

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

    Swift

    var encryptionKmsKeyId: String? { get set }