Class GetCertificateRequest

    • Method Detail

      • certificateAuthorityArn

        public final String certificateAuthorityArn()

        The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

        Returns:
        The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

      • certificateArn

        public final String certificateArn()

        The ARN of the issued certificate. The ARN contains the certificate serial number and must be in the following form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245

        Returns:
        The ARN of the issued certificate. The ARN contains the certificate serial number and must be in the following form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245

      • 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