interface SubscriberIdentityProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_securitylake.CfnSubscriber.SubscriberIdentityProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecuritylake#CfnSubscriber_SubscriberIdentityProperty |
Java | software.amazon.awscdk.services.securitylake.CfnSubscriber.SubscriberIdentityProperty |
Python | aws_cdk.aws_securitylake.CfnSubscriber.SubscriberIdentityProperty |
TypeScript | aws-cdk-lib » aws_securitylake » CfnSubscriber » SubscriberIdentityProperty |
Specify the AWS account ID and external ID that the subscriber will use to access source data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securitylake as securitylake } from 'aws-cdk-lib';
const subscriberIdentityProperty: securitylake.CfnSubscriber.SubscriberIdentityProperty = {
externalId: 'externalId',
principal: 'principal',
};
Properties
Name | Type | Description |
---|---|---|
external | string | The external ID is a unique identifier that the subscriber provides to you. |
principal | string | Principals can include accounts, users, roles, federated users, or AWS services. |
externalId
Type:
string
The external ID is a unique identifier that the subscriber provides to you.
principal
Type:
string
Principals can include accounts, users, roles, federated users, or AWS services.