CreatedByInfo
Information on the identity that created the file.
Inheritors
Types
STS or IAM ARN representing the identity of API Caller. SDK users cannot populate this and this value is calculated automatically if ConnectUserArn
is not provided.
An agent ARN representing a connect user.
Functions
Casts this CreatedByInfo as a AwsIdentityArn and retrieves its kotlin.String value. Throws an exception if the CreatedByInfo is not a AwsIdentityArn.
Casts this CreatedByInfo as a AwsIdentityArn and retrieves its kotlin.String value. Returns null if the CreatedByInfo is not a AwsIdentityArn.
Casts this CreatedByInfo as a ConnectUserArn and retrieves its kotlin.String value. Throws an exception if the CreatedByInfo is not a ConnectUserArn.
Casts this CreatedByInfo as a ConnectUserArn and retrieves its kotlin.String value. Returns null if the CreatedByInfo is not a ConnectUserArn.