ServiceAccountOptions¶
-
class
aws_cdk.aws_eks.
ServiceAccountOptions
(*, name=None, namespace=None)¶ Bases:
object
Options for
ServiceAccount
.- Parameters
name (
Optional
[str
]) – The name of the service account. Default: - If no name is given, it will use the id of the resource.namespace (
Optional
[str
]) – The namespace of the service account. Default: “default”
Attributes
-
name
¶ The name of the service account.
- Default
If no name is given, it will use the id of the resource.
- Return type
Optional
[str
]
-
namespace
¶ The namespace of the service account.
- Default
“default”
- Return type
Optional
[str
]