interface CaCertificatesBundleSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudFront.CfnTrustStorePropsMixin.CaCertificatesBundleSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudfront#CfnTrustStorePropsMixin_CaCertificatesBundleSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnTrustStorePropsMixin.CaCertificatesBundleSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_cloudfront.CfnTrustStorePropsMixin.CaCertificatesBundleSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudfront » CfnTrustStorePropsMixin » CaCertificatesBundleSourceProperty |
A CA certificates bundle source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from '@aws-cdk/cfn-property-mixins';
const caCertificatesBundleSourceProperty: cloudfront.CfnTrustStorePropsMixin.CaCertificatesBundleSourceProperty = {
caCertificatesBundleS3Location: {
bucket: 'bucket',
key: 'key',
region: 'region',
version: 'version',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| ca | IResolvable | Ca | The CA certificates bundle location in Amazon S3. |
caCertificatesBundleS3Location?
Type:
IResolvable | Ca
(optional)
The CA certificates bundle location in Amazon S3.

.NET
Go
Java
Python
TypeScript