ProvisionProductInput
public struct ProvisionProductInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String?
-
Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.
Declaration
Swift
public let notificationArns: [String]?
-
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
Declaration
Swift
public let pathId: String?
-
The name of the path. You must provide the name or ID, but not both.
Declaration
Swift
public let pathName: String?
-
The product identifier. You must provide the name or ID, but not both.
Declaration
Swift
public let productId: String?
-
The name of the product. You must provide the name or ID, but not both.
Declaration
Swift
public let productName: String?
-
A user-friendly name for the provisioned product. This value must be unique for the AWS account and cannot be updated after the product is provisioned.
Declaration
Swift
public let provisionedProductName: String
-
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
Declaration
Swift
public let provisioningArtifactId: String?
-
The name of the provisioning artifact. You must provide the name or ID, but not both.
Declaration
Swift
public let provisioningArtifactName: String?
-
Parameters specified by the administrator that are required for provisioning the product.
Declaration
Swift
public let provisioningParameters: [ProvisioningParameter]?
-
An object that contains information about the provisioning preferences for a stack set.
Declaration
Swift
public let provisioningPreferences: ProvisioningPreferences?
-
An idempotency token that uniquely identifies the provisioning request.
Declaration
Swift
public let provisionToken: String
-
One or more tags.
Declaration
Swift
public let tags: [Tag]?
-
init(acceptLanguage:notificationArns:pathId:pathName:productId:productName:provisionedProductName:provisioningArtifactId:provisioningArtifactName:provisioningParameters:provisioningPreferences:provisionToken:tags:)
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, notificationArns: [String]? = nil, pathId: String? = nil, pathName: String? = nil, productId: String? = nil, productName: String? = nil, provisionedProductName: String, provisioningArtifactId: String? = nil, provisioningArtifactName: String? = nil, provisioningParameters: [ProvisioningParameter]? = nil, provisioningPreferences: ProvisioningPreferences? = nil, provisionToken: String = ProvisionProductInput.idempotencyToken(), tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws