We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
published on Monday, Aug 3, 2026 by Pulumi
Resource Type definition for AWS::CertificateManager::Certificate
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(certificate_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCertificateResult
def get_certificate_output(certificate_arn: pulumi.Input[Optional[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)
public static Output<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:certificatemanager:getCertificate
arguments:
# arguments dictionarydata "aws-native_certificatemanager_get_certificate" "name" {
# arguments
}The following arguments are supported:
- Certificate
Arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- Certificate
Arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate_
arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate
Arn String - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate
Arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate_
arn str - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate
Arn String - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
getCertificate Result
The following output properties are available:
- Certificate
Arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- Certificate
Transparency Pulumi.Logging Preference Aws Native. Certificate Manager. Certificate Transparency Logging Preference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Key-value pairs that can identify the certificate.
- Certificate
Arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- Certificate
Transparency CertificateLogging Preference Transparency Logging Preference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
- Tag
- Key-value pairs that can identify the certificate.
- certificate_
arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate_
transparency_ "ENABLED" | "DISABLED"logging_ preference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
- list(object)
- Key-value pairs that can identify the certificate.
- certificate
Arn String - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate
Transparency CertificateLogging Preference Transparency Logging Preference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
- List<Tag>
- Key-value pairs that can identify the certificate.
- certificate
Arn string - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate
Transparency CertificateLogging Preference Transparency Logging Preference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
- Tag[]
- Key-value pairs that can identify the certificate.
- certificate_
arn str - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate_
transparency_ Certificatelogging_ preference Transparency Logging Preference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
- Sequence[root_Tag]
- Key-value pairs that can identify the certificate.
- certificate
Arn String - The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
- certificate
Transparency "ENABLED" | "DISABLED"Logging Preference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
- List<Property Map>
- Key-value pairs that can identify the certificate.
Supporting Types
CertificateTransparencyLoggingPreference
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
published on Monday, Aug 3, 2026 by Pulumi