aws-marketplace:PutDeploymentParameter is a Write access-level action in the aws-marketplace service. Grants permission to create or update a deployment parameter resource
ARNs that aws-marketplace:PutDeploymentParameter can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants aws-marketplace:PutDeploymentParameter.
Filters access by tags that are passed in the request
Filters access by tags associated with the resource
Filters access by tag keys that are passed in the request
To use aws-marketplace:PutDeploymentParameter you may also need to grant:
A minimal policy that allows aws-marketplace:PutDeploymentParameter. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAwsmarketplacePutDeploymentParameter",
"Effect": "Allow",
"Action": "aws-marketplace:PutDeploymentParameter",
"Resource": "*"
}
]
}