@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.649Z") @Stability(value=Stable) public interface CfnStackFleetAssociationProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getFleetName()
The name of the fleet.
|
String |
getStackName()
The name of the stack.
|
@Stability(value=Stable) @NotNull String getFleetName()
To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute .
@Stability(value=Stable) @NotNull String getStackName()
To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute .
@Stability(value=Stable) static CfnStackFleetAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.