@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.860Z") @Stability(value=Experimental) public abstract class IntegrationCredentials extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigatewayv2.*; import software.amazon.awscdk.services.iam.*; Role role; IntegrationCredentials integrationCredentials = IntegrationCredentials.fromRole(role);
| Modifier | Constructor and Description |
|---|---|
protected |
IntegrationCredentials() |
protected |
IntegrationCredentials(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IntegrationCredentials(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationCredentials |
fromRole(IRole role)
(experimental) Use the specified role for integration requests.
|
abstract String |
getCredentialsArn()
(experimental) The ARN of the credentials.
|
static IntegrationCredentials |
useCallerIdentity()
(experimental) Use the calling user's identity to call the integration.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected IntegrationCredentials(software.amazon.jsii.JsiiObjectRef objRef)
protected IntegrationCredentials(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected IntegrationCredentials()
@Stability(value=Experimental) @NotNull public static IntegrationCredentials fromRole(@NotNull IRole role)
role - This parameter is required.@Stability(value=Experimental) @NotNull public static IntegrationCredentials useCallerIdentity()
@Stability(value=Experimental) @NotNull public abstract String getCredentialsArn()
Copyright © 2022. All rights reserved.