C# Class Amazon.CloudFront.Model.Distribution

A distribution.

显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Distribution ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Distribution ( string id, string status, string domainName ) : System

Instantiates Distribution with the parameterized properties

Private Methods

Method Description
IsSetARN ( ) : bool
IsSetActiveTrustedSigners ( ) : bool
IsSetDistributionConfig ( ) : bool
IsSetDomainName ( ) : bool
IsSetId ( ) : bool
IsSetInProgressInvalidationBatches ( ) : bool
IsSetLastModifiedTime ( ) : bool
IsSetStatus ( ) : bool

Method Details

Distribution() public method

Empty constructor used to set properties independently even when a simple constructor is available
public Distribution ( ) : System
return System

Distribution() public method

Instantiates Distribution with the parameterized properties
public Distribution ( string id, string status, string domainName ) : System
id string The identifier for the distribution. For example: EDFDVBD632BHDS5.
status string This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.
domainName string The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.
return System