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
- data SybaseSettings = SybaseSettings' {}
- newSybaseSettings :: SybaseSettings
- sybaseSettings_serverName :: Lens' SybaseSettings (Maybe Text)
- sybaseSettings_secretsManagerAccessRoleArn :: Lens' SybaseSettings (Maybe Text)
- sybaseSettings_username :: Lens' SybaseSettings (Maybe Text)
- sybaseSettings_password :: Lens' SybaseSettings (Maybe Text)
- sybaseSettings_databaseName :: Lens' SybaseSettings (Maybe Text)
- sybaseSettings_secretsManagerSecretId :: Lens' SybaseSettings (Maybe Text)
- sybaseSettings_port :: Lens' SybaseSettings (Maybe Int)
Documentation
data SybaseSettings Source #
Provides information that defines a SAP ASE endpoint.
See: newSybaseSettings
smart constructor.
SybaseSettings' | |
|
Instances
newSybaseSettings :: SybaseSettings Source #
Create a value of SybaseSettings
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:serverName:SybaseSettings'
, sybaseSettings_serverName
- Fully qualified domain name of the endpoint.
$sel:secretsManagerAccessRoleArn:SybaseSettings'
, sybaseSettings_secretsManagerAccessRoleArn
- The full Amazon Resource Name (ARN) of the IAM role that specifies DMS
as the trusted entity and grants the required permissions to access the
value in SecretsManagerSecret
. The role must allow the iam:PassRole
action. SecretsManagerSecret
has the value of the Amazon Web Services
Secrets Manager secret that allows access to the SAP ASE endpoint.
You can specify one of two sets of values for these permissions. You can
specify the values for this setting and SecretsManagerSecretId
. Or you
can specify clear-text values for UserName
, Password
, ServerName
,
and Port
. You can't specify both. For more information on creating
this SecretsManagerSecret
and the SecretsManagerAccessRoleArn
and
SecretsManagerSecretId
required to access it, see
Using secrets to access Database Migration Service resources
in the Database Migration Service User Guide.
$sel:username:SybaseSettings'
, sybaseSettings_username
- Endpoint connection user name.
$sel:password:SybaseSettings'
, sybaseSettings_password
- Endpoint connection password.
$sel:databaseName:SybaseSettings'
, sybaseSettings_databaseName
- Database name for the endpoint.
$sel:secretsManagerSecretId:SybaseSettings'
, sybaseSettings_secretsManagerSecretId
- The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret
that contains the SAP SAE endpoint connection
details.
$sel:port:SybaseSettings'
, sybaseSettings_port
- Endpoint TCP port.
sybaseSettings_serverName :: Lens' SybaseSettings (Maybe Text) Source #
Fully qualified domain name of the endpoint.
sybaseSettings_secretsManagerAccessRoleArn :: Lens' SybaseSettings (Maybe Text) Source #
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS
as the trusted entity and grants the required permissions to access the
value in SecretsManagerSecret
. The role must allow the iam:PassRole
action. SecretsManagerSecret
has the value of the Amazon Web Services
Secrets Manager secret that allows access to the SAP ASE endpoint.
You can specify one of two sets of values for these permissions. You can
specify the values for this setting and SecretsManagerSecretId
. Or you
can specify clear-text values for UserName
, Password
, ServerName
,
and Port
. You can't specify both. For more information on creating
this SecretsManagerSecret
and the SecretsManagerAccessRoleArn
and
SecretsManagerSecretId
required to access it, see
Using secrets to access Database Migration Service resources
in the Database Migration Service User Guide.
sybaseSettings_username :: Lens' SybaseSettings (Maybe Text) Source #
Endpoint connection user name.
sybaseSettings_password :: Lens' SybaseSettings (Maybe Text) Source #
Endpoint connection password.
sybaseSettings_databaseName :: Lens' SybaseSettings (Maybe Text) Source #
Database name for the endpoint.
sybaseSettings_secretsManagerSecretId :: Lens' SybaseSettings (Maybe Text) Source #
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret
that contains the SAP SAE endpoint connection
details.
sybaseSettings_port :: Lens' SybaseSettings (Maybe Int) Source #
Endpoint TCP port.