Interface IParameterReference
A reference to a Parameter resource.
Namespace: Amazon.CDK.Interfaces.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IParameterReference
Syntax (vb)
Public Interface IParameterReference
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.Interfaces.SSM;
var parameterReference = new ParameterReference {
ParameterName = "parameterName"
};
Synopsis
Properties
| ParameterName | The Name of the Parameter resource. |
Properties
ParameterName
The Name of the Parameter resource.
string ParameterName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated