Class CfnDataSource.DataSourceVpcConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.DataSourceVpcConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.DataSourceVpcConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.DataSourceVpcConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DataSourceVpcConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DataSourceVpcConfigurationProperty
An implementation for 
CfnDataSource.DataSourceVpcConfigurationProperty- 
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.kendra.CfnDataSource.DataSourceVpcConfigurationPropertyCfnDataSource.DataSourceVpcConfigurationProperty.Builder, CfnDataSource.DataSourceVpcConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.DataSourceVpcConfigurationProperty.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 booleanA list of identifiers of security groups within your Amazon VPC.A list of identifiers for subnets within your Amazon VPC.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 theCfnDataSource.DataSourceVpcConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getSecurityGroupIdsDescription copied from interface:CfnDataSource.DataSourceVpcConfigurationPropertyA list of identifiers of security groups within your Amazon VPC.The security groups should enable Amazon Kendra to connect to the data source. - Specified by:
- getSecurityGroupIdsin interface- CfnDataSource.DataSourceVpcConfigurationProperty
 
- 
getSubnetIdsDescription copied from interface:CfnDataSource.DataSourceVpcConfigurationPropertyA list of identifiers for subnets within your Amazon VPC.The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device. - Specified by:
- getSubnetIdsin interface- CfnDataSource.DataSourceVpcConfigurationProperty
 
- 
$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()
 
-