Show / Hide Table of Contents

Class SoftwareSetReference

A reference to a SoftwareSet resource.

Inheritance
object
SoftwareSetReference
Implements
ISoftwareSetReference
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.ThinClient
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SoftwareSetReference : ISoftwareSetReference
Syntax (vb)
Public Class SoftwareSetReference Implements ISoftwareSetReference
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.ThinClient;

            var softwareSetReference = new SoftwareSetReference {
                SoftwareSetArn = "softwareSetArn"
            };

Synopsis

Constructors

SoftwareSetReference()

A reference to a SoftwareSet resource.

Properties

SoftwareSetArn

The Arn of the SoftwareSet resource.

Constructors

SoftwareSetReference()

A reference to a SoftwareSet resource.

public SoftwareSetReference()
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.ThinClient;

            var softwareSetReference = new SoftwareSetReference {
                SoftwareSetArn = "softwareSetArn"
            };

Properties

SoftwareSetArn

The Arn of the SoftwareSet resource.

public string SoftwareSetArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISoftwareSetReference
Back to top Generated by DocFX