Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ConnectionAliasPermission Source #
Describes the permissions for a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
See: newConnectionAliasPermission
smart constructor.
ConnectionAliasPermission' | |
|
Instances
newConnectionAliasPermission Source #
:: Text | |
-> Bool | |
-> ConnectionAliasPermission |
Create a value of ConnectionAliasPermission
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sharedAccountId:ConnectionAliasPermission'
, connectionAliasPermission_sharedAccountId
- The identifier of the Amazon Web Services account that the connection
alias is shared with.
$sel:allowAssociation:ConnectionAliasPermission'
, connectionAliasPermission_allowAssociation
- Indicates whether the specified Amazon Web Services account is allowed
to associate the connection alias with a directory.
connectionAliasPermission_sharedAccountId :: Lens' ConnectionAliasPermission Text Source #
The identifier of the Amazon Web Services account that the connection alias is shared with.
connectionAliasPermission_allowAssociation :: Lens' ConnectionAliasPermission Bool Source #
Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.