We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.pcaconnectorad.getTemplate
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- 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.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi