interface CACertificateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CACertificateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CACertificateReference |
![]() | software.amazon.awscdk.services.iot.CACertificateReference |
![]() | aws_cdk.aws_iot.CACertificateReference |
![]() | aws-cdk-lib » aws_iot » CACertificateReference |
A reference to a CACertificate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const cACertificateReference: iot.CACertificateReference = {
caCertificateArn: 'caCertificateArn',
caCertificateId: 'caCertificateId',
};
Properties
Name | Type | Description |
---|---|---|
ca | string | The ARN of the CACertificate resource. |
ca | string | The Id of the CACertificate resource. |
caCertificateArn
Type:
string
The ARN of the CACertificate resource.
caCertificateId
Type:
string
The Id of the CACertificate resource.