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
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; }