LaunchTemplateSpec¶
-
class
aws_cdk.aws_eks.
LaunchTemplateSpec
(*, id, version=None)¶ Bases:
object
Launch template property specification.
- Parameters
id (
str
) – The Launch template ID.version (
Optional
[str
]) – The launch template version to be used (optional). Default: - the default version of the launch template
Attributes
-
id
¶ The Launch template ID.
- Return type
str
-
version
¶ The launch template version to be used (optional).
- Default
the default version of the launch template
- Return type
Optional
[str
]