We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Represents a template that defines certificate configurations, both for issuance and client handling
Using getTemplate
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 getTemplate(args: GetTemplateArgs, opts?: InvokeOptions): Promise<GetTemplateResult>
function getTemplateOutput(args: GetTemplateOutputArgs, opts?: InvokeOptions): Output<GetTemplateResult>def get_template(template_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTemplateResult
def get_template_output(template_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTemplateResult]func LookupTemplate(ctx *Context, args *LookupTemplateArgs, opts ...InvokeOption) (*LookupTemplateResult, error)
func LookupTemplateOutput(ctx *Context, args *LookupTemplateOutputArgs, opts ...InvokeOption) LookupTemplateResultOutput> Note: This function is named LookupTemplate in the Go SDK.
public static class GetTemplate
{
public static Task<GetTemplateResult> InvokeAsync(GetTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetTemplateResult> Invoke(GetTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTemplateResult> getTemplate(GetTemplateArgs args, InvokeOptions options)
public static Output<GetTemplateResult> getTemplate(GetTemplateArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:pcaconnectorad:getTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
- Template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- Template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template_
arn str - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
getTemplate Result
The following output properties are available:
- Template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- Template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template
Arn string - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template_
arn str - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
- template
Arn String - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
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 Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
