AwsCloudFrontDistributionOriginItem
public struct AwsCloudFrontDistributionOriginItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin.
Declaration
Swift
public let domainName: String?
-
A unique identifier for the origin or origin group.
Declaration
Swift
public let id: String?
-
An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.
Declaration
Swift
public let originPath: String?
-
Undocumented
Declaration
Swift
public init(domainName: String? = nil, id: String? = nil, originPath: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws