interface CfnSoftwareSetMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ThinClient.CfnSoftwareSetMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsthinclient#CfnSoftwareSetMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.thinclient.CfnSoftwareSetMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_thinclient.CfnSoftwareSetMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_thinclient » CfnSoftwareSetMixinProps |
Properties for CfnSoftwareSetPropsMixin.
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/cfn-property-mixins';
const cfnSoftwareSetMixinProps: thinclient.CfnSoftwareSetMixinProps = {
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