Class CfnSoftwareSet

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IEnvironmentAware, ISoftwareSetRef, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:51:13.295Z") @Stability(Stable) public class CfnSoftwareSet extends CfnResource implements IInspectable, ISoftwareSetRef, ITaggableV2
Describes a software set for Amazon WorkSpaces Thin Client.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.thinclient.*;
 CfnSoftwareSet cfnSoftwareSet = CfnSoftwareSet.Builder.create(this, "MyCfnSoftwareSet")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnSoftwareSet

      protected CfnSoftwareSet(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnSoftwareSet

      protected CfnSoftwareSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnSoftwareSet

      @Stability(Stable) public CfnSoftwareSet(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnSoftwareSetProps props)
      Create a new AWS::ThinClient::SoftwareSet.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnSoftwareSet

      @Stability(Stable) public CfnSoftwareSet(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::ThinClient::SoftwareSet.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • arnForSoftwareSet

      @Stability(Stable) @NotNull public static String arnForSoftwareSet(@NotNull ISoftwareSetRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnSoftwareSet

      @Stability(Stable) @NotNull public static Boolean isCfnSoftwareSet(@NotNull Object x)
      Checks whether the given object is a CfnSoftwareSet.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The Amazon Resource Name (ARN) of the software set.
    • getAttrId

      @Stability(Stable) @NotNull public String getAttrId()
      The ID of the software set.
    • getAttrReleasedAt

      @Stability(Stable) @NotNull public String getAttrReleasedAt()
      The timestamp of when the software set was released.
    • getAttrSoftware

      @Stability(Stable) @NotNull public IResolvable getAttrSoftware()
      A list of the software components in the software set.
    • getAttrValidationStatus

      @Stability(Stable) @NotNull public String getAttrValidationStatus()
      An option to define if the software set has been validated.
    • getAttrVersion

      @Stability(Stable) @NotNull public String getAttrVersion()
      The version of the software set.
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getSoftwareSetRef

      @Stability(Stable) @NotNull public SoftwareSetReference getSoftwareSetRef()
      A reference to a SoftwareSet resource.
      Specified by:
      getSoftwareSetRef in interface ISoftwareSetRef
    • getTags

      @Stability(Stable) @Nullable public List<CfnTag> getTags()
      An array of key-value pairs to apply to this resource.
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnTag> value)
      An array of key-value pairs to apply to this resource.