Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.eventschemas.CfnDiscovererPropsMixin.Builder
Packages that use CfnDiscovererPropsMixin.Builder
-
Uses of CfnDiscovererPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.eventschemas
Methods in software.amazon.awscdk.cfnpropertymixins.services.eventschemas that return CfnDiscovererPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDiscovererPropsMixin.Builder.create()CfnDiscovererPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDiscovererPropsMixin.Builder.crossAccount(Boolean crossAccount) Allows for the discovery of the event schemas that are sent to the event bus from another account.CfnDiscovererPropsMixin.Builder.crossAccount(IResolvable crossAccount) Allows for the discovery of the event schemas that are sent to the event bus from another account.CfnDiscovererPropsMixin.Builder.description(String description) A description for the discoverer.The ARN of the event bus.CfnDiscovererPropsMixin.Builder.sourceArn(IEventBusRef sourceArn) The ARN of the event bus.CfnDiscovererPropsMixin.Builder.tags(List<? extends CfnDiscovererPropsMixin.TagsEntryProperty> tags) Tags associated with the resource.