class Aws::SageMaker::Types::ServiceCatalogProvisioningDetails

Details that you specify to provision a service catalog product. For information about service catalog, see .[What is Amazon Web Services Service Catalog].

[1]: docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html

@note When making an API call, you may pass ServiceCatalogProvisioningDetails

data as a hash:

    {
      product_id: "ServiceCatalogEntityId", # required
      provisioning_artifact_id: "ServiceCatalogEntityId", # required
      path_id: "ServiceCatalogEntityId",
      provisioning_parameters: [
        {
          key: "ProvisioningParameterKey",
          value: "ProvisioningParameterValue",
        },
      ],
    }

@!attribute [rw] product_id

The ID of the product to provision.
@return [String]

@!attribute [rw] provisioning_artifact_id

The ID of the provisioning artifact.
@return [String]

@!attribute [rw] path_id

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.
@return [String]

@!attribute [rw] provisioning_parameters

A list of key value pairs that you specify when you provision a
product.
@return [Array<Types::ProvisioningParameter>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ServiceCatalogProvisioningDetails AWS API Documentation

Constants

SENSITIVE