Show / Hide Table of Contents

Interface IRealtimeLogConfig

Represents Realtime Log Configuration.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IRealtimeLogConfigRef.RealtimeLogConfigRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRealtimeLogConfig : IResource, IRealtimeLogConfigRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IRealtimeLogConfig Inherits IResource, IRealtimeLogConfigRef, IConstruct, IDependable, IEnvironmentAware

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

string

Remarks

Attribute: true

RealtimeLogConfigName

The name of the realtime log config.

string RealtimeLogConfigName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX