Class CfnFunction.ParameterNameSAMPTProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFunction.ParameterNameSAMPTProperty : CfnFunction.IParameterNameSAMPTProperty
Syntax (vb)
Public Class CfnFunction.ParameterNameSAMPTProperty Implements CfnFunction.IParameterNameSAMPTProperty
Remarks
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.SAM;
var parameterNameSAMPTProperty = new ParameterNameSAMPTProperty {
ParameterName = "parameterName"
};
Synopsis
Constructors
| ParameterNameSAMPTProperty() |
Properties
| ParameterName |
Constructors
ParameterNameSAMPTProperty()
public ParameterNameSAMPTProperty()
Remarks
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.SAM;
var parameterNameSAMPTProperty = new ParameterNameSAMPTProperty {
ParameterName = "parameterName"
};
Properties
ParameterName
public string ParameterName { get; set; }