interface SubscriberNotificationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_securitylake.SubscriberNotificationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecuritylake#SubscriberNotificationReference |
Java | software.amazon.awscdk.services.securitylake.SubscriberNotificationReference |
Python | aws_cdk.aws_securitylake.SubscriberNotificationReference |
TypeScript | aws-cdk-lib » aws_securitylake » SubscriberNotificationReference |
A reference to a SubscriberNotification resource.
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 subscriberNotificationReference: securitylake.SubscriberNotificationReference = {
subscriberArn: 'subscriberArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| subscriber | string | The SubscriberArn of the SubscriberNotification resource. |
subscriberArn
Type:
string
The SubscriberArn of the SubscriberNotification resource.

.NET
Go
Java
Python
TypeScript