SoftwareSetReference

class aws_cdk.interfaces.aws_thinclient.SoftwareSetReference(*, software_set_arn)

Bases: object

A reference to a SoftwareSet resource.

Parameters:

software_set_arn (str) – The Arn of the SoftwareSet resource.

ExampleMetadata:

fixture=_generated

Example:

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

software_set_reference = interfaces_thinclient.SoftwareSetReference(
    software_set_arn="softwareSetArn"
)

Attributes

software_set_arn

The Arn of the SoftwareSet resource.