Amazon.CloudFront.AmazonCloudFrontClient.GetCloudFrontOriginAccessIdentityConfigAsync C# (CSharp) Метод

GetCloudFrontOriginAccessIdentityConfigAsync() публичный Метод

Get the configuration information about an origin access identity.
/// Access denied. /// /// The specified origin access identity does not exist. ///
public GetCloudFrontOriginAccessIdentityConfigAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetCloudFrontOriginAccessIdentityConfigResponse> GetCloudFrontOriginAccessIdentityConfigAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return GetCloudFrontOriginAccessIdentityConfigAsync(new GetCloudFrontOriginAccessIdentityConfigRequest(), cancellationToken);
        }

Same methods

AmazonCloudFrontClient::GetCloudFrontOriginAccessIdentityConfigAsync ( GetCloudFrontOriginAccessIdentityConfigRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonCloudFrontClient