vdm_attributes
Gets an individual vdm_attributes
resource
Overview
Name | vdm_attributes |
Type | Resource |
Description | vdm_attributes |
Id | awscc.ses.vdm_attributes |
Fields
Name | Datatype | Description |
---|---|---|
vdm_attributes_resource_id | string | Unique identifier for this resource |
dashboard_attributes | object | |
guardian_attributes | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
vdm_attributes_resource_id,
dashboard_attributes,
guardian_attributes
FROM awscc.ses.vdm_attributes
WHERE data__Identifier = '<VdmAttributesResourceId>';
Permissions
To operate on the vdm_attributes
resource, the following permissions are required:
Read
ses:GetAccount
Update
ses:PutAccountVdmAttributes,
ses:GetAccount
Delete
ses:PutAccountVdmAttributes,
ses:GetAccount