@Stability(value=Stable)
public static interface CfnCertificate.ExtendedKeyUsageProperty
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.acmpca.*;
ExtendedKeyUsageProperty extendedKeyUsageProperty = ExtendedKeyUsageProperty.builder()
.extendedKeyUsageObjectIdentifier("extendedKeyUsageObjectIdentifier")
.extendedKeyUsageType("extendedKeyUsageType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCertificate.ExtendedKeyUsageProperty.Builder
A builder for
CfnCertificate.ExtendedKeyUsageProperty |
static class |
CfnCertificate.ExtendedKeyUsageProperty.Jsii$Proxy
An implementation for
CfnCertificate.ExtendedKeyUsageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCertificate.ExtendedKeyUsageProperty.Builder |
builder() |
default String |
getExtendedKeyUsageObjectIdentifier()
Specifies a custom `ExtendedKeyUsage` with an object identifier (OID).
|
default String |
getExtendedKeyUsageType()
Specifies a standard `ExtendedKeyUsage` as defined as in [RFC 5280](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.12) .
|
@Stability(value=Stable) @Nullable default String getExtendedKeyUsageObjectIdentifier()
@Stability(value=Stable) @Nullable default String getExtendedKeyUsageType()
@Stability(value=Stable) static CfnCertificate.ExtendedKeyUsageProperty.Builder builder()
Copyright © 2022. All rights reserved.