class Aws::AppStream::Types::StorageConnector

Describes a connector that enables persistent storage for users.

@note When making an API call, you may pass StorageConnector

data as a hash:

    {
      connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE, ONE_DRIVE
      resource_identifier: "ResourceIdentifier",
      domains: ["Domain"],
    }

@!attribute [rw] connector_type

The type of storage connector.
@return [String]

@!attribute [rw] resource_identifier

The ARN of the storage connector.
@return [String]

@!attribute [rw] domains

The names of the domains for the account.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StorageConnector AWS API Documentation

Constants

SENSITIVE