Class CfnEventSourceMapping.ProvisionedPollerConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.ProvisionedPollerConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSourceMapping.ProvisionedPollerConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSourceMapping.ProvisionedPollerConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEventSourceMapping.ProvisionedPollerConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSourceMapping.ProvisionedPollerConfigProperty
An implementation for
CfnEventSourceMapping.ProvisionedPollerConfigProperty-
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.lambda.CfnEventSourceMapping.ProvisionedPollerConfigProperty
CfnEventSourceMapping.ProvisionedPollerConfigProperty.Builder, CfnEventSourceMapping.ProvisionedPollerConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSourceMapping.ProvisionedPollerConfigProperty.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 NumberThe maximum number of event pollers this event source can scale up to.final NumberThe minimum number of event pollers this event source can scale down to.final String(Amazon MSK and self-managed Apache Kafka) The name of the provisioned poller group.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 theCfnEventSourceMapping.ProvisionedPollerConfigProperty.Builder.
-
-
Method Details
-
getMaximumPollers
Description copied from interface:CfnEventSourceMapping.ProvisionedPollerConfigPropertyThe maximum number of event pollers this event source can scale up to.For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.
- Specified by:
getMaximumPollersin interfaceCfnEventSourceMapping.ProvisionedPollerConfigProperty- See Also:
-
getMinimumPollers
Description copied from interface:CfnEventSourceMapping.ProvisionedPollerConfigPropertyThe minimum number of event pollers this event source can scale down to.For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.
- Specified by:
getMinimumPollersin interfaceCfnEventSourceMapping.ProvisionedPollerConfigProperty- See Also:
-
getPollerGroupName
Description copied from interface:CfnEventSourceMapping.ProvisionedPollerConfigProperty(Amazon MSK and self-managed Apache Kafka) The name of the provisioned poller group.Use this option to group multiple ESMs within the event source's VPC to share Event Poller Unit (EPU) capacity. You can use this option to optimize Provisioned mode costs for your ESMs. You can group up to 100 ESMs per poller group and aggregate maximum pollers across all ESMs in a group cannot exceed 2000.
- Specified by:
getPollerGroupNamein interfaceCfnEventSourceMapping.ProvisionedPollerConfigProperty- 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()
-