interface IClientCertificateRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.IClientCertificateRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#IClientCertificateRef |
Java | software.amazon.awscdk.services.apigateway.IClientCertificateRef |
Python | aws_cdk.aws_apigateway.IClientCertificateRef |
TypeScript | aws-cdk-lib » aws_apigateway » IClientCertificateRef |
Implemented by
Cfn
Obtainable from
Cfn.fromClientCertificateId()
Indicates that this resource can be referenced as a ClientCertificate.
Properties
| Name | Type | Description |
|---|---|---|
| client | Client | A reference to a ClientCertificate resource. |
| node | Node | The tree node. |
clientCertificateRef
Type:
Client
A reference to a ClientCertificate resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript