Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "account-roles", Aliases: []string{"accountroles", "roles", "policies"}, Short: "Create account-wide IAM roles before creating your cluster.", Long: "Create account-wide IAM roles before creating your cluster.", Example: ` # Create default account roles for ROSA clusters using STS rosa create account-roles # Create account roles with a specific permissions boundary rosa create account-roles --permissions-boundary arn:aws:iam::123456789012:policy/perm-boundary`, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.