interface CfnSoftwareSetProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ThinClient.CfnSoftwareSetProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsthinclient#CfnSoftwareSetProps |
Java | software.amazon.awscdk.services.thinclient.CfnSoftwareSetProps |
Python | aws_cdk.aws_thinclient.CfnSoftwareSetProps |
TypeScript | aws-cdk-lib » aws_thinclient » CfnSoftwareSetProps |
Properties for defining a CfnSoftwareSet.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_thinclient as thinclient } from 'aws-cdk-lib';
const cfnSoftwareSetProps: thinclient.CfnSoftwareSetProps = {
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| tags? | Cfn[] | An array of key-value pairs to apply to this resource. |
tags?
Type:
Cfn[]
(optional)
An array of key-value pairs to apply to this resource.

.NET
Go
Java
Python
TypeScript