Class SoftwareSetReference
A reference to a SoftwareSet resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated