Interface CfnSubscriber.SubscriberIdentityProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSubscriber.SubscriberIdentityProperty.Jsii$Proxy
Enclosing class:
CfnSubscriber

@Stability(Stable) public static interface CfnSubscriber.SubscriberIdentityProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.securitylake.*;
 SubscriberIdentityProperty subscriberIdentityProperty = SubscriberIdentityProperty.builder()
         .externalId("externalId")
         .principal("principal")
         .build();
 

See Also: