interface ClientCertificateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.ClientCertificateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#ClientCertificateReference |
![]() | software.amazon.awscdk.services.apigateway.ClientCertificateReference |
![]() | aws_cdk.aws_apigateway.ClientCertificateReference |
![]() | aws-cdk-lib » aws_apigateway » ClientCertificateReference |
A reference to a ClientCertificate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigateway as apigateway } from 'aws-cdk-lib';
const clientCertificateReference: apigateway.ClientCertificateReference = {
clientCertificateId: 'clientCertificateId',
};
Properties
Name | Type | Description |
---|---|---|
client | string | The ClientCertificateId of the ClientCertificate resource. |
clientCertificateId
Type:
string
The ClientCertificateId of the ClientCertificate resource.