View a markdown version of this page

AWS::PCS::ComputeNodeGroup ScriptSource - 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 ScriptSource

The ScriptSource 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

{ "Checksum" : String, "S3VersionId" : String, "ScriptLocation" : String }

YAML

Checksum: String S3VersionId: String ScriptLocation: String

Properties

Checksum

Property description not available.

Required: No

Type: String

Pattern: ^[a-fA-F0-9]{64}$

Minimum: 64

Maximum: 64

Update requires: No interruption

S3VersionId

Property description not available.

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

ScriptLocation

Property description not available.

Required: Yes

Type: String

Pattern: ^(s3://[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]/.+|https://.+)$

Minimum: 1

Maximum: 1024

Update requires: No interruption