CreateDistributionConfigurationRequest
public struct CreateDistributionConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The idempotency token of the distribution configuration.
Declaration
Swift
public let clientToken: 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]? -
Undocumented
Declaration
Swift
public init(clientToken: String = CreateDistributionConfigurationRequest.idempotencyToken(), description: String? = nil, distributions: [Distribution], name: String, tags: [String : String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateDistributionConfigurationRequest Structure Reference