Skip to main content
logoTetrate Service BridgeVersion: next

AWS Caller Identity

CallerIdentity represents AWS Caller Identity verifiable through the AWS STS GetCallerIdentity call.

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
}