Uses of Class
software.amazon.awscdk.services.apigatewayv2.IntegrationCredentials
Packages that use IntegrationCredentials
-
Uses of IntegrationCredentials in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return IntegrationCredentialsModifier and TypeMethodDescriptionstatic IntegrationCredentialsUse the specified role for integration requests.default IntegrationCredentialsHttpIntegrationProps.getCredentials()The credentials with which to invoke the integration.final IntegrationCredentialsHttpIntegrationProps.Jsii$Proxy.getCredentials()default IntegrationCredentialsHttpRouteIntegrationConfig.getCredentials()The credentials with which to invoke the integration.final IntegrationCredentialsHttpRouteIntegrationConfig.Jsii$Proxy.getCredentials()static IntegrationCredentialsIntegrationCredentials.useCallerIdentity()Use the calling user's identity to call the integration.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IntegrationCredentialsModifier and TypeMethodDescriptionHttpIntegration.Builder.credentials(IntegrationCredentials credentials) The credentials with which to invoke the integration.HttpIntegrationProps.Builder.credentials(IntegrationCredentials credentials) Sets the value ofHttpIntegrationProps.getCredentials()HttpRouteIntegrationConfig.Builder.credentials(IntegrationCredentials credentials) Sets the value ofHttpRouteIntegrationConfig.getCredentials()