CfnSoftwareSetMixinProps

class aws_cdk.cfn_property_mixins.aws_thinclient.CfnSoftwareSetMixinProps(*, tags=None)

Bases: object

Properties for CfnSoftwareSetPropsMixin.

Parameters:

tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – An array of key-value pairs to apply to this resource.

See:

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

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import CfnTag
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_thinclient as thinclient

cfn_software_set_mixin_props = thinclient.CfnSoftwareSetMixinProps(
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

Attributes

tags

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

See:

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