Show / Hide Table of Contents

Class CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty

Information about a parameter used to provision a product.

Inheritance
object
CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty
Implements
CfnCloudFormationProvisionedProduct.IProvisioningParameterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty : CfnCloudFormationProvisionedProduct.IProvisioningParameterProperty
Syntax (vb)
Public Class CfnCloudFormationProvisionedProduct.ProvisioningParameterProperty Implements 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

Constructors

ProvisioningParameterProperty()

Information about a parameter used to provision a product.

Properties

Key

The parameter key.

Value

The parameter value.

Constructors

ProvisioningParameterProperty()

Information about a parameter used to provision a product.

public ProvisioningParameterProperty()
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"
             };

Properties

Key

The parameter key.

public string Key { get; set; }
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.

public string Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnCloudFormationProvisionedProduct.IProvisioningParameterProperty
Back to top Generated by DocFX