Paws
view release on metacpan or search on metacpan
lib/Paws/AppStream/CreateFleet.pm view on Meta::CPAN
stream.memory.large
=item *
stream.memory.xlarge
=item *
stream.memory.2xlarge
=item *
stream.memory.4xlarge
=item *
stream.memory.8xlarge
=item *
stream.memory.z1d.large
=item *
stream.memory.z1d.xlarge
=item *
stream.memory.z1d.2xlarge
=item *
stream.memory.z1d.3xlarge
=item *
stream.memory.z1d.6xlarge
=item *
stream.memory.z1d.12xlarge
=item *
stream.graphics-design.large
=item *
stream.graphics-design.xlarge
=item *
stream.graphics-design.2xlarge
=item *
stream.graphics-design.4xlarge
=item *
stream.graphics-desktop.2xlarge
=item *
stream.graphics.g4dn.xlarge
=item *
stream.graphics.g4dn.2xlarge
=item *
stream.graphics.g4dn.4xlarge
=item *
stream.graphics.g4dn.8xlarge
=item *
stream.graphics.g4dn.12xlarge
=item *
stream.graphics.g4dn.16xlarge
=item *
stream.graphics-pro.4xlarge
=item *
stream.graphics-pro.8xlarge
=item *
stream.graphics-pro.16xlarge
=back
=head2 MaxUserDurationInSeconds => Int
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.
=head2 B<REQUIRED> Name => Str
A unique name for the fleet.
=head2 StreamView => Str
The AppStream 2.0 view that is displayed to your users when they stream
from the fleet. When C<APP> is specified, only the windows of
applications opened by users display. When C<DESKTOP> is specified, the
standard desktop that is provided by the operating system displays.
The default value is C<APP>.
Valid values are: C<"APP">, C<"DESKTOP">
=head2 Tags => L<Paws::AppStream::Tags>
The tags to associate with the fleet. A tag is a key-value pair, and
the value is optional. For example, Environment=Test. If you do not
specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces
representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information, see Tagging Your Resources
(https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html)
in the I<Amazon AppStream 2.0 Administration Guide>.
=head2 VpcConfig => L<Paws::AppStream::VpcConfig>
The VPC configuration for the fleet.
=head1 SEE ALSO
This class forms part of L<Paws>, documenting arguments for method CreateFleet in L<Paws::AppStream>
=head1 BUGS and CONTRIBUTIONS
The source code is located here: L<https://github.com/pplu/aws-sdk-perl>
Please report bugs to: L<https://github.com/pplu/aws-sdk-perl/issues>
=cut
( run in 0.702 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )