Interface IRealtimeLogConfig
Represents Realtime Log Configuration.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRealtimeLogConfig : IResource
Syntax (vb)
Public Interface IRealtimeLogConfig
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
RealtimeLogConfigArn | The arn of the realtime log config. |
RealtimeLogConfigName | The name of the realtime log config. |
Properties
RealtimeLogConfigArn
The arn of the realtime log config.
string RealtimeLogConfigArn { get; }
Property Value
System.String
Remarks
Attribute: true
RealtimeLogConfigName
The name of the realtime log config.
string RealtimeLogConfigName { get; }
Property Value
System.String
Remarks
Attribute: true