@Stability(value=Stable) public static final class CfnFleetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFleetProps>
CfnFleetProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFleetProps.Builder instanceType(String instanceType)
CfnFleetProps.getInstanceType()instanceType - The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. This parameter is required.
The following instance types are available for Elastic fleets:
this@Stability(value=Stable) public CfnFleetProps.Builder name(String name)
CfnFleetProps.getName()name - A unique name for the fleet. This parameter is required.this@Stability(value=Stable) public CfnFleetProps.Builder computeCapacity(CfnFleet.ComputeCapacityProperty computeCapacity)
CfnFleetProps.getComputeCapacity()computeCapacity - The desired capacity for the fleet.
This is not allowed for Elastic fleets.this@Stability(value=Stable) public CfnFleetProps.Builder computeCapacity(IResolvable computeCapacity)
CfnFleetProps.getComputeCapacity()computeCapacity - The desired capacity for the fleet.
This is not allowed for Elastic fleets.this@Stability(value=Stable) public CfnFleetProps.Builder description(String description)
CfnFleetProps.getDescription()description - The description to display.this@Stability(value=Stable) public CfnFleetProps.Builder disconnectTimeoutInSeconds(Number disconnectTimeoutInSeconds)
CfnFleetProps.getDisconnectTimeoutInSeconds()disconnectTimeoutInSeconds - The amount of time that a streaming session remains active after users disconnect.
If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.
Specify a value between 60 and 360000.
this@Stability(value=Stable) public CfnFleetProps.Builder displayName(String displayName)
CfnFleetProps.getDisplayName()displayName - The fleet name to display.this@Stability(value=Stable) public CfnFleetProps.Builder domainJoinInfo(CfnFleet.DomainJoinInfoProperty domainJoinInfo)
CfnFleetProps.getDomainJoinInfo()domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
This is not allowed for Elastic fleets.this@Stability(value=Stable) public CfnFleetProps.Builder domainJoinInfo(IResolvable domainJoinInfo)
CfnFleetProps.getDomainJoinInfo()domainJoinInfo - The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
This is not allowed for Elastic fleets.this@Stability(value=Stable) public CfnFleetProps.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
CfnFleetProps.getEnableDefaultInternetAccess()enableDefaultInternetAccess - Enables or disables default internet access for the fleet.this@Stability(value=Stable) public CfnFleetProps.Builder enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess)
CfnFleetProps.getEnableDefaultInternetAccess()enableDefaultInternetAccess - Enables or disables default internet access for the fleet.this@Stability(value=Stable) public CfnFleetProps.Builder fleetType(String fleetType)
CfnFleetProps.getFleetType()fleetType - The fleet type.
Allowed Values : ALWAYS_ON | ELASTIC | ON_DEMAND
this@Stability(value=Stable) public CfnFleetProps.Builder iamRoleArn(String iamRoleArn)
CfnFleetProps.getIamRoleArn()iamRoleArn - The ARN of the IAM role that is applied to the fleet.
To assume a role, the fleet instance calls the AWS Security Token Service AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide .
this@Stability(value=Stable) public CfnFleetProps.Builder idleDisconnectTimeoutInSeconds(Number idleDisconnectTimeoutInSeconds)
CfnFleetProps.getIdleDisconnectTimeoutInSeconds()idleDisconnectTimeoutInSeconds - The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `DisconnectTimeoutInSeconds` time interval begins.
Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.
To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600.
If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
this@Stability(value=Stable) public CfnFleetProps.Builder imageArn(String imageArn)
CfnFleetProps.getImageArn()imageArn - The ARN of the public, private, or shared image to use.this@Stability(value=Stable) public CfnFleetProps.Builder imageName(String imageName)
CfnFleetProps.getImageName()imageName - The name of the image used to create the fleet.this@Stability(value=Stable) public CfnFleetProps.Builder maxConcurrentSessions(Number maxConcurrentSessions)
CfnFleetProps.getMaxConcurrentSessions()maxConcurrentSessions - The maximum number of concurrent sessions that can be run on an Elastic fleet.
This setting is required for Elastic fleets, but is not used for other fleet types.this@Stability(value=Stable) public CfnFleetProps.Builder maxUserDurationInSeconds(Number maxUserDurationInSeconds)
CfnFleetProps.getMaxUserDurationInSeconds()maxUserDurationInSeconds - The maximum amount of time that a streaming session can remain active, in seconds.
If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.
Specify a value between 600 and 360000.
this@Stability(value=Stable) public CfnFleetProps.Builder platform(String platform)
CfnFleetProps.getPlatform()platform - The platform of the fleet.
Platform is a required setting for Elastic fleets, and is not used for other fleet types.
Allowed Values : WINDOWS_SERVER_2019 | AMAZON_LINUX2
this@Stability(value=Stable) public CfnFleetProps.Builder sessionScriptS3Location(CfnFleet.S3LocationProperty sessionScriptS3Location)
CfnFleetProps.getSessionScriptS3Location()sessionScriptS3Location - The S3 location of the session scripts configuration zip file.
This only applies to Elastic fleets.this@Stability(value=Stable) public CfnFleetProps.Builder sessionScriptS3Location(IResolvable sessionScriptS3Location)
CfnFleetProps.getSessionScriptS3Location()sessionScriptS3Location - The S3 location of the session scripts configuration zip file.
This only applies to Elastic fleets.this@Stability(value=Stable) public CfnFleetProps.Builder streamView(String streamView)
CfnFleetProps.getStreamView()streamView - The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When `APP` is specified, only the windows of applications opened by users display. When `DESKTOP` is specified, the standard desktop that is provided by the operating system displays.
The default value is APP .this@Stability(value=Stable) public CfnFleetProps.Builder tags(List<? extends CfnTag> tags)
CfnFleetProps.getTags()tags - An array of key-value pairs.this@Stability(value=Stable) public CfnFleetProps.Builder usbDeviceFilterStrings(List<String> usbDeviceFilterStrings)
CfnFleetProps.getUsbDeviceFilterStrings()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.
This is allowed but not required for Elastic fleets.this@Stability(value=Stable) public CfnFleetProps.Builder vpcConfig(CfnFleet.VpcConfigProperty vpcConfig)
CfnFleetProps.getVpcConfig()vpcConfig - The VPC configuration for the fleet.
This is required for Elastic fleets, but not required for other fleet types.this@Stability(value=Stable) public CfnFleetProps.Builder vpcConfig(IResolvable vpcConfig)
CfnFleetProps.getVpcConfig()vpcConfig - The VPC configuration for the fleet.
This is required for Elastic fleets, but not required for other fleet types.this@Stability(value=Stable) public CfnFleetProps build()
build in interface software.amazon.jsii.Builder<CfnFleetProps>CfnFleetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.