Skip to content

Feature request: Put parameter #2871

Closed
@revmischa

Description

@revmischa

Use case

I'd like to be able to create/update a secret parameter's value.

Solution/User Experience

const ssmClient = new SSMClient({ region: "us-west-2" })

const putTokenCommand = new PutParameterCommand({
Name: secretName,
Type: "SecureString",
DataType: "text",
Value: JSON.stringify(secret),
Overwrite: true,
});

Alternative solutions

AWS SSM SDK

Acknowledgment

Future readers

Please react with 👍 and your use case to help us understand customer demand.

Metadata

Metadata

Assignees

Labels

completedThis item is complete and has been merged/shippedfeature-requestThis item refers to a feature request for an existing or new utilityparametersThis item relates to the Parameters Utility

Type

No type

Projects

Status

Shipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions