Bedrock Agentcore > Structures > LinkedAccountEmail LinkedAccountEmail¶ Structure Class¶ LinkedAccountEmail dataclass ¶ Linked account using an email address. Attributes¶ email_address class-attribute instance-attribute ¶ email_address: str = field(repr=False) The email address used for the linked account. Must be a valid email format.