AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::RealtimeLogConfig

CloudFront RealtimeLogConfig

A real-time log configuration.

Properties

4 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
EndPoints
Array<EndPoint>
Required
Fields
Array<string>
Required
Name
string
RequiredCreate-only
SamplingRate
number
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::RealtimeLogConfig

Resources:
  MyResource:
    Type: AWS::CloudFront::RealtimeLogConfig
    Properties:
      Name: "my-name"
      EndPoints: []
      Fields: []
      SamplingRate: 1

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudfront:CreateRealtimeLogConfigiam:PassRole

delete

cloudfront:DeleteRealtimeLogConfigcloudfront:GetRealtimeLogConfig

list

cloudfront:ListRealtimeLogConfigs

read

cloudfront:GetRealtimeLogConfig

update

cloudfront:UpdateRealtimeLogConfigcloudfront:GetRealtimeLogConfigiam:PassRole

Get the CloudFront Cheat Sheet

Everything you need to know about CloudFront on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFront
Properties5
Required4
TaggingNot supported
Primary IDArn

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links