AWS::CloudFront::RealtimeLogConfigA real-time log configuration.
4 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndPoints | Array<EndPoint> | Required |
Fields | Array<string> | Required |
Name | string | RequiredCreate-only |
SamplingRate | number | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::RealtimeLogConfig
Resources:
MyResource:
Type: AWS::CloudFront::RealtimeLogConfig
Properties:
Name: "my-name"
EndPoints: []
Fields: []
SamplingRate: 1Permissions CloudFormation needs in your IAM role to manage this resource.
cloudfront:CreateRealtimeLogConfigiam:PassRolecloudfront:DeleteRealtimeLogConfigcloudfront:GetRealtimeLogConfigcloudfront:ListRealtimeLogConfigscloudfront:GetRealtimeLogConfigcloudfront:UpdateRealtimeLogConfigcloudfront:GetRealtimeLogConfigiam:PassRoleEverything you need to know about CloudFront on one page. HD quality, print-friendly.
Download Free InfographicArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name