interface CfnClientCertificateProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGateway.CfnClientCertificateProps |
Java | software.amazon.awscdk.services.apigateway.CfnClientCertificateProps |
Python | aws_cdk.aws_apigateway.CfnClientCertificateProps |
TypeScript | @aws-cdk/aws-apigateway » CfnClientCertificateProps |
Properties for defining a CfnClientCertificate
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const cfnClientCertificateProps: apigateway.CfnClientCertificateProps = {
description: 'description',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
description? | string | The description of the client certificate. |
tags? | Cfn [] | The collection of tags. |
description?
Type:
string
(optional)
The description of the client certificate.
tags?
Type:
Cfn
[]
(optional)
The collection of tags.
Each tag element is associated with a given resource.