C# 클래스 Amazon.CloudFront.Model.S3Origin

S3 origin information to associate with the distribution.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
S3Origin ( ) : System

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

S3Origin ( string domainName ) : System

Instantiates S3Origin with the parameterized properties

S3Origin ( string domainName, string originAccessIdentity ) : System

Instantiates S3Origin with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDomainName ( ) : bool
IsSetOriginAccessIdentity ( ) : bool

메소드 상세

S3Origin() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public S3Origin ( ) : System
리턴 System

S3Origin() 공개 메소드

Instantiates S3Origin with the parameterized properties
public S3Origin ( string domainName ) : System
domainName string The DNS name of the Amazon S3 origin.
리턴 System

S3Origin() 공개 메소드

Instantiates S3Origin with the parameterized properties
public S3Origin ( string domainName, string originAccessIdentity ) : System
domainName string The DNS name of the Amazon S3 origin.
originAccessIdentity string The CloudFront origin access identity to associate with the RTMP distribution. Use an origin access identity to configure the distribution so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. For more information, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content in the Amazon Amazon CloudFront Developer Guide.
리턴 System