This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::PCS::ComputeNodeGroup NodeLifecycleScript
The NodeLifecycleScript property type specifies Property description not available. for an AWS::PCS::ComputeNodeGroup.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Arguments" :[ String, ... ], "ExecutionPolicy" :String, "Name" :String, "OnError" :String, "ScriptSource" :ScriptSource}
YAML
Arguments:- StringExecutionPolicy:StringName:StringOnError:StringScriptSource:ScriptSource
Properties
ArgumentsProperty description not available.
Required: No
Type: Array of String
Maximum:
256 | 20Update requires: No interruption
ExecutionPolicyProperty description not available.
Required: No
Type: String
Allowed values:
FIRST_BOOT_ONLY | EVERY_BOOTUpdate requires: No interruption
NameProperty description not available.
Required: Yes
Type: String
Pattern:
^[A-Za-z0-9][A-Za-z0-9 _-]*$Minimum:
1Maximum:
64Update requires: No interruption
OnErrorProperty description not available.
Required: No
Type: String
Allowed values:
TERMINATE | STOP_SEQUENCE | CONTINUEUpdate requires: No interruption
ScriptSourceProperty description not available.
Required: Yes
Type: ScriptSource
Update requires: No interruption