Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Elemental MediaStore Container Metric Policy #12968

Open
jfreeland opened this issue Apr 23, 2020 · 0 comments 路 May be fixed by #13023
Open

Add Elemental MediaStore Container Metric Policy #12968

jfreeland opened this issue Apr 23, 2020 · 0 comments 路 May be fixed by #13023
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/mediastore Issues and PRs that pertain to the mediastore service.

Comments

@jfreeland
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add the ability to add, update, and remove metric policies to Elemental MediaStore containers.

New or Affected Resource(s)

  • aws_media_store_container_metric_policy

Potential Terraform Configuration

resource "aws_media_store_container_metric_policy" "metric-policy" {
  container_name = aws_media_store_container.example.name
  policy                  = file("my-media-store-metric-policy.json")
}
{
   "ContainerLevelMetrics": "DISABLED",
   "MetricPolicyRules": [
     {
       "ObjectGroup": "baseball/saturday",
       "ObjectGroupName": "baseballGroup"
     },
     {
       "ObjectGroup": "football/saturday",
       "ObjectGroupName": "footballGroup"
     }
   ]
}

References

@jfreeland jfreeland added the enhancement Requests to existing resources that expand the functionality or scope. label Apr 23, 2020
@ghost ghost added the service/mediastore Issues and PRs that pertain to the mediastore service. label Apr 23, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Apr 23, 2020
@breathingdust breathingdust added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/mediastore Issues and PRs that pertain to the mediastore service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants