AWS Fundamentals Logo
AWS Fundamentals
AWS::DevOpsGuru::ResourceCollection

DevOpsGuru ResourceCollection

This resource schema represents the ResourceCollection resource in the Amazon DevOps Guru.

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ResourceCollectionFilter
ResourceCollectionFilter
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ResourceCollectionTypestringThe type of ResourceCollection

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsGuru::ResourceCollection

Resources:
  MyResource:
    Type: AWS::DevOpsGuru::ResourceCollection
    Properties:
      ResourceCollectionFilter: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

devops-guru:UpdateResourceCollectiondevops-guru:GetResourceCollection

read

devops-guru:GetResourceCollection

delete

devops-guru:UpdateResourceCollectiondevops-guru:GetResourceCollection

list

devops-guru:GetResourceCollection

update

devops-guru:UpdateResourceCollectiondevops-guru:GetResourceCollection

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDevOpsGuru
Properties2
Required1
TaggingNot supported
Primary IDResourceCollectionType

Supported Operations

CreateReadDeleteListUpdate

External Links