public class ResourceInfoProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INTEG_CONNECTOR |
static String |
INTEG_FLOW |
static String |
INTEG_PROFILE |
| Constructor and Description |
|---|
ResourceInfoProvider(TestConfiguration testConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCreatedConnectors(String profileName) |
void |
addToCreatedProfiles(String profileName) |
String |
generateConnectorName(String configName) |
String |
generateFlowName(String configName) |
String |
generateProfileName(String configName) |
String |
generateResourceName(String configName,
String prefix) |
String |
getApiForProfileName(Optional<String> profileName,
Optional<String> apiVersion) |
String |
getConnectorForProfile(String profileName) |
String |
getConnectorForProfileName(Optional<String> profileName) |
String |
getConnectorName(Optional<String> connectorName) |
String |
getConnectorNameIfCreated(String configName) |
String |
getProfileName(Optional<String> profileName) |
String |
getProfileNameIfCreated(String configName) |
String |
getVersionForProfile(String profileName) |
public static final String INTEG_CONNECTOR
public static final String INTEG_PROFILE
public static final String INTEG_FLOW
public ResourceInfoProvider(TestConfiguration testConfiguration)
Copyright © 2021–2022 Amazon Web Services. All rights reserved.