DeletePermissionRequest

public struct DeletePermissionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA’s ARN by calling the ListCertificateAuthorities action. This must have the following form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

    Declaration

    Swift

    public let certificateAuthorityArn: String
  • The AWS service or identity that will have its CA permissions revoked. At this time, the only valid service principal is acm.amazonaws.com

    Declaration

    Swift

    public let principal: String
  • The AWS account that calls this action.

    Declaration

    Swift

    public let sourceAccount: String?
  • Undocumented

    Declaration

    Swift

    public init(certificateAuthorityArn: String, principal: String, sourceAccount: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws