Interface ICfnEnvironmentMixinProps
Properties for CfnEnvironmentPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.RefactorSpaces.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnEnvironmentMixinProps
Syntax (vb)
Public Interface ICfnEnvironmentMixinProps
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.Mixins.Preview.AWS.RefactorSpaces.Mixins;
var cfnEnvironmentMixinProps = new CfnEnvironmentMixinProps {
Description = "description",
Name = "name",
NetworkFabricType = "networkFabricType",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| Description | A description of the environment. |
| Name | The name of the environment. |
| NetworkFabricType | The network fabric type of the environment. |
| Tags | The tags assigned to the environment. |
Properties
Description
A description of the environment.
string? Description { get; }
Property Value
Remarks
Name
The name of the environment.
string? Name { get; }
Property Value
Remarks
NetworkFabricType
The network fabric type of the environment.
string? NetworkFabricType { get; }