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

Container for the parameters to the CreateCloudFrontOriginAccessIdentity operation. Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
상속: AmazonCloudFrontRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateCloudFrontOriginAccessIdentityRequest ( ) : System

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

CreateCloudFrontOriginAccessIdentityRequest ( CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig ) : System

Instantiates CreateCloudFrontOriginAccessIdentityRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCloudFrontOriginAccessIdentityConfig ( ) : bool

메소드 상세

CreateCloudFrontOriginAccessIdentityRequest() 공개 메소드

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

CreateCloudFrontOriginAccessIdentityRequest() 공개 메소드

Instantiates CreateCloudFrontOriginAccessIdentityRequest with the parameterized properties
public CreateCloudFrontOriginAccessIdentityRequest ( CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig ) : System
cloudFrontOriginAccessIdentityConfig CloudFrontOriginAccessIdentityConfig The current configuration information for the identity.
리턴 System