Show / Hide Table of Contents

Class CfnDiscoverer

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnDiscoverer
Implements
IInspectable
IDiscovererRef
IConstruct
IDependable
IEnvironmentAware
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.EventSchemas
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDiscoverer : CfnResource, IInspectable, IDiscovererRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnDiscoverer Inherits CfnResource Implements IInspectable, IDiscovererRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EventSchemas;

             var cfnDiscoverer = new CfnDiscoverer(this, "MyCfnDiscoverer", new CfnDiscovererProps {
                 SourceArn = "sourceArn",

                 // the properties below are optional
                 CrossAccount = false,
                 Description = "description",
                 Tags = new [] { new TagsEntryProperty {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnDiscoverer(Construct, string, ICfnDiscovererProps)

Create a new AWS::EventSchemas::Discoverer.

Properties

AttrCrossAccount

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

AttrDiscovererArn

The ARN of the discoverer.

AttrDiscovererId

The ID of the discoverer.

AttrState

The state of the discoverer.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

CrossAccount

Allows for the discovery of the event schemas that are sent to the event bus from another account.

Description

A description for the discoverer.

DiscovererRef

A reference to a Discoverer resource.

SourceArn

The ARN of the event bus.

Tags

Tag Manager which manages the tags for this resource.

TagsRaw

Tags associated with the resource.

Methods

ArnForDiscoverer(IDiscovererRef)

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnDiscoverer(object)

Checks whether the given object is a CfnDiscoverer.

RenderProperties(IDictionary<string, object>)

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

Constructors

CfnDiscoverer(Construct, string, ICfnDiscovererProps)

Create a new AWS::EventSchemas::Discoverer.

public CfnDiscoverer(Construct scope, string id, ICfnDiscovererProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnDiscovererProps

Resource properties.

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

Properties

AttrCrossAccount

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

public virtual IResolvable AttrCrossAccount { get; }
Property Value

IResolvable

Remarks

CloudformationAttribute: CrossAccount

AttrDiscovererArn

The ARN of the discoverer.

public virtual string AttrDiscovererArn { get; }
Property Value

string

Remarks

CloudformationAttribute: DiscovererArn

AttrDiscovererId

The ID of the discoverer.

public virtual string AttrDiscovererId { get; }
Property Value

string

Remarks

CloudformationAttribute: DiscovererId

AttrState

The state of the discoverer.

public virtual string AttrState { get; }
Property Value

string

Remarks

CloudformationAttribute: State

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

CfnProperties

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

CrossAccount

Allows for the discovery of the event schemas that are sent to the event bus from another account.

public virtual object? CrossAccount { get; set; }
Property Value

object

Remarks

Type union: either bool or IResolvable

Description

A description for the discoverer.

public virtual string? Description { get; set; }
Property Value

string

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

DiscovererRef

A reference to a Discoverer resource.

public virtual IDiscovererReference DiscovererRef { get; }
Property Value

IDiscovererReference

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

SourceArn

The ARN of the event bus.

public virtual string SourceArn { get; set; }
Property Value

string

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

TagsRaw

Tags associated with the resource.

public virtual CfnDiscoverer.ITagsEntryProperty[]? TagsRaw { get; set; }
Property Value

ITagsEntryProperty[]

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

Methods

ArnForDiscoverer(IDiscovererRef)

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

public static string ArnForDiscoverer(IDiscovererRef resource)
Parameters
resource IDiscovererRef
Returns

string

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EventSchemas;

             var cfnDiscoverer = new CfnDiscoverer(this, "MyCfnDiscoverer", new CfnDiscovererProps {
                 SourceArn = "sourceArn",

                 // the properties below are optional
                 CrossAccount = false,
                 Description = "description",
                 Tags = new [] { new TagsEntryProperty {
                     Key = "key",
                     Value = "value"
                 } }
             });

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

IsCfnDiscoverer(object)

Checks whether the given object is a CfnDiscoverer.

public static bool IsCfnDiscoverer(object x)
Parameters
x object
Returns

bool

Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Use the AWS::EventSchemas::Discoverer resource to specify a discoverer that is associated with an event bus.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-discoverer.html

CloudformationResource: AWS::EventSchemas::Discoverer

ExampleMetadata: fixture=_generated

Implements

IInspectable
IDiscovererRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggable
Back to top Generated by DocFX