Interface CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty

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

@Stability(Stable) public static interface CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty extends software.amazon.jsii.JsiiSerializable
Information about a parameter used to provision a product.

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.servicecatalog.*;
 ProvisioningParameterProperty provisioningParameterProperty = ProvisioningParameterProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: