TemplateReference

class aws_cdk.aws_pcaconnectorad.TemplateReference(*, template_arn)

Bases: object

A reference to a Template resource.

Parameters:

template_arn (str) – The TemplateArn of the Template resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_pcaconnectorad as pcaconnectorad

template_reference = pcaconnectorad.TemplateReference(
    template_arn="templateArn"
)

Attributes

template_arn

The TemplateArn of the Template resource.