@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.623Z") @Stability(value=Stable) public interface CfnApplicationFleetAssociationProps 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.*;
CfnApplicationFleetAssociationProps cfnApplicationFleetAssociationProps = CfnApplicationFleetAssociationProps.builder()
.applicationArn("applicationArn")
.fleetName("fleetName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationFleetAssociationProps.Builder
A builder for
CfnApplicationFleetAssociationProps |
static class |
CfnApplicationFleetAssociationProps.Jsii$Proxy
An implementation for
CfnApplicationFleetAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationFleetAssociationProps.Builder |
builder() |
String |
getApplicationArn()
The ARN of the application.
|
String |
getFleetName()
The name of the fleet.
|
@Stability(value=Stable) @NotNull String getApplicationArn()
@Stability(value=Stable) @NotNull String getFleetName()
@Stability(value=Stable) static CfnApplicationFleetAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.