Interface CfnProject.IEnvironmentParameterProperty
The parameter details of an evironment profile.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnProject.IEnvironmentParameterProperty
Syntax (vb)
Public Interface CfnProject.IEnvironmentParameterProperty
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.DataZone;
var environmentParameterProperty = new EnvironmentParameterProperty {
Name = "name",
Value = "value"
};
Synopsis
Properties
| Name | The name of an environment profile parameter. |
| Value | The value of an environment profile parameter. |
Properties
Name
The name of an environment profile parameter.
string? Name { get; }
Property Value
Remarks
Value
The value of an environment profile parameter.
string? Value { get; }