realtime_log_config
Gets an individual realtime_log_config
resource
Overview
Name | realtime_log_config |
Type | Resource |
Description | realtime_log_config |
Id | awscc.cloudfront.realtime_log_config |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
end_points | array | |
fields | array | |
name | string | |
sampling_rate | number | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
end_points,
fields,
name,
sampling_rate
FROM awscc.cloudfront.realtime_log_config
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the realtime_log_config
resource, the following permissions are required:
Delete
cloudfront:DeleteRealtimeLogConfig,
cloudfront:GetRealtimeLogConfig
Read
cloudfront:GetRealtimeLogConfig
Update
cloudfront:UpdateRealtimeLogConfig,
cloudfront:GetRealtimeLogConfig,
iam:PassRole