Skip to main content
logoTetrate Service BridgeVersion: 1.13.x

AWS Caller Identity

AWS Caller Identity.

CredentialInfo

Information about AWS credentials the caller has access to verifiable through AWS STS GetCallerIdentity API. See https://docs.aws.amazon.com/STS/latest/APIReference/API_GetCallerIdentity.html

FieldDescriptionValidation Rule

presignedUrl

string oneof _kind
REQUIRED
Pre-signed URL of a call to the AWS STS GetCallerIdentity API that identifies caller's credentials. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html

string = {
  min_len: 1
}