ProvisionedProductPlanDetails
public struct ProvisionedProductPlanDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The UTC time stamp of the creation time.
Declaration
Swift
public let createdTime: TimeStamp?
-
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.
Declaration
Swift
public let pathId: String?
-
The plan identifier.
Declaration
Swift
public let planId: String?
-
The name of the plan.
Declaration
Swift
public let planName: String?
-
The plan type.
Declaration
Swift
public let planType: ProvisionedProductPlanType?
-
The product identifier.
Declaration
Swift
public let productId: String?
-
The identifier of the provisioning artifact.
Declaration
Swift
public let provisioningArtifactId: String?
-
Parameters specified by the administrator that are required for provisioning the product.
Declaration
Swift
public let provisioningParameters: [UpdateProvisioningParameter]?
-
The product identifier.
Declaration
Swift
public let provisionProductId: String?
-
The user-friendly name of the provisioned product.
Declaration
Swift
public let provisionProductName: String?
-
The status.
Declaration
Swift
public let status: ProvisionedProductPlanStatus?
-
The status message.
Declaration
Swift
public let statusMessage: String?
-
One or more tags.
Declaration
Swift
public let tags: [Tag]?
-
The time when the plan was last updated.
Declaration
Swift
public let updatedTime: TimeStamp?
-
init(createdTime:notificationArns:pathId:planId:planName:planType:productId:provisioningArtifactId:provisioningParameters:provisionProductId:provisionProductName:status:statusMessage:tags:updatedTime:)
Undocumented
Declaration
Swift
public init(createdTime: TimeStamp? = nil, notificationArns: [String]? = nil, pathId: String? = nil, planId: String? = nil, planName: String? = nil, planType: ProvisionedProductPlanType? = nil, productId: String? = nil, provisioningArtifactId: String? = nil, provisioningParameters: [UpdateProvisioningParameter]? = nil, provisionProductId: String? = nil, provisionProductName: String? = nil, status: ProvisionedProductPlanStatus? = nil, statusMessage: String? = nil, tags: [Tag]? = nil, updatedTime: TimeStamp? = nil)