aws-marketplace:PutDeploymentParameter

Write

aws-marketplace:PutDeploymentParameter is a Write access-level action in the aws-marketplace service. Grants permission to create or update a deployment parameter resource

Resource types

ARNs that aws-marketplace:PutDeploymentParameter can be scoped to in an IAM policy.

arn:${Partition}:aws-marketplace:${Region}:${Account}:DeploymentParameter:catalogs/${CatalogName}/products/${ProductId}/${ResourceId}
DeploymentParameter

Condition keys

Keys you can use in the Condition block of a policy that grants aws-marketplace:PutDeploymentParameter.

aws:RequestTag/${TagKey} String

Filters access by tags that are passed in the request

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

aws:TagKeys ArrayOfString

Filters access by tag keys that are passed in the request

Dependent actions

To use aws-marketplace:PutDeploymentParameter you may also need to grant:

Example IAM policy

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": "*"
    }
  ]
}

Related actions in aws-marketplace

View all aws-marketplace actions →