@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.092Z") @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()
`AWS::AppStream::StackFleetAssociation.FleetName`.
|
String |
getStackName()
`AWS::AppStream::StackFleetAssociation.StackName`.
|
@Stability(value=Stable) @NotNull String getFleetName()
@Stability(value=Stable) @NotNull String getStackName()
@Stability(value=Stable) static CfnStackFleetAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.