Skip to content

Conversation

@badmintoncryer
Copy link
Contributor

Issue # (if applicable)

None

Reason for this change

Default description is not correctly styled.

@default - 0
@default some long sentence

Description of changes

Update default description

Describe any new or updated permissions being added

None

Description of how you validated changes

None

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the p2 label Dec 5, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team December 5, 2025 15:57
@github-actions github-actions bot added the distinguished-contributor [Pilot] contributed 50+ PRs to the CDK label Dec 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

TestsPassed ❌️SkippedFailed
Security Guardian Results0 ran0 passed0 skipped0 failed
TestResult
No test annotations available

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

TestsPassed ❌️SkippedFailed
Security Guardian Results with resolved templates0 ran0 passed0 skipped0 failed
TestResult
No test annotations available

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Dec 6, 2025
Copy link
Contributor

@mazyu36 mazyu36 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. I've left a few minor comments.

* This field specifies where in the request the API key should be placed.
*
* @default - HEADER
* @default HEADER
Copy link
Contributor

@mazyu36 mazyu36 Dec 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default HEADER
* @default - HEADER

Since HEADER is not a value, I thought the version before the modification might be better.

/**
* The name of the Fargate profile.
* @default - generated
* @default generated
Copy link
Contributor

@mazyu36 mazyu36 Dec 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default generated
* @default - generated

Since this is not a value, I thought the version before the modification might be better.

* If the game session does not become active before the timeout, it is ended and the game session status is changed to `TERMINATED`.
*
* @default by default game session activation timeout is 300 seconds
* @default - by default game session activation timeout is 300 seconds
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default - by default game session activation timeout is 300 seconds
* @default Duration.seconds(300)

* @see https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-custom-intro.html
*
* @default - 4.0.2
* @default 4.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default 4.0.2
* @default '4.0.2'

Since it's a string, I thought it would be better to have single quotation marks.

* The capacity type of the nodegroup.
*
* @default - ON_DEMAND
* @default ON_DEMAND
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default ON_DEMAND
* @default CapacityType.ON_DEMAND

*
* @see https://docs.aws.amazon.com/eks/latest/userguide/node-health.html#node-auto-repair
* @default - disabled
* @default disabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default disabled
* @default false

Is this referring to false? If you're removing the hyphen, I think it would be better to make it a boolean value.

* then port 22 on the worker nodes is opened to the internet (0.0.0.0/0)
*
* @default - disabled
* @default disabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default disabled
* @default - disabled

Since this is not a value, I think it would be better to keep the hyphen.

* The maximum number of worker nodes that the managed node group can scale out to. Managed node groups can support up to 100 nodes by default.
*
* @default - desiredSize
* @default desiredSize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @default desiredSize
* @default - same as desiredSize property

This is an original issue, but I think it would be better to note that it's automatically set to the same value as other properties.

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Dec 22, 2025
@badmintoncryer
Copy link
Contributor Author

@mazyu36 Thank you for your review! I'll address your comments later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants