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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetCloudFrontOriginAccessIdentityConfig ( ) : bool

Method Details

CreateCloudFrontOriginAccessIdentityRequest() public méthode

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

CreateCloudFrontOriginAccessIdentityRequest() public méthode

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