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