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:StringS3VersionId:StringScriptLocation:String
Properties
ChecksumProperty description not available.
Required: No
Type: String
Pattern:
^[a-fA-F0-9]{64}$Minimum:
64Maximum:
64Update requires: No interruption
S3VersionIdProperty description not available.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
ScriptLocationProperty description not available.
Required: Yes
Type: String
Pattern:
^(s3://[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]/.+|https://.+)$Minimum:
1Maximum:
1024Update requires: No interruption