Uses of Class
com.amazonaws.athena.connector.integ.data.ConnectorPackagingAttributes
-
Packages that use ConnectorPackagingAttributes Package Description com.amazonaws.athena.connector.integ.data com.amazonaws.athena.connector.integ.providers -
-
Uses of ConnectorPackagingAttributes in com.amazonaws.athena.connector.integ.data
Methods in com.amazonaws.athena.connector.integ.data that return ConnectorPackagingAttributes Modifier and Type Method Description ConnectorPackagingAttributes
ConnectorStackAttributes. getConnectorPackagingAttributes()
Public accessor for the Connector's packaging attributes: 1) S3 Bucket, 2) S3 Key, 3) Connector's Handler.Constructors in com.amazonaws.athena.connector.integ.data with parameters of type ConnectorPackagingAttributes Constructor Description ConnectorStackAttributes(software.amazon.awscdk.core.Construct scope, String id, String lambdaFunctionName, Optional<software.amazon.awscdk.services.iam.PolicyDocument> connectorAccessPolicy, Map<String,String> environmentVariables, ConnectorPackagingAttributes connectorPackagingAttributes, Optional<ConnectorVpcAttributes> connectorVpcAttributes)
-
Uses of ConnectorPackagingAttributes in com.amazonaws.athena.connector.integ.providers
Methods in com.amazonaws.athena.connector.integ.providers that return ConnectorPackagingAttributes Modifier and Type Method Description static ConnectorPackagingAttributes
ConnectorPackagingAttributesProvider. getAttributes()
Extracts the packaging attributes needed in the creation of the CF Stack from packaged.yaml (S3 Bucket, S3 Key, and lambdaFunctionHandler).
-