Interface CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Jsii$Proxy
- Enclosing class:
CfnTrustStorePropsMixin
@Stability(Stable)
public static interface CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty
extends software.amazon.jsii.JsiiSerializable
The CA certificates bundle location in Amazon S3.
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.cloudfront.*;
CaCertificatesBundleS3LocationProperty caCertificatesBundleS3LocationProperty = CaCertificatesBundleS3LocationProperty.builder()
.bucket("bucket")
.key("key")
.region("region")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
The S3 bucket.- See Also:
-
getKey
The location's key.- See Also:
-
getRegion
The location's Region.- See Also:
-
getVersion
The location's version.- See Also:
-
builder
@Stability(Stable) static CfnTrustStorePropsMixin.CaCertificatesBundleS3LocationProperty.Builder builder()
-