Class CfnSoftwareSetProps
Properties for defining a CfnSoftwareSet.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ThinClient
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSoftwareSetProps : ICfnSoftwareSetProps
Syntax (vb)
Public Class CfnSoftwareSetProps Implements ICfnSoftwareSetProps
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.AWS.ThinClient;
var cfnSoftwareSetProps = new CfnSoftwareSetProps {
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnSoftwareSetProps() | Properties for defining a |
Properties
| Tags | An array of key-value pairs to apply to this resource. |
Constructors
CfnSoftwareSetProps()
Properties for defining a CfnSoftwareSet.
public CfnSoftwareSetProps()
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.AWS.ThinClient;
var cfnSoftwareSetProps = new CfnSoftwareSetProps {
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]