interface RealtimeLogConfigReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFront.RealtimeLogConfigReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#RealtimeLogConfigReference |
Java | software.amazon.awscdk.services.cloudfront.RealtimeLogConfigReference |
Python | aws_cdk.aws_cloudfront.RealtimeLogConfigReference |
TypeScript | aws-cdk-lib » aws_cloudfront » RealtimeLogConfigReference |
A reference to a RealtimeLogConfig resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const realtimeLogConfigReference: cloudfront.RealtimeLogConfigReference = {
realtimeLogConfigArn: 'realtimeLogConfigArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| realtime | string | The Arn of the RealtimeLogConfig resource. |
realtimeLogConfigArn
Type:
string
The Arn of the RealtimeLogConfig resource.

.NET
Go
Java
Python
TypeScript