Show / Hide Table of Contents

Interface CfnDistribution.IOriginMtlsConfigProperty

Configures mutual TLS authentication between CloudFront and your origin server.

Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDistribution.IOriginMtlsConfigProperty
Syntax (vb)
Public Interface CfnDistribution.IOriginMtlsConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-originmtlsconfig.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 originMtlsConfigProperty = new OriginMtlsConfigProperty {
                 ClientCertificateArn = "clientCertificateArn"
             };

Synopsis

Properties

ClientCertificateArn

The Amazon Resource Name (ARN) of the client certificate stored in AWS Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.

Properties

ClientCertificateArn

The Amazon Resource Name (ARN) of the client certificate stored in AWS Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.

string ClientCertificateArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-originmtlsconfig.html#cfn-cloudfront-distribution-originmtlsconfig-clientcertificatearn

Back to top Generated by DocFX