| Modifier and Type | Method and Description |
|---|---|
static IntegrationCredentials |
IntegrationCredentials.fromRole(IRole role)
(experimental) Use the specified role for integration requests.
|
default IntegrationCredentials |
HttpIntegrationProps.getCredentials()
(experimental) The credentials with which to invoke the integration.
|
IntegrationCredentials |
HttpIntegrationProps.Jsii$Proxy.getCredentials() |
default IntegrationCredentials |
HttpRouteIntegrationConfig.getCredentials()
(experimental) The credentials with which to invoke the integration.
|
IntegrationCredentials |
HttpRouteIntegrationConfig.Jsii$Proxy.getCredentials() |
static IntegrationCredentials |
IntegrationCredentials.useCallerIdentity()
(experimental) Use the calling user's identity to call the integration.
|
| Modifier and Type | Method and Description |
|---|---|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.credentials(IntegrationCredentials credentials)
Sets the value of
HttpIntegrationProps.getCredentials() |
HttpIntegration.Builder |
HttpIntegration.Builder.credentials(IntegrationCredentials credentials)
(experimental) The credentials with which to invoke the integration.
|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.credentials(IntegrationCredentials credentials)
Sets the value of
HttpRouteIntegrationConfig.getCredentials() |
Copyright © 2023. All rights reserved.