Show / Hide Table of Contents

Class EnvironmentEC2Reference

A reference to a EnvironmentEC2 resource.

Inheritance
object
EnvironmentEC2Reference
Implements
IEnvironmentEC2Reference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Cloud9
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EnvironmentEC2Reference : IEnvironmentEC2Reference
Syntax (vb)
Public Class EnvironmentEC2Reference Implements IEnvironmentEC2Reference
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.Cloud9;

            var environmentEC2Reference = new EnvironmentEC2Reference {
                EnvironmentEc2Arn = "environmentEc2Arn",
                EnvironmentEc2Id = "environmentEc2Id"
            };

Synopsis

Constructors

EnvironmentEC2Reference()

A reference to a EnvironmentEC2 resource.

Properties

EnvironmentEc2Arn

The ARN of the EnvironmentEC2 resource.

EnvironmentEc2Id

The Id of the EnvironmentEC2 resource.

Constructors

EnvironmentEC2Reference()

A reference to a EnvironmentEC2 resource.

public EnvironmentEC2Reference()
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.Cloud9;

            var environmentEC2Reference = new EnvironmentEC2Reference {
                EnvironmentEc2Arn = "environmentEc2Arn",
                EnvironmentEc2Id = "environmentEc2Id"
            };

Properties

EnvironmentEc2Arn

The ARN of the EnvironmentEC2 resource.

public string EnvironmentEc2Arn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

EnvironmentEc2Id

The Id of the EnvironmentEC2 resource.

public string EnvironmentEc2Id { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEnvironmentEC2Reference
Back to top Generated by DocFX