@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:08:44.637Z") @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 © 2023. All rights reserved.