Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnFleetPropsMixin.Builder
Packages that use CfnFleetPropsMixin.Builder
-
Uses of CfnFleetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appstream
Methods in software.amazon.awscdk.cfnpropertymixins.services.appstream that return CfnFleetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnFleetPropsMixin.Builder.computeCapacity(CfnFleetPropsMixin.ComputeCapacityProperty computeCapacity) The desired capacity for the fleet.CfnFleetPropsMixin.Builder.computeCapacity(IResolvable computeCapacity) The desired capacity for the fleet.static CfnFleetPropsMixin.BuilderCfnFleetPropsMixin.Builder.create()static CfnFleetPropsMixin.BuilderCfnFleetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFleetPropsMixin.Builder.description(String description) The description to display.CfnFleetPropsMixin.Builder.disconnectTimeoutInSeconds(Number disconnectTimeoutInSeconds) The amount of time that a streaming session remains active after users disconnect.CfnFleetPropsMixin.Builder.displayName(String displayName) The fleet name to display.CfnFleetPropsMixin.Builder.domainJoinInfo(CfnFleetPropsMixin.DomainJoinInfoProperty domainJoinInfo) The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.CfnFleetPropsMixin.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.CfnFleetPropsMixin.Builder.enableDefaultInternetAccess(Boolean enableDefaultInternetAccess) Enables or disables default internet access for the fleet.CfnFleetPropsMixin.Builder.enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess) Enables or disables default internet access for the fleet.The fleet type.CfnFleetPropsMixin.Builder.iamRoleArn(String iamRoleArn) The ARN of the IAM role that is applied to the fleet.CfnFleetPropsMixin.Builder.idleDisconnectTimeoutInSeconds(Number idleDisconnectTimeoutInSeconds) The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and theDisconnectTimeoutInSecondstime interval begins.The ARN of the public, private, or shared image to use.The name of the image used to create the fleet.CfnFleetPropsMixin.Builder.instanceType(String instanceType) The instance type to use when launching fleet instances.CfnFleetPropsMixin.Builder.maxConcurrentSessions(Number maxConcurrentSessions) The maximum number of concurrent sessions that can be run on an Elastic fleet.CfnFleetPropsMixin.Builder.maxSessionsPerInstance(Number maxSessionsPerInstance) Max number of user sessions on an instance.CfnFleetPropsMixin.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.CfnFleetPropsMixin.Builder.rootVolumeConfig(CfnFleetPropsMixin.VolumeConfigProperty rootVolumeConfig) CfnFleetPropsMixin.Builder.rootVolumeConfig(IResolvable rootVolumeConfig) CfnFleetPropsMixin.Builder.sessionScriptS3Location(CfnFleetPropsMixin.S3LocationProperty sessionScriptS3Location) The S3 location of the session scripts configuration zip file.CfnFleetPropsMixin.Builder.sessionScriptS3Location(IResolvable sessionScriptS3Location) The S3 location of the session scripts configuration zip file.CfnFleetPropsMixin.Builder.streamView(String streamView) The WorkSpaces Applications view that is displayed to your users when they stream from the fleet.An array of key-value pairs.CfnFleetPropsMixin.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.CfnFleetPropsMixin.Builder.vpcConfig(CfnFleetPropsMixin.VpcConfigProperty vpcConfig) The VPC configuration for the fleet.CfnFleetPropsMixin.Builder.vpcConfig(IResolvable vpcConfig) The VPC configuration for the fleet.