public static interface CfnProject.ServiceCatalogProvisioningDetailsProperty
For information about service catalog, see What is AWS Service Catalog .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; ServiceCatalogProvisioningDetailsProperty serviceCatalogProvisioningDetailsProperty = ServiceCatalogProvisioningDetailsProperty.builder() .productId("productId") // the properties below are optional .pathId("pathId") .provisioningArtifactId("provisioningArtifactId") .provisioningParameters(List.of(ProvisioningParameterProperty.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder
A builder for
CfnProject.ServiceCatalogProvisioningDetailsProperty |
static class |
CfnProject.ServiceCatalogProvisioningDetailsProperty.Jsii$Proxy
An implementation for
CfnProject.ServiceCatalogProvisioningDetailsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder |
builder() |
default java.lang.String |
getPathId()
The path identifier of the product.
|
java.lang.String |
getProductId()
The ID of the product to provision.
|
default java.lang.String |
getProvisioningArtifactId()
The ID of the provisioning artifact.
|
default java.lang.Object |
getProvisioningParameters()
A list of key value pairs that you specify when you provision a product.
|
java.lang.String getProductId()
default java.lang.String getPathId()
This value is optional if the product has a default path, and required if the product has more than one path.
default java.lang.String getProvisioningArtifactId()
default java.lang.Object getProvisioningParameters()