Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-description

Name

The name of the environment.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-name

NetworkFabricType

The network fabric type of the environment.

string? NetworkFabricType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-networkfabrictype

Tags

The tags assigned to the environment.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-refactorspaces-environment.html#cfn-refactorspaces-environment-tags

Back to top Generated by DocFX