AWS SDK for .NET Documentation
S3Origin Class
AmazonAmazon.CloudFront.ModelS3Origin Did this page help you?   Yes   No    Tell us about it...
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
Declaration Syntax
C#
public class S3Origin
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3Origin()()()()
Initializes a new instance of the S3Origin class

DomainName
Gets and sets the property DomainName. The DNS name of the S3 origin.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
OriginAccessIdentity
Gets and sets the property OriginAccessIdentity. Your S3 origin's origin access identity.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDomainName(String) Obsolete.
Sets the DomainName property

WithOriginAccessIdentity(String) Obsolete.
Sets the OriginAccessIdentity property

Inheritance Hierarchy
Object
S3Origin

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)