KubernetesRoleBindingDetails - Amazon GuardDuty
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

KubernetesRoleBindingDetails

Contains information about the role binding that grants the permission defined in a Kubernetes role.

Contents

kind

The kind of the role. For role binding, this value will be RoleBinding.

Type: String

Required: No

name

The name of the RoleBinding.

Type: String

Required: No

roleRefKind

The type of the role being referenced. This could be either Role or ClusterRole.

Type: String

Required: No

roleRefName

The name of the role being referenced. This must match the name of the Role or ClusterRole that you want to bind to.

Type: String

Required: No

uid

The unique identifier of the role binding.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: