AWS::SecurityLake::Subscriber SubscriberIdentity - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SecurityLake::Subscriber SubscriberIdentity

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

Syntax

To declare this entity in your 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 AWS services.

Required: Yes

Type: String

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

Update requires: No interruption