ProvisioningArtifactDetail

public struct ProvisioningArtifactDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether the product version is active.

    Declaration

    Swift

    public let active: Bool?
  • The UTC time stamp of the creation time.

    Declaration

    Swift

    public let createdTime: TimeStamp?
  • The description of the provisioning artifact.

    Declaration

    Swift

    public let description: String?
  • Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

    Declaration

    Swift

    public let guidance: ProvisioningArtifactGuidance?
  • id

    The identifier of the provisioning artifact.

    Declaration

    Swift

    public let id: String?
  • The name of the provisioning artifact.

    Declaration

    Swift

    public let name: String?
  • The type of provisioning artifact. CLOUD_FORMATION_TEMPLATE - AWS CloudFormation template MARKETPLACE_AMI - AWS Marketplace AMI MARKETPLACE_CAR - AWS Marketplace Clusters and AWS Resources

    Declaration

    Swift

    public let type: ProvisioningArtifactType?
  • Undocumented

    Declaration

    Swift

    public init(active: Bool? = nil, createdTime: TimeStamp? = nil, description: String? = nil, guidance: ProvisioningArtifactGuidance? = nil, id: String? = nil, name: String? = nil, type: ProvisioningArtifactType? = nil)