amazonka-opsworks-0.3.2: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.RegisterRdsDbInstance

Contents

Description

Registers an Amazon RDS instance with a stack.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing UserPermissions.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_RegisterRdsDbInstance.html

Synopsis

Request

Request constructor

registerRdsDbInstance Source

RegisterRdsDbInstance constructor.

The fields accessible through corresponding lenses are:

Request lenses

rrdiDbPassword :: Lens' RegisterRdsDbInstance Text Source

The database password.

rrdiDbUser :: Lens' RegisterRdsDbInstance Text Source

The database's master user name.

rrdiRdsDbInstanceArn :: Lens' RegisterRdsDbInstance Text Source

The Amazon RDS instance's ARN.

rrdiStackId :: Lens' RegisterRdsDbInstance Text Source

The stack ID.

Response

Response constructor