Show / Hide Table of Contents

Class CfnSoftwareSetProps

Properties for defining a CfnSoftwareSet.

Inheritance
object
CfnSoftwareSetProps
Implements
ICfnSoftwareSetProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ThinClient
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSoftwareSetProps : ICfnSoftwareSetProps
Syntax (vb)
Public Class CfnSoftwareSetProps Implements ICfnSoftwareSetProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-thinclient-softwareset.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.AWS.ThinClient;

             var cfnSoftwareSetProps = new CfnSoftwareSetProps {
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnSoftwareSetProps()

Properties for defining a CfnSoftwareSet.

Properties

Tags

An array of key-value pairs to apply to this resource.

Constructors

CfnSoftwareSetProps()

Properties for defining a CfnSoftwareSet.

public CfnSoftwareSetProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-thinclient-softwareset.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.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[]

Remarks

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

Implements

ICfnSoftwareSetProps
Back to top Generated by DocFX