Uses of Class
software.amazon.awscdk.services.appstream.CfnFleet.Builder
Package
Description
Amazon AppStream 2.0 Construct Library
-
Uses of CfnFleet.Builder in software.amazon.awscdk.services.appstream
Modifier and TypeMethodDescriptionCfnFleet.Builder.computeCapacity
(IResolvable computeCapacity) The desired capacity for the fleet.CfnFleet.Builder.computeCapacity
(CfnFleet.ComputeCapacityProperty computeCapacity) The desired capacity for the fleet.static CfnFleet.Builder
CfnFleet.Builder.description
(String description) The description to display.CfnFleet.Builder.disconnectTimeoutInSeconds
(Number disconnectTimeoutInSeconds) The amount of time that a streaming session remains active after users disconnect.CfnFleet.Builder.displayName
(String displayName) The fleet name to display.CfnFleet.Builder.domainJoinInfo
(IResolvable domainJoinInfo) The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.CfnFleet.Builder.domainJoinInfo
(CfnFleet.DomainJoinInfoProperty domainJoinInfo) The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.CfnFleet.Builder.enableDefaultInternetAccess
(Boolean enableDefaultInternetAccess) Enables or disables default internet access for the fleet.CfnFleet.Builder.enableDefaultInternetAccess
(IResolvable enableDefaultInternetAccess) Enables or disables default internet access for the fleet.The fleet type.CfnFleet.Builder.iamRoleArn
(String iamRoleArn) The ARN of the IAM role that is applied to the fleet.CfnFleet.Builder.idleDisconnectTimeoutInSeconds
(Number idleDisconnectTimeoutInSeconds) The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and theDisconnectTimeoutInSeconds
time interval begins.The ARN of the public, private, or shared image to use.The name of the image used to create the fleet.CfnFleet.Builder.instanceType
(String instanceType) The instance type to use when launching fleet instances.CfnFleet.Builder.maxConcurrentSessions
(Number maxConcurrentSessions) The maximum number of concurrent sessions that can be run on an Elastic fleet.CfnFleet.Builder.maxUserDurationInSeconds
(Number maxUserDurationInSeconds) The maximum amount of time that a streaming session can remain active, in seconds.A unique name for the fleet.The platform of the fleet.CfnFleet.Builder.sessionScriptS3Location
(IResolvable sessionScriptS3Location) The S3 location of the session scripts configuration zip file.CfnFleet.Builder.sessionScriptS3Location
(CfnFleet.S3LocationProperty sessionScriptS3Location) The S3 location of the session scripts configuration zip file.CfnFleet.Builder.streamView
(String streamView) The AppStream 2.0 view that is displayed to your users when they stream from the fleet.An array of key-value pairs.CfnFleet.Builder.usbDeviceFilterStrings
(List<String> usbDeviceFilterStrings) The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client.CfnFleet.Builder.vpcConfig
(IResolvable vpcConfig) The VPC configuration for the fleet.CfnFleet.Builder.vpcConfig
(CfnFleet.VpcConfigProperty vpcConfig) The VPC configuration for the fleet.