Documentation ¶
Overview ¶
Package resourcegroups provides a client to make API requests to AWS Resource Groups
Index ¶
Constants ¶
View Source
const (
ResourceTypeStateMachine = "states:stateMachine"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceGroups ¶
type ResourceGroups struct {
// contains filtered or unexported fields
}
ResourceGroups wraps an AWS ResourceGroups client.
func New ¶
func New(s *session.Session) *ResourceGroups
New returns a ResourceGroup struct configured against the input session.
func (*ResourceGroups) GetResourcesByTags ¶
func (rg *ResourceGroups) GetResourcesByTags(resourceType string, tags map[string]string) ([]*Resource, error)
GetResourcesByTags gets tag set and ARN for the resource with input resource type and tags.
Click to show internal directories.
Click to hide internal directories.