Interface StackUserAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StackUserAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:51.856Z")
@Stability(Stable)
public interface StackUserAssociationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a StackUserAssociation resource.
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.appstream.*; StackUserAssociationReference stackUserAssociationReference = StackUserAssociationReference.builder() .stackUserAssociationId("stackUserAssociationId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forStackUserAssociationReference
static final class
An implementation forStackUserAssociationReference
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStackUserAssociationId
The Id of the StackUserAssociation resource. -
builder
-