Class DeletePermissionRequest

    • Method Detail

      • certificateAuthorityArn

        public final String certificateAuthorityArn()

        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 .

        Returns:
        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 .

      • principal

        public final String principal()

        The Amazon Web Services service or identity that will have its CA permissions revoked. At this time, the only valid service principal is acm.amazonaws.com

        Returns:
        The Amazon Web Services service or identity that will have its CA permissions revoked. At this time, the only valid service principal is acm.amazonaws.com
      • sourceAccount

        public final String sourceAccount()

        The Amazon Web Services account that calls this action.

        Returns:
        The Amazon Web Services account that calls this action.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object