Class CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
An implementation for 
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder, CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanAn array of server URLs.final NumberThe maximum number of records to include in each batch.final StringThe name of the destination queue to consume.final ObjectThe credentials needed to access the resource.final NumberThe maximum length of a time to wait for events.final StringThe ARN of the Secrets Manager secret used for certification.final StringThe position in a stream from which to start reading.final StringThe name of the topic that the pipe will read from.final ObjectgetVpc()This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.
 
- 
- 
Method Details- 
getTopicNameDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThe name of the topic that the pipe will read from.- Specified by:
- getTopicNamein interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getAdditionalBootstrapServersDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyAn array of server URLs.- Specified by:
- getAdditionalBootstrapServersin interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getBatchSizeDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThe maximum number of records to include in each batch.- Specified by:
- getBatchSizein interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getConsumerGroupIdDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThe name of the destination queue to consume.- Specified by:
- getConsumerGroupIdin interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getCredentialsDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThe credentials needed to access the resource.Returns union: either IResolvableorCfnPipe.SelfManagedKafkaAccessConfigurationCredentialsProperty- Specified by:
- getCredentialsin interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getMaximumBatchingWindowInSecondsDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThe maximum length of a time to wait for events.- Specified by:
- getMaximumBatchingWindowInSecondsin interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getServerRootCaCertificateDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThe ARN of the Secrets Manager secret used for certification.- Specified by:
- getServerRootCaCertificatein interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getStartingPositionDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThe position in a stream from which to start reading.- Specified by:
- getStartingPositionin interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
getVpcDescription copied from interface:CfnPipe.PipeSourceSelfManagedKafkaParametersPropertyThis structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.Returns union: either IResolvableorCfnPipe.SelfManagedKafkaAccessConfigurationVpcProperty- Specified by:
- getVpcin interface- CfnPipe.PipeSourceSelfManagedKafkaParametersProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-