Interface CfnProject.ServiceCatalogProvisionedProductDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProject.ServiceCatalogProvisionedProductDetailsProperty.Jsii$Proxy
Enclosing class:
CfnProject

@Stability(Stable) public static interface CfnProject.ServiceCatalogProvisionedProductDetailsProperty extends software.amazon.jsii.JsiiSerializable
Details of a provisioned service catalog product.

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.*;
 ServiceCatalogProvisionedProductDetailsProperty serviceCatalogProvisionedProductDetailsProperty = ServiceCatalogProvisionedProductDetailsProperty.builder()
         .provisionedProductId("provisionedProductId")
         .provisionedProductStatusMessage("provisionedProductStatusMessage")
         .build();
 

See Also: