Documentation ¶
Index ¶
Constants ¶
View Source
const ( RootAccountMissingMFACheckId = "ckia:aws:security:RootAccountMissingMFA" RootAccountMissingMFACheckName = "MFA on Root Account" RootAccountMissingMFACheckDescription = "" /* 343-byte string literal not displayed */ RootAccountMissingMFACheckCriteria = "MFA is not enabled on the root account." RootAccountMissingMFACheckRecommendedAction = "Log in to your root account and activate an MFA device. " RootAccountMissingMFACheckAdditionalResources = "" /* 129-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RootAccountMissingMFA ¶ added in v0.1.0
type RootAccountMissingMFACheck ¶ added in v0.1.0
type RootAccountMissingMFACheck struct { common.Check AccountId string `json:"accountId"` RootAccountsMissingMFA []RootAccountMissingMFA `json:"rootAccountsMissingMFA"` }
func (RootAccountMissingMFACheck) List ¶ added in v0.1.0
func (v RootAccountMissingMFACheck) List() *RootAccountMissingMFACheck
func (RootAccountMissingMFACheck) Run ¶ added in v0.1.0
func (v RootAccountMissingMFACheck) Run(ctx context.Context, conn client.AWSClient) (*RootAccountMissingMFACheck, error)
Click to show internal directories.
Click to hide internal directories.