Uses of Class
com.amazonaws.athena.connector.integ.data.ConnectorStackAttributes
-
Packages that use ConnectorStackAttributes Package Description com.amazonaws.athena.connector.integ com.amazonaws.athena.connector.integ.stacks -
-
Uses of ConnectorStackAttributes in com.amazonaws.athena.connector.integ
Methods in com.amazonaws.athena.connector.integ that return ConnectorStackAttributes Modifier and Type Method Description protected ConnectorStackAttributes
ConnectorStackAttributesProvider. getAttributes()
Provides the Connector's attributes needed to create the connector's CloudFormation stack template.Constructors in com.amazonaws.athena.connector.integ with parameters of type ConnectorStackAttributes Constructor Description ConnectorStackFactory(ConnectorStackAttributes attributes)
-
Uses of ConnectorStackAttributes in com.amazonaws.athena.connector.integ.stacks
Methods in com.amazonaws.athena.connector.integ.stacks with parameters of type ConnectorStackAttributes Modifier and Type Method Description static software.amazon.awscdk.core.Stack
ConnectorStack. buildWithAttributes(ConnectorStackAttributes attributes)
static software.amazon.awscdk.core.Stack
ConnectorWithVpcStack. buildWithAttributes(ConnectorStackAttributes attributes)
ConnectorStack.Builder
ConnectorStack.Builder. withAttributes(ConnectorStackAttributes attributes)
ConnectorWithVpcStack.Builder
ConnectorWithVpcStack.Builder. withAttributes(ConnectorStackAttributes attributes)
-