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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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