C# Class 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.
Inheritance: AmazonCloudFrontRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetCloudFrontOriginAccessIdentityConfig ( ) : bool

Method Details

CreateCloudFrontOriginAccessIdentityRequest() public method

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

CreateCloudFrontOriginAccessIdentityRequest() public method

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