Class CfnDiscovererMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.eventschemas.CfnDiscovererMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDiscovererMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDiscovererMixinProps
@Stability(Stable)
@Internal
public static final class CfnDiscovererMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDiscovererMixinProps
An implementation for
CfnDiscovererMixinProps-
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.cfnpropertymixins.services.eventschemas.CfnDiscovererMixinProps
CfnDiscovererMixinProps.Builder, CfnDiscovererMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDiscovererMixinProps.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 ObjectThe 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 theCfnDiscovererMixinProps.Builder.
-
-
Method Details
-
getCrossAccount
Description copied from interface:CfnDiscovererMixinPropsAllows 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 interfaceCfnDiscovererMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDiscovererMixinPropsA description for the discoverer.- Specified by:
getDescriptionin interfaceCfnDiscovererMixinProps- See Also:
-
getSourceArn
Description copied from interface:CfnDiscovererMixinPropsThe ARN of the event bus.Returns union: either
StringorIEventBusRef- Specified by:
getSourceArnin interfaceCfnDiscovererMixinProps- See Also:
-
getTags
Description copied from interface:CfnDiscovererMixinPropsTags associated with the resource.- Specified by:
getTagsin interfaceCfnDiscovererMixinProps- 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()
-