Interface CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Jsii$Proxy
- Enclosing class:
CfnTrustStoreRevocationPropsMixin
@Stability(Stable)
public static interface CfnTrustStoreRevocationPropsMixin.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.cfnpropertymixins.services.elasticloadbalancingv2.*;
TrustStoreRevocationProperty trustStoreRevocationProperty = TrustStoreRevocationProperty.builder()
.numberOfRevokedEntries(123)
.revocationId("revocationId")
.revocationType("revocationType")
.trustStoreArn("trustStoreArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTrustStoreRevocationPropsMixin.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
@Stability(Stable) static CfnTrustStoreRevocationPropsMixin.TrustStoreRevocationProperty.Builder builder()
-