Show / Hide Table of Contents

Interface CfnCloudFormationProvisionedProduct.IProvisioningParameterProperty

Information about a parameter used to provision a product.

Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCloudFormationProvisionedProduct.IProvisioningParameterProperty
Syntax (vb)
Public Interface CfnCloudFormationProvisionedProduct.IProvisioningParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningparameter.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Servicecatalog;

             var provisioningParameterProperty = new ProvisioningParameterProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Key

The parameter key.

Value

The parameter value.

Properties

Key

The parameter key.

string Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningparameter.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningparameter-key

Value

The parameter value.

string Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationprovisionedproduct-provisioningparameter.html#cfn-servicecatalog-cloudformationprovisionedproduct-provisioningparameter-value

Back to top Generated by DocFX