Interface StackUserAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StackUserAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-11T16:21:52.519Z")
@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.interfaces.appstream.*;
StackUserAssociationReference stackUserAssociationReference = StackUserAssociationReference.builder()
.authenticationType("authenticationType")
.stackName("stackName")
.userName("userName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forStackUserAssociationReferencestatic final classAn implementation forStackUserAssociationReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The AuthenticationType of the StackUserAssociation resource.The StackName of the StackUserAssociation resource.The UserName of the StackUserAssociation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthenticationType
The AuthenticationType of the StackUserAssociation resource. -
getStackName
The StackName of the StackUserAssociation resource. -
getUserName
The UserName of the StackUserAssociation resource. -
builder
-