Interface CfnTrustStoreRevocationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrustStoreRevocationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:21.683Z")
@Stability(Stable)
public interface CfnTrustStoreRevocationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTrustStoreRevocation.
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.*;
CfnTrustStoreRevocationProps cfnTrustStoreRevocationProps = CfnTrustStoreRevocationProps.builder()
.revocationContents(List.of(RevocationContentProperty.builder()
.revocationType("revocationType")
.s3Bucket("s3Bucket")
.s3Key("s3Key")
.s3ObjectVersion("s3ObjectVersion")
.build()))
.trustStoreArn("trustStoreArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTrustStoreRevocationPropsstatic final classAn implementation forCfnTrustStoreRevocationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRevocationContents
The revocation file to add.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTrustStoreRevocation.RevocationContentProperty>- See Also:
-
getTrustStoreArn
The Amazon Resource Name (ARN) of the trust store.- See Also:
-
builder
-