public static interface CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty.Builder
|
static class |
CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty.Jsii$Proxy
An implementation for
CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty.Builder |
builder() |
java.lang.String |
getKey()
The parameter key.
|
java.lang.String |
getValue()
The parameter value.
|