Class CfnSubscriber.Builder
java.lang.Object
software.amazon.awscdk.services.securitylake.CfnSubscriber.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSubscriber>
- Enclosing class:
CfnSubscriber
@Stability(Stable)
public static final class CfnSubscriber.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSubscriber>
A fluent builder for
CfnSubscriber
.-
Method Summary
Modifier and TypeMethodDescriptionaccessTypes
(List<String> accessTypes) You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber.build()
static CfnSubscriber.Builder
dataLakeArn
(String dataLakeArn) The Amazon Resource Name (ARN) used to create the data lake.Amazon Security Lake supports log and event collection for natively supported AWS services .sources
(IResolvable sources) Amazon Security Lake supports log and event collection for natively supported AWS services .subscriberDescription
(String subscriberDescription) The subscriber descriptions for a subscriber account.subscriberIdentity
(IResolvable subscriberIdentity) The AWS identity used to access your data.subscriberIdentity
(CfnSubscriber.SubscriberIdentityProperty subscriberIdentity) The AWS identity used to access your data.subscriberName
(String subscriberName) The name of your Amazon Security Lake subscriber account.An array of objects, one for each tag to associate with the subscriber.
-
Method Details
-
create
@Stability(Stable) public static CfnSubscriber.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSubscriber.Builder
.
-
accessTypes
You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber.Subscribers can consume data by directly querying AWS Lake Formation tables in your Amazon S3 bucket through services like Amazon Athena. This subscription type is defined as
LAKEFORMATION
.- Parameters:
accessTypes
- You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber. This parameter is required.- Returns:
this
- See Also:
-
dataLakeArn
The Amazon Resource Name (ARN) used to create the data lake.- Parameters:
dataLakeArn
- The Amazon Resource Name (ARN) used to create the data lake. This parameter is required.- Returns:
this
- See Also:
-
sources
Amazon Security Lake supports log and event collection for natively supported AWS services .For more information, see the Amazon Security Lake User Guide .
- Parameters:
sources
- Amazon Security Lake supports log and event collection for natively supported AWS services . This parameter is required.- Returns:
this
- See Also:
-
sources
Amazon Security Lake supports log and event collection for natively supported AWS services .For more information, see the Amazon Security Lake User Guide .
- Parameters:
sources
- Amazon Security Lake supports log and event collection for natively supported AWS services . This parameter is required.- Returns:
this
- See Also:
-
subscriberIdentity
The AWS identity used to access your data.- Parameters:
subscriberIdentity
- The AWS identity used to access your data. This parameter is required.- Returns:
this
- See Also:
-
subscriberIdentity
@Stability(Stable) public CfnSubscriber.Builder subscriberIdentity(CfnSubscriber.SubscriberIdentityProperty subscriberIdentity) The AWS identity used to access your data.- Parameters:
subscriberIdentity
- The AWS identity used to access your data. This parameter is required.- Returns:
this
- See Also:
-
subscriberName
The name of your Amazon Security Lake subscriber account.- Parameters:
subscriberName
- The name of your Amazon Security Lake subscriber account. This parameter is required.- Returns:
this
- See Also:
-
subscriberDescription
The subscriber descriptions for a subscriber account.The description for a subscriber includes
subscriberName
,accountID
,externalID
, andsubscriberId
.- Parameters:
subscriberDescription
- The subscriber descriptions for a subscriber account. This parameter is required.- Returns:
this
- See Also:
-
tags
An array of objects, one for each tag to associate with the subscriber.For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
- Parameters:
tags
- An array of objects, one for each tag to associate with the subscriber. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSubscriber>
- Returns:
- a newly built instance of
CfnSubscriber
.
-