Interface CfnStackFleetAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStackFleetAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-19T18:01:29.399Z")
@Stability(Stable)
public interface CfnStackFleetAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnStackFleetAssociation
.
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.*; CfnStackFleetAssociationProps cfnStackFleetAssociationProps = CfnStackFleetAssociationProps.builder() .fleetName("fleetName") .stackName("stackName") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStackFleetAssociationProps
static final class
An implementation forCfnStackFleetAssociationProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFleetName
The name of the fleet.To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute .
- See Also:
-
getStackName
The name of the stack.To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute .
- See Also:
-
builder
-