interface ClientCertificateReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.APIGateway.ClientCertificateReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#ClientCertificateReference | 
|  Java | software.amazon.awscdk.services.apigateway.ClientCertificateReference | 
|  Python | aws_cdk.aws_apigateway.ClientCertificateReference | 
|  TypeScript | 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.
