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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eventschemas.CfnDiscovererProps
CfnDiscovererProps.Builder, CfnDiscovererProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDiscovererProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDiscovererProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectAllows for the discovery of the event schemas that are sent to the event bus from another account.final StringA description for the discoverer.final StringThe ARN of the event bus.getTags()Tags associated with the resource.final inthashCode()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:CfnDiscovererPropsThe ARN of the event bus.- Specified by:
getSourceArnin interfaceCfnDiscovererProps- See Also:
-
getCrossAccount
Description copied from interface:CfnDiscovererPropsAllows for the discovery of the event schemas that are sent to the event bus from another account.Returns union: either
BooleanorIResolvableDefault: - true
- Specified by:
getCrossAccountin interfaceCfnDiscovererProps- See Also:
-
getDescription
Description copied from interface:CfnDiscovererPropsA description for the discoverer.- Specified by:
getDescriptionin interfaceCfnDiscovererProps- See Also:
-
getTags
Description copied from interface:CfnDiscovererPropsTags associated with the resource.- Specified by:
getTagsin interfaceCfnDiscovererProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-