Interface CfnStackFleetAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStackFleetAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:55.933Z")
@Stability(Stable)
public interface CfnStackFleetAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnStackFleetAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appstream.*;
CfnStackFleetAssociationMixinProps cfnStackFleetAssociationMixinProps = CfnStackFleetAssociationMixinProps.builder()
.fleetName("fleetName")
.stackName("stackName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStackFleetAssociationMixinPropsstatic final classAn implementation forCfnStackFleetAssociationMixinProps -
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
-