interface RealtimeLogConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.RealtimeLogConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#RealtimeLogConfigReference |
![]() | software.amazon.awscdk.services.cloudfront.RealtimeLogConfigReference |
![]() | aws_cdk.aws_cloudfront.RealtimeLogConfigReference |
![]() | 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.