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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.pcaconnectorad.getTemplate

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
    // Output-based functions aren't available in Java yet
    
    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi