@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:21.067Z")
public interface CfnStackFleetAssociationProps
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStackFleetAssociationProps.Builder
A builder for
CfnStackFleetAssociationProps |
static class |
CfnStackFleetAssociationProps.Jsii$Proxy
An implementation for
CfnStackFleetAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnStackFleetAssociationProps.Builder |
builder() |
java.lang.String |
getFleetName()
The name of the fleet.
|
java.lang.String |
getStackName()
The name of the stack.
|
java.lang.String getFleetName()
To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute .
java.lang.String getStackName()
To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute .
static CfnStackFleetAssociationProps.Builder builder()