Show / Hide Table of Contents

Class GetDistributionResult

Inheritance
System.Object
GetDistributionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetDistributionResult

Fields

View Source

Arn

The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

DomainName

The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.

Declaration
public readonly string DomainName
Field Value
Type Description
System.String
View Source

Enabled

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Etag

The current version of the distribution's information. For example: E2QWRUHAPOMQZL.

Declaration
public readonly string Etag
Field Value
Type Description
System.String
View Source

HostedZoneId

The CloudFront Route 53 zone ID that can be used to route an [Alias Resource Record Set][7] to. This attribute is simply an alias for the zone ID Z2FDTNDATAQYW2.

Declaration
public readonly string HostedZoneId
Field Value
Type Description
System.String
View Source

Id

The identifier for the distribution. For example: EDFDVBD632BHDS5.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InProgressValidationBatches

The number of invalidation batches currently in progress.

Declaration
public readonly int InProgressValidationBatches
Field Value
Type Description
System.Int32
View Source

LastModifiedTime

The date and time the distribution was last modified.

Declaration
public readonly string LastModifiedTime
Field Value
Type Description
System.String
View Source

Status

The current status of the distribution. Deployed if the distribution's information is fully propagated throughout the Amazon CloudFront system.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.