Interface CfnTrustStoreRevocationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrustStoreRevocationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-04T09:06:22.475Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTrustStoreRevocationProps
static final class
An implementation forCfnTrustStoreRevocationProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRevocationContents
The revocation file to add.- See Also:
-
getTrustStoreArn
The Amazon Resource Name (ARN) of the trust store.- See Also:
-
builder
-