interface TemplateReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.PCAConnectorAD.TemplateReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspcaconnectorad#TemplateReference |
Java | software.amazon.awscdk.interfaces.pcaconnectorad.TemplateReference |
Python | aws_cdk.interfaces.aws_pcaconnectorad.TemplateReference |
TypeScript | aws-cdk-lib » interfaces » aws_pcaconnectorad » TemplateReference |
A reference to a Template resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcaconnectorad as interfaces_aws_pcaconnectorad } from 'aws-cdk-lib/interfaces';
const templateReference: interfaces_aws_pcaconnectorad.TemplateReference = {
templateArn: 'templateArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| template | string | The TemplateArn of the Template resource. |
templateArn
Type:
string
The TemplateArn of the Template resource.

.NET
Go
Java
Python
TypeScript