Uses of Class
com.amazonaws.athena.connector.integ.data.ConnectorVpcAttributes
-
Packages that use ConnectorVpcAttributes Package Description com.amazonaws.athena.connector.integ com.amazonaws.athena.connector.integ.data com.amazonaws.athena.connector.integ.providers -
-
Uses of ConnectorVpcAttributes in com.amazonaws.athena.connector.integ
Methods in com.amazonaws.athena.connector.integ that return types with arguments of type ConnectorVpcAttributes Modifier and Type Method Description Optional<ConnectorVpcAttributes>
IntegrationTestBase. getVpcAttributes()
Public accessor for the VPC attributes used in generating the lambda function. -
Uses of ConnectorVpcAttributes in com.amazonaws.athena.connector.integ.data
Methods in com.amazonaws.athena.connector.integ.data that return types with arguments of type ConnectorVpcAttributes Modifier and Type Method Description Optional<ConnectorVpcAttributes>
ConnectorStackAttributes. getConnectorVpcAttributes()
Public accessor for the Connector's VPC attributes: 1) VPC Id (e.g. vpc-xxxx), 2) Security Group Id (e.g. sg-xxxx), 3) Subnet Ids (e.g. subnet-xxxx), 4) Subnet availability zones (e.g. us-east-1a) -
Uses of ConnectorVpcAttributes in com.amazonaws.athena.connector.integ.providers
Methods in com.amazonaws.athena.connector.integ.providers that return types with arguments of type ConnectorVpcAttributes Modifier and Type Method Description static Optional<ConnectorVpcAttributes>
ConnectorVpcAttributesProvider. getAttributes(TestConfig testConfig)
Gets the VPC attributes used for configuring the Lambda function.
-