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 AWS 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