Class CfnDiscovererProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eventschemas.CfnDiscovererProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDiscovererProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDiscovererProps
@Stability(Stable)
@Internal
public static final class CfnDiscovererProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDiscovererProps
An implementation for
CfnDiscovererProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eventschemas.CfnDiscovererProps
CfnDiscovererProps.Builder, CfnDiscovererProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDiscovererProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDiscovererProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Allows for the discovery of the event schemas that are sent to the event bus from another account.final String
A description for the discoverer.final String
The ARN of the event bus.getTags()
Tags associated with the resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDiscovererProps.Builder
.
-
-
Method Details
-
getSourceArn
Description copied from interface:CfnDiscovererProps
The ARN of the event bus.- Specified by:
getSourceArn
in interfaceCfnDiscovererProps
- See Also:
-
getCrossAccount
Description copied from interface:CfnDiscovererProps
Allows for the discovery of the event schemas that are sent to the event bus from another account.Default: - true
- Specified by:
getCrossAccount
in interfaceCfnDiscovererProps
- See Also:
-
getDescription
Description copied from interface:CfnDiscovererProps
A description for the discoverer.- Specified by:
getDescription
in interfaceCfnDiscovererProps
- See Also:
-
getTags
Description copied from interface:CfnDiscovererProps
Tags associated with the resource.- Specified by:
getTags
in interfaceCfnDiscovererProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-