Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundlesource.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-truststore-cacertificatesbundlesource.html#cfn-cloudfront-truststore-cacertificatesbundlesource-cacertificatesbundles3location

Type union: either IResolvable or CfnTrustStore.ICaCertificatesBundleS3LocationProperty

Back to top Generated by DocFX