Interface CfnStackFleetAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStackFleetAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.743Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStackFleetAssociationPropsstatic final classAn 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 .
-
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 .
-
builder
-