View a markdown version of this page

AWS::PCS::ComputeNodeGroup NodeLifecycleScript - AWS CloudFormation

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: - String ExecutionPolicy: String Name: String OnError: String ScriptSource: ScriptSource

Properties

Arguments

Property description not available.

Required: No

Type: Array of String

Maximum: 256 | 20

Update requires: No interruption

ExecutionPolicy

Property description not available.

Required: No

Type: String

Allowed values: FIRST_BOOT_ONLY | EVERY_BOOT

Update requires: No interruption

Name

Property description not available.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9][A-Za-z0-9 _-]*$

Minimum: 1

Maximum: 64

Update requires: No interruption

OnError

Property description not available.

Required: No

Type: String

Allowed values: TERMINATE | STOP_SEQUENCE | CONTINUE

Update requires: No interruption

ScriptSource

Property description not available.

Required: Yes

Type: ScriptSource

Update requires: No interruption