Show / Hide Table of Contents

Class CfnFunction.ParameterNameSAMPTProperty

Inheritance
object
CfnFunction.ParameterNameSAMPTProperty
Implements
CfnFunction.IParameterNameSAMPTProperty
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.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFunction.ParameterNameSAMPTProperty : CfnFunction.IParameterNameSAMPTProperty
Syntax (vb)
Public Class CfnFunction.ParameterNameSAMPTProperty Implements CfnFunction.IParameterNameSAMPTProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-parameternamesampt.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.SAM;

             var parameterNameSAMPTProperty = new ParameterNameSAMPTProperty {
                 ParameterName = "parameterName"
             };

Synopsis

Constructors

ParameterNameSAMPTProperty()

Properties

ParameterName

Constructors

ParameterNameSAMPTProperty()

public ParameterNameSAMPTProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-parameternamesampt.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.SAM;

             var parameterNameSAMPTProperty = new ParameterNameSAMPTProperty {
                 ParameterName = "parameterName"
             };

Properties

ParameterName

public string ParameterName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-parameternamesampt.html#cfn-serverless-function-parameternamesampt-parametername

Implements

CfnFunction.IParameterNameSAMPTProperty
Back to top Generated by DocFX