Origin
public struct Origin : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the origin resource.
Declaration
Swift
public let name: String?
-
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.
Declaration
Swift
public let protocolPolicy: OriginProtocolPolicyEnum?
-
The AWS Region name of the origin resource.
Declaration
Swift
public let regionName: RegionName?
-
The resource type of the origin resource (e.g., Instance).
Declaration
Swift
public let resourceType: ResourceType?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, protocolPolicy: OriginProtocolPolicyEnum? = nil, regionName: RegionName? = nil, resourceType: ResourceType? = nil)