AWS Native is in preview. AWS Classic is fully supported.
aws-native.acmpca.getCertificate
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
A certificate issued via a private certificate authority
Using getCertificate
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 getCertificate(args: GetCertificateArgs, opts?: InvokeOptions): Promise<GetCertificateResult>
function getCertificateOutput(args: GetCertificateOutputArgs, opts?: InvokeOptions): Output<GetCertificateResult>
def get_certificate(arn: Optional[str] = None,
certificate_authority_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCertificateResult
def get_certificate_output(arn: Optional[pulumi.Input[str]] = None,
certificate_authority_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCertificateResult]
func LookupCertificate(ctx *Context, args *LookupCertificateArgs, opts ...InvokeOption) (*LookupCertificateResult, error)
func LookupCertificateOutput(ctx *Context, args *LookupCertificateOutputArgs, opts ...InvokeOption) LookupCertificateResultOutput
> Note: This function is named LookupCertificate
in the Go SDK.
public static class GetCertificate
{
public static Task<GetCertificateResult> InvokeAsync(GetCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetCertificateResult> Invoke(GetCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:acmpca:getCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
The ARN of the issued certificate.
- string
The Amazon Resource Name (ARN) for the private CA to issue the certificate.
- Arn string
The ARN of the issued certificate.
- string
The Amazon Resource Name (ARN) for the private CA to issue the certificate.
- arn String
The ARN of the issued certificate.
- String
The Amazon Resource Name (ARN) for the private CA to issue the certificate.
- arn string
The ARN of the issued certificate.
- string
The Amazon Resource Name (ARN) for the private CA to issue the certificate.
- arn str
The ARN of the issued certificate.
- str
The Amazon Resource Name (ARN) for the private CA to issue the certificate.
- arn String
The ARN of the issued certificate.
- String
The Amazon Resource Name (ARN) for the private CA to issue the certificate.
getCertificate Result
The following output properties are available:
- Arn string
The ARN of the issued certificate.
- Certificate
Value string The issued certificate in base 64 PEM-encoded format.
- Arn string
The ARN of the issued certificate.
- Certificate string
The issued certificate in base 64 PEM-encoded format.
- arn String
The ARN of the issued certificate.
- certificate String
The issued certificate in base 64 PEM-encoded format.
- arn string
The ARN of the issued certificate.
- certificate string
The issued certificate in base 64 PEM-encoded format.
- arn str
The ARN of the issued certificate.
- certificate str
The issued certificate in base 64 PEM-encoded format.
- arn String
The ARN of the issued certificate.
- certificate String
The issued certificate in base 64 PEM-encoded format.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.