Interface IVpcOrigin
Represents a VPC origin.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcOrigin : IResource
Syntax (vb)
Public Interface IVpcOrigin
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
DomainName | The domain name of the CloudFront VPC origin endpoint configuration. |
VpcOriginArn | The VPC origin ARN. |
VpcOriginId | The VPC origin ID. |
Properties
DomainName
The domain name of the CloudFront VPC origin endpoint configuration.
virtual string DomainName { get; }
Property Value
System.String
VpcOriginArn
The VPC origin ARN.
string VpcOriginArn { get; }
Property Value
System.String
Remarks
Attribute: true
VpcOriginId
The VPC origin ID.
string VpcOriginId { get; }
Property Value
System.String
Remarks
Attribute: true