AWS::SecurityLake::Subscriber SubscriberIdentity - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SecurityLake::Subscriber SubscriberIdentity

Specify the Amazon account ID and external ID that the subscriber will use to access source data.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ExternalId" : String, "Principal" : String }

YAML

ExternalId: String Principal: String

Properties

ExternalId

The external ID is a unique identifier that the subscriber provides to you.

Required: Yes

Type: String

Pattern: ^[\w+=,.@:/-]*$

Minimum: 2

Maximum: 1224

Update requires: No interruption

Principal

Principals can include accounts, users, roles, federated users, or Amazon services.

Required: Yes

Type: String

Pattern: ^([0-9]{12}|[a-z0-9\.\-]*\.(amazonaws|amazon)\.com)$

Update requires: No interruption