ActionExclusion Object
Description
Represents an action exclusion.
Properties
actionExclusionId
ID of the action exclusion.
Type: string
createdDate
Date, in ISO8601 format, when the action exclusion was created.
Type: string
expiryDate
Date, in ISO8601 format, when the action exclusion expires.
Type: string
isEnabled
true if the exclusion is enabled, otherwise false.
Type: boolean
lastModifiedBy
User ID of the user that last modified the exclusion.
Type: string
lastModifiedDate
Date, in ISO8601 format, when the action exclusion was last modified.
Type: string
name
Name of the action exclusion.
Type: string
processes
List of processes that should be excluded.
Type: Array of string
Valid Values:
start-resourcestop-resource
projectId
ID of the project.
Type: string
resourceType
Type of resource that the action exclusion applies.
Type: string
Valid Values:
amazon-ec2-instanceamazon-rds-instance
resourceIdentificationMethod
Method in which resources will be selected for inclusion in the action exclusion.
Type: string
Valid Values:
allby-resource-idby-resource-tag
resourceIds
List of resource identifiers that will be matched. Required when resourceIdentificationMethod is by-resource-id.
Type: Array of string
resourceTagComparison
Comparison to use when identifying resources by resource tag. Required when resourceIdentificationMethod is by-resource-tag.
Type: ResourceTagComparison object.
startDate
Date, in ISO8601 format, when the action exclusion starts.
Type: string
status
Status of the exclusion.
Type: string
Valid Values:
activedeleteddisabledexpired
timeZoneId
ID of the time zone for the exclusion.
Type: string
Sample JSON
Last updated