Uses of Class
com.amazonaws.athena.connector.integ.data.TestConfig
-
Packages that use TestConfig Package Description com.amazonaws.athena.connector.integ com.amazonaws.athena.connector.integ.providers -
-
Uses of TestConfig in com.amazonaws.athena.connector.integ
Constructors in com.amazonaws.athena.connector.integ with parameters of type TestConfig Constructor Description ConnectorStackAttributesProvider(software.amazon.awscdk.core.Construct scope, String id, String lambdaFunctionName, TestConfig testConfig, Optional<software.amazon.awscdk.services.iam.PolicyDocument> connectorAccessPolicy, Map<String,String> environmentVariables)
ConnectorStackProvider(String stackName, TestConfig testConfig)
-
Uses of TestConfig in com.amazonaws.athena.connector.integ.providers
Methods in com.amazonaws.athena.connector.integ.providers with parameters of type TestConfig Modifier and Type Method Description static Optional<ConnectorVpcAttributes>
ConnectorVpcAttributesProvider. getAttributes(TestConfig testConfig)
Gets the VPC attributes used for configuring the Lambda function.static Optional<SecretsManagerCredentials>
SecretsManagerCredentialsProvider. getCredentials(TestConfig testConfig)
Gets the SecretManager credentials obtained using a secret name stored in the test-config.json file.static Map<String,String>
ConnectorEnvironmentVarsProvider. getVars(TestConfig testConfig)
Gets the environment variables used for configuring the Lambda function (e.g. spill_bucket, etc...)
-