aws-cdk-lib.aws_servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty

interface ProvisioningParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnCloudFormationProvisionedProduct_ProvisioningParameterProperty
Javasoftware.amazon.awscdk.services.servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty
Pythonaws_cdk.aws_servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty
TypeScript aws-cdk-lib » aws_servicecatalog » CfnCloudFormationProvisionedProduct » ProvisioningParameterProperty

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 { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const provisioningParameterProperty: servicecatalog.CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe parameter key.
valuestringThe parameter value.

key

Type: string

The parameter key.


value

Type: string

The parameter value.