Show / Hide Table of Contents

Class CfnDistributionTenant.CertificateProperty

The AWS Certificate Manager (ACM) certificate associated with your distribution.

Inheritance
object
CfnDistributionTenant.CertificateProperty
Implements
CfnDistributionTenant.ICertificateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDistributionTenant.CertificateProperty : CfnDistributionTenant.ICertificateProperty
Syntax (vb)
Public Class CfnDistributionTenant.CertificateProperty Implements CfnDistributionTenant.ICertificateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-certificate.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 certificateProperty = new CertificateProperty {
                 Arn = "arn"
             };

Synopsis

Constructors

CertificateProperty()

The AWS Certificate Manager (ACM) certificate associated with your distribution.

Properties

Arn

The Amazon Resource Name (ARN) of the ACM certificate.

Constructors

CertificateProperty()

The AWS Certificate Manager (ACM) certificate associated with your distribution.

public CertificateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-certificate.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 certificateProperty = new CertificateProperty {
                 Arn = "arn"
             };

Properties

Arn

The Amazon Resource Name (ARN) of the ACM certificate.

public string? Arn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-certificate.html#cfn-cloudfront-distributiontenant-certificate-arn

Implements

CfnDistributionTenant.ICertificateProperty
Back to top Generated by DocFX