Skip to main content

realtime_log_config

Gets an individual realtime_log_config resource

Overview

Namerealtime_log_config
TypeResource
Descriptionrealtime_log_config
Idawscc.cloudfront.realtime_log_config

Fields

NameDatatypeDescription
arnstring
end_pointsarray
fieldsarray
namestring
sampling_ratenumber
regionstringAWS 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