DelegatedAdminArgs

data class DelegatedAdminArgs(val adminAccountId: Output<String>? = null) : ConvertibleToJava<DelegatedAdminArgs>

The AWS::SecurityHub::DelegatedAdmin resource represents the AWS Security Hub delegated admin account in your organization. One delegated admin resource is allowed to create for the organization in each region in which you configure the AdminAccountId.

Constructors

Link copied to clipboard
constructor(adminAccountId: Output<String>? = null)

Properties

Link copied to clipboard
val adminAccountId: Output<String>? = null

The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account

Functions

Link copied to clipboard
open override fun toJava(): DelegatedAdminArgs