1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. acmpca
  5. getCertificateAuthority

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.acmpca.getCertificateAuthority

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Private certificate authority.

    Using getCertificateAuthority

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCertificateAuthority(args: GetCertificateAuthorityArgs, opts?: InvokeOptions): Promise<GetCertificateAuthorityResult>
    function getCertificateAuthorityOutput(args: GetCertificateAuthorityOutputArgs, opts?: InvokeOptions): Output<GetCertificateAuthorityResult>
    def get_certificate_authority(arn: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetCertificateAuthorityResult
    def get_certificate_authority_output(arn: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetCertificateAuthorityResult]
    func LookupCertificateAuthority(ctx *Context, args *LookupCertificateAuthorityArgs, opts ...InvokeOption) (*LookupCertificateAuthorityResult, error)
    func LookupCertificateAuthorityOutput(ctx *Context, args *LookupCertificateAuthorityOutputArgs, opts ...InvokeOption) LookupCertificateAuthorityResultOutput

    > Note: This function is named LookupCertificateAuthority in the Go SDK.

    public static class GetCertificateAuthority 
    {
        public static Task<GetCertificateAuthorityResult> InvokeAsync(GetCertificateAuthorityArgs args, InvokeOptions? opts = null)
        public static Output<GetCertificateAuthorityResult> Invoke(GetCertificateAuthorityInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCertificateAuthorityResult> getCertificateAuthority(GetCertificateAuthorityArgs args, InvokeOptions options)
    public static Output<GetCertificateAuthorityResult> getCertificateAuthority(GetCertificateAuthorityArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:acmpca:getCertificateAuthority
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the certificate authority.
    Arn string
    The Amazon Resource Name (ARN) of the certificate authority.
    arn String
    The Amazon Resource Name (ARN) of the certificate authority.
    arn string
    The Amazon Resource Name (ARN) of the certificate authority.
    arn str
    The Amazon Resource Name (ARN) of the certificate authority.
    arn String
    The Amazon Resource Name (ARN) of the certificate authority.

    getCertificateAuthority Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the certificate authority.
    CertificateSigningRequest string
    The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .
    Arn string
    The Amazon Resource Name (ARN) of the certificate authority.
    CertificateSigningRequest string
    The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
    Tags Tag
    Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .
    arn String
    The Amazon Resource Name (ARN) of the certificate authority.
    certificateSigningRequest String
    The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
    tags List<Tag>
    Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .
    arn string
    The Amazon Resource Name (ARN) of the certificate authority.
    certificateSigningRequest string
    The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
    tags Tag[]
    Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .
    arn str
    The Amazon Resource Name (ARN) of the certificate authority.
    certificate_signing_request str
    The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
    tags Sequence[root_Tag]
    Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .
    arn String
    The Amazon Resource Name (ARN) of the certificate authority.
    certificateSigningRequest String
    The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
    tags List<Property Map>
    Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi