Interface CfnTrustStoreRevocation.TrustStoreRevocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrustStoreRevocation.TrustStoreRevocationProperty.Jsii$Proxy
- Enclosing class:
CfnTrustStoreRevocation
@Stability(Stable)
public static interface CfnTrustStoreRevocation.TrustStoreRevocationProperty
extends software.amazon.jsii.JsiiSerializable
Information about a revocation file in use by a trust store.
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.elasticloadbalancingv2.*; TrustStoreRevocationProperty trustStoreRevocationProperty = TrustStoreRevocationProperty.builder() .numberOfRevokedEntries(123) .revocationId("revocationId") .revocationType("revocationType") .trustStoreArn("trustStoreArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTrustStoreRevocation.TrustStoreRevocationProperty
static final class
An implementation forCfnTrustStoreRevocation.TrustStoreRevocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNumberOfRevokedEntries
The number of revoked certificates.- See Also:
-
getRevocationId
The revocation ID of the revocation file.- See Also:
-
getRevocationType
The type of revocation file.- See Also:
-
getTrustStoreArn
The Amazon Resource Name (ARN) of the trust store.- See Also:
-
builder
-