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 ConnectorStackAttributesConnectorStackAttributesProvider. 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.StackConnectorStack. buildWithAttributes(ConnectorStackAttributes attributes)static software.amazon.awscdk.core.StackConnectorWithVpcStack. buildWithAttributes(ConnectorStackAttributes attributes)ConnectorStack.BuilderConnectorStack.Builder. withAttributes(ConnectorStackAttributes attributes)ConnectorWithVpcStack.BuilderConnectorWithVpcStack.Builder. withAttributes(ConnectorStackAttributes attributes)
-