1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. pcaconnectorad
  5. getTemplate

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
aws-native logo

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

    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 dictionary

    The following arguments are supported:

    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    templateArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    templateArn 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 .
    templateArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .

    getTemplate Result

    The following output properties are available:

    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    templateArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    templateArn 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 .
    templateArn 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
    aws-native logo

    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
      Try Pulumi Cloud free. Your team will thank you.