interface TemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcaconnectorad.TemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorad#TemplateReference |
![]() | software.amazon.awscdk.services.pcaconnectorad.TemplateReference |
![]() | aws_cdk.aws_pcaconnectorad.TemplateReference |
![]() | aws-cdk-lib » 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 pcaconnectorad } from 'aws-cdk-lib';
const templateReference: 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.