Show / Hide Table of Contents

Class SubscriptionFilter

A new Subscription on a CloudWatch log group.

Inheritance
System.Object
Construct
Resource
SubscriptionFilter
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.Logs
Assembly: Amazon.CDK.AWS.Logs.dll
Syntax (csharp)
public class SubscriptionFilter : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class SubscriptionFilter
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable

Synopsis

Constructors

SubscriptionFilter(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

SubscriptionFilter(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

SubscriptionFilter(Construct, String, ISubscriptionFilterProps)

Constructors

SubscriptionFilter(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected SubscriptionFilter(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

SubscriptionFilter(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected SubscriptionFilter(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

SubscriptionFilter(Construct, String, ISubscriptionFilterProps)

public SubscriptionFilter(Construct scope, string id, ISubscriptionFilterProps props)
Parameters
scope Constructs.Construct
id System.String
props ISubscriptionFilterProps

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX