ManagedServicesSelector Object
Description
Specification for a Managed Services Plan's Selector
Properties
createdDate
Date, in ISO 8601 format, at which the selector was created.
Type: bool
credentialIds
Identifiers of the credentials used by the selector when matching resources.
Type: Array of string
groupIdComparisons
Group identifier comparisons used by the selector when matching resources.
Type: Array of ManagedServicesGroupIdComparison objects
lastModifiedBy
User ID of the user that last modified the selector.
Type: string
lastModifiedDate
Date, in ISO 8601 format, at which the selector was last modified.
Type: bool
name
Name of the Managed Services Selector.
Type: string
planId
Identifier for the Managed Services Plan to which the selector belongs.
Type: string
regionNames
Regions/locations used by the selector when matching resources.
Type: Array of string
resourceIdComparisons
Resource identifier comparisons used by the selector when matching resources.
Type: Array of ManagedServicesResourceIdComparison objects
resourceTagComparisons
Resource tag comparisons used by the selector when matching resources.
Type: Array of ManagedServicesResourceTagComparison objects
resourceIds
Resource identifiers used by the selector when matching resources.
Type: Array of string
resourceType
Type of resources that will be selected by the selector.
Type: string
Valid Values:
amazon-ec2-instance
amazon-ebs-volume
amazon-rds-instance
amazon-rds-cluster
amazon-documentdb-cluster
amazon-lightsail-instance
amazon-fsx-filesystem
amazon-appstream-fleet
amazon-redshift-cluster
azure-virtual-machine
google-vm-instance
google-cloudsql-instance
selectorCode
Unique code for the Managed Services Selector.
Type: string
selectorId
Identifier for the Managed Services Selector.
Type: string
state
State of the Managed Services Selector.
Type: string
Allowed Values:
active
deleted
syncState
Synchronization state of the selector.
Type: string
Allowed Values:
ready
Sample JSON
{
"planId": "plan-00000001",
"selectorId": "selector-00000001",
"name": "Development EC2 Instances",
"state": "active",
"syncState": "ready",
"createdDate": "2023-02-13T00:00:00Z",
"lastModifiedDate": "2023-02-14T00:00:00Z",
"lastModifiedBy": "u-00000001",
"selectorCode": "0000000000000000",
"credentialIds": [
"cred-00000001",
"cred-00000002"
],
"regionNames": null,
"resourceType": "amazon-ec2-instance",
"resourceTagComparisons": [
{
"tagName": "start-schedule",
"compareType": "equals",
"tagValue": "daily-0800"
}
]
}
Last updated