interface SoftwareSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ThinClient.SoftwareSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsthinclient#SoftwareSetReference |
Java | software.amazon.awscdk.interfaces.thinclient.SoftwareSetReference |
Python | aws_cdk.interfaces.aws_thinclient.SoftwareSetReference |
TypeScript | aws-cdk-lib » interfaces » aws_thinclient » SoftwareSetReference |
A reference to a SoftwareSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_thinclient as interfaces_thinclient } from 'aws-cdk-lib/interfaces';
const softwareSetReference: interfaces_thinclient.SoftwareSetReference = {
softwareSetArn: 'softwareSetArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| software | string | The Arn of the SoftwareSet resource. |
softwareSetArn
Type:
string
The Arn of the SoftwareSet resource.

.NET
Go
Java
Python
TypeScript