Interface ICfnDiscovererProps
Properties for defining a CfnDiscoverer
.
Namespace: Amazon.CDK.AWS.EventSchemas
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnDiscovererProps
Syntax (vb)
Public Interface ICfnDiscovererProps
Remarks
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 cfnDiscovererProps = new CfnDiscovererProps {
SourceArn = "sourceArn",
// the properties below are optional
CrossAccount = false,
Description = "description",
Tags = new [] { new TagsEntryProperty {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
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. |
SourceArn | The ARN of the event bus. |
Tags | Tags associated with the resource. |
Properties
CrossAccount
Allows for the discovery of the event schemas that are sent to the event bus from another account.
virtual object CrossAccount { get; }
Property Value
System.Object
Remarks
Description
A description for the discoverer.
virtual string Description { get; }
Property Value
System.String
Remarks
SourceArn
The ARN of the event bus.
string SourceArn { get; }
Property Value
System.String
Remarks
Tags
Tags associated with the resource.
virtual CfnDiscoverer.ITagsEntryProperty[] Tags { get; }
Property Value
CfnDiscoverer.ITagsEntryProperty[]