@Stability(value=Stable)
public static interface CfnCertificateAuthority.KeyUsageProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCertificateAuthority.KeyUsageProperty.Builder
A builder for
CfnCertificateAuthority.KeyUsageProperty |
static class |
CfnCertificateAuthority.KeyUsageProperty.Jsii$Proxy
An implementation for
CfnCertificateAuthority.KeyUsageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCertificateAuthority.KeyUsageProperty.Builder |
builder() |
default Object |
getCrlSign()
`CfnCertificateAuthority.KeyUsageProperty.CRLSign`.
|
default Object |
getDataEncipherment()
`CfnCertificateAuthority.KeyUsageProperty.DataEncipherment`.
|
default Object |
getDecipherOnly()
`CfnCertificateAuthority.KeyUsageProperty.DecipherOnly`.
|
default Object |
getDigitalSignature()
`CfnCertificateAuthority.KeyUsageProperty.DigitalSignature`.
|
default Object |
getEncipherOnly()
`CfnCertificateAuthority.KeyUsageProperty.EncipherOnly`.
|
default Object |
getKeyAgreement()
`CfnCertificateAuthority.KeyUsageProperty.KeyAgreement`.
|
default Object |
getKeyCertSign()
`CfnCertificateAuthority.KeyUsageProperty.KeyCertSign`.
|
default Object |
getKeyEncipherment()
`CfnCertificateAuthority.KeyUsageProperty.KeyEncipherment`.
|
default Object |
getNonRepudiation()
`CfnCertificateAuthority.KeyUsageProperty.NonRepudiation`.
|
@Stability(value=Stable) @Nullable default Object getCrlSign()
@Stability(value=Stable) @Nullable default Object getDataEncipherment()
@Stability(value=Stable) @Nullable default Object getDecipherOnly()
@Stability(value=Stable) @Nullable default Object getDigitalSignature()
@Stability(value=Stable) @Nullable default Object getEncipherOnly()
@Stability(value=Stable) @Nullable default Object getKeyAgreement()
@Stability(value=Stable) @Nullable default Object getKeyCertSign()
@Stability(value=Stable) @Nullable default Object getKeyEncipherment()
@Stability(value=Stable) @Nullable default Object getNonRepudiation()
@Stability(value=Stable) static CfnCertificateAuthority.KeyUsageProperty.Builder builder()
Copyright © 2021. All rights reserved.