Interface CfnTrustStore.ICaCertificatesBundleSourceProperty
A CA certificates bundle source.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTrustStore.ICaCertificatesBundleSourceProperty
Syntax (vb)
Public Interface CfnTrustStore.ICaCertificatesBundleSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudFront;
var caCertificatesBundleSourceProperty = new CaCertificatesBundleSourceProperty {
CaCertificatesBundleS3Location = new CaCertificatesBundleS3LocationProperty {
Bucket = "bucket",
Key = "key",
Region = "region",
// the properties below are optional
Version = "version"
}
};
Synopsis
Properties
| CaCertificatesBundleS3Location | The CA certificates bundle location in Amazon S3. |
Properties
CaCertificatesBundleS3Location
The CA certificates bundle location in Amazon S3.
object CaCertificatesBundleS3Location { get; }
Property Value
Remarks
Type union: either IResolvable or CfnTrustStore.ICaCertificatesBundleS3LocationProperty