DistributionConfiguration
public struct DistributionConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the distribution configuration.
Declaration
Swift
public let arn: String? -
The date on which this distribution configuration was created.
Declaration
Swift
public let dateCreated: String? -
The date on which this distribution configuration was last updated.
Declaration
Swift
public let dateUpdated: String? -
The description of the distribution configuration.
Declaration
Swift
public let description: String? -
The distributions of the distribution configuration.
Declaration
Swift
public let distributions: [Distribution]? -
The name of the distribution configuration.
Declaration
Swift
public let name: String? -
The tags of the distribution configuration.
Declaration
Swift
public let tags: [String : String]? -
The maximum duration in minutes for this distribution configuration.
Declaration
Swift
public let timeoutMinutes: Int -
Undocumented
Declaration
Swift
public init(arn: String? = nil, dateCreated: String? = nil, dateUpdated: String? = nil, description: String? = nil, distributions: [Distribution]? = nil, name: String? = nil, tags: [String : String]? = nil, timeoutMinutes: Int)
View on GitHub
DistributionConfiguration Structure Reference