@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.096Z") @Stability(value=Stable) public interface CfnClientCertificateProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
CfnClientCertificateProps cfnClientCertificateProps = CfnClientCertificateProps.builder()
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientCertificateProps.Builder
A builder for
CfnClientCertificateProps |
static class |
CfnClientCertificateProps.Jsii$Proxy
An implementation for
CfnClientCertificateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientCertificateProps.Builder |
builder() |
default String |
getDescription()
A description of the client certificate.
|
default List<CfnTag> |
getTags()
An array of arbitrary tags (key-value pairs) to associate with the client certificate.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnClientCertificateProps.Builder builder()
CfnClientCertificateProps.Builder of CfnClientCertificatePropsCopyright © 2022. All rights reserved.