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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.pcaconnectorad.getTemplate

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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:

    Definition Pulumi.AwsNative.PcaConnectorAd.Outputs.TemplateDefinition0Properties | Pulumi.AwsNative.PcaConnectorAd.Outputs.TemplateDefinition1Properties | Pulumi.AwsNative.PcaConnectorAd.Outputs.TemplateDefinition2Properties
    Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
    Tags Dictionary<string, string>
    Metadata assigned to a template consisting of a key-value pair.
    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    Definition TemplateDefinition0Properties | TemplateDefinition1Properties | TemplateDefinition2Properties
    Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
    Tags map[string]string
    Metadata assigned to a template consisting of a key-value pair.
    TemplateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    definition TemplateDefinition0Properties | TemplateDefinition1Properties | TemplateDefinition2Properties
    Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
    tags Map<String,String>
    Metadata assigned to a template consisting of a key-value pair.
    templateArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    definition TemplateDefinition0Properties | TemplateDefinition1Properties | TemplateDefinition2Properties
    Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
    tags {[key: string]: string}
    Metadata assigned to a template consisting of a key-value pair.
    templateArn string
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    definition TemplateDefinition0Properties | TemplateDefinition1Properties | TemplateDefinition2Properties
    Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
    tags Mapping[str, str]
    Metadata assigned to a template consisting of a key-value pair.
    template_arn str
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .
    definition Property Map | Property Map | Property Map
    Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
    tags Map<String>
    Metadata assigned to a template consisting of a key-value pair.
    templateArn String
    The Amazon Resource Name (ARN) that was returned when you called CreateTemplate .

    Supporting Types

    TemplateApplicationPolicies

    Policies List<Union<Pulumi.AwsNative.PcaConnectorAd.Inputs.TemplateApplicationPolicy0Properties, Pulumi.AwsNative.PcaConnectorAd.Inputs.TemplateApplicationPolicy1Properties>>
    Critical bool
    Policies []interface{}
    Critical bool
    policies List<Either<TemplateApplicationPolicy0Properties,TemplateApplicationPolicy1Properties>>
    critical Boolean
    policies (TemplateApplicationPolicy0Properties | TemplateApplicationPolicy1Properties)[]
    critical boolean
    policies Sequence[Union[TemplateApplicationPolicy0Properties, TemplateApplicationPolicy1Properties]]
    critical bool
    policies List<Property Map | Property Map>
    critical Boolean

    TemplateApplicationPolicy0Properties

    policyType "ALL_APPLICATION_POLICIES" | "ANY_PURPOSE" | "ATTESTATION_IDENTITY_KEY_CERTIFICATE" | "CERTIFICATE_REQUEST_AGENT" | "CLIENT_AUTHENTICATION" | "CODE_SIGNING" | "CTL_USAGE" | "DIGITAL_RIGHTS" | "DIRECTORY_SERVICE_EMAIL_REPLICATION" | "DISALLOWED_LIST" | "DNS_SERVER_TRUST" | "DOCUMENT_ENCRYPTION" | "DOCUMENT_SIGNING" | "DYNAMIC_CODE_GENERATOR" | "EARLY_LAUNCH_ANTIMALWARE_DRIVER" | "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION" | "ENCLAVE" | "ENCRYPTING_FILE_SYSTEM" | "ENDORSEMENT_KEY_CERTIFICATE" | "FILE_RECOVERY" | "HAL_EXTENSION" | "IP_SECURITY_END_SYSTEM" | "IP_SECURITY_IKE_INTERMEDIATE" | "IP_SECURITY_TUNNEL_TERMINATION" | "IP_SECURITY_USER" | "ISOLATED_USER_MODE" | "KDC_AUTHENTICATION" | "KERNEL_MODE_CODE_SIGNING" | "KEY_PACK_LICENSES" | "KEY_RECOVERY" | "KEY_RECOVERY_AGENT" | "LICENSE_SERVER_VERIFICATION" | "LIFETIME_SIGNING" | "MICROSOFT_PUBLISHER" | "MICROSOFT_TIME_STAMPING" | "MICROSOFT_TRUST_LIST_SIGNING" | "OCSP_SIGNING" | "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION" | "PLATFORM_CERTIFICATE" | "PREVIEW_BUILD_SIGNING" | "PRIVATE_KEY_ARCHIVAL" | "PROTECTED_PROCESS_LIGHT_VERIFICATION" | "PROTECTED_PROCESS_VERIFICATION" | "QUALIFIED_SUBORDINATION" | "REVOKED_LIST_SIGNER" | "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION" | "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION" | "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL" | "ROOT_LIST_SIGNER" | "SECURE_EMAIL" | "SERVER_AUTHENTICATION" | "SMART_CARD_LOGIN" | "SPC_ENCRYPTED_DIGEST_RETRY_COUNT" | "SPC_RELAXED_PE_MARKER_CHECK" | "TIME_STAMPING" | "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION" | "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION" | "WINDOWS_HARDWARE_DRIVER_VERIFICATION" | "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION" | "WINDOWS_KITS_COMPONENT" | "WINDOWS_RT_VERIFICATION" | "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION" | "WINDOWS_STORE" | "WINDOWS_SYSTEM_COMPONENT_VERIFICATION" | "WINDOWS_TCB_COMPONENT" | "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT" | "WINDOWS_UPDATE"

    TemplateApplicationPolicy1Properties

    TemplateApplicationPolicyType

    TemplateCertificateValidity

    TemplateClientCompatibilityV2

    TemplateClientCompatibilityV3

    TemplateClientCompatibilityV4

    TemplateDefinition0Properties

    TemplateDefinition1Properties

    TemplateDefinition2Properties

    TemplateEnrollmentFlagsV2

    TemplateEnrollmentFlagsV3

    TemplateEnrollmentFlagsV4

    TemplateExtensionsV2

    TemplateExtensionsV3

    TemplateExtensionsV4

    TemplateGeneralFlagsV2

    TemplateGeneralFlagsV3

    TemplateGeneralFlagsV4

    TemplateHashAlgorithm

    TemplateKeySpec

    TemplateKeyUsage

    TemplateKeyUsageFlags

    TemplateKeyUsageProperty0Properties

    TemplateKeyUsageProperty1Properties

    TemplateKeyUsagePropertyFlags

    decrypt Boolean
    keyAgreement Boolean
    sign Boolean
    decrypt boolean
    keyAgreement boolean
    sign boolean
    decrypt Boolean
    keyAgreement Boolean
    sign Boolean

    TemplateKeyUsagePropertyType

    TemplatePrivateKeyAlgorithm

    TemplatePrivateKeyAttributesV2

    TemplatePrivateKeyAttributesV3

    TemplatePrivateKeyAttributesV4

    TemplatePrivateKeyFlagsV2

    TemplatePrivateKeyFlagsV3

    TemplatePrivateKeyFlagsV4

    TemplateSubjectNameFlagsV2

    TemplateSubjectNameFlagsV3

    TemplateSubjectNameFlagsV4

    TemplateV2

    TemplateV3

    TemplateV4

    TemplateValidityPeriod

    TemplateValidityPeriodType

    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.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi