Class CloudFrontWebDistributionAttributes
Attributes used to import a Distribution.
Inheritance
System.Object
CloudFrontWebDistributionAttributes
Implements
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CloudFrontWebDistributionAttributes : Object, ICloudFrontWebDistributionAttributes
Syntax (vb)
Public Class CloudFrontWebDistributionAttributes
Inherits Object
Implements ICloudFrontWebDistributionAttributes
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 cloudFrontWebDistributionAttributes = new CloudFrontWebDistributionAttributes {
DistributionId = "distributionId",
DomainName = "domainName"
};
Synopsis
Constructors
CloudFrontWebDistributionAttributes() |
Properties
DistributionId | The distribution ID for this distribution. |
DomainName | The generated domain name of the Distribution, such as d111111abcdef8.cloudfront.net. |
Constructors
CloudFrontWebDistributionAttributes()
public CloudFrontWebDistributionAttributes()
Properties
DistributionId
The distribution ID for this distribution.
public string DistributionId { get; set; }
Property Value
System.String
Remarks
Attribute: true
DomainName
The generated domain name of the Distribution, such as d111111abcdef8.cloudfront.net.
public string DomainName { get; set; }
Property Value
System.String
Remarks
Attribute: true