Active directory admin user secret configuration.

IamConfig / ManagedActiveDirectoryConfig / ManagedActiveDirectorySecretConfig

Example

secretConfig:
account: Audit
region: us-east-1
adminSecretName: admin

Hierarchy

  • ManagedActiveDirectorySecretConfig

Implements

Constructors

Properties

Constructors

Properties

account: undefined | string = undefined

Active directory admin user secret account name. When no account name provided Accelerator will create the secret into the account MAD exists

Note: Please do not use the Management account for the admin user secret account name.

adminSecretName: undefined | string = undefined

Active directory admin user secret name. Accelerator will prefix /accelerator/ad-user// for the secret name For example when secret name value was given as admin-secret and directory name is AcceleratorManagedActiveDirectory Accelerator will create secret name as /accelerator/ad-user/AcceleratorManagedActiveDirectory/admin-secret

region: string = 'us-east-1'

Active directory admin user secret region name. When no region name provided Accelerator will create the secret into the region MAD exists

Generated using TypeDoc