| Modifier and Type | Method and Description |
|---|---|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.advancedEventSelectors(IResolvable advancedEventSelectors)
The advanced event selectors to use to select the events for the data store.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.advancedEventSelectors(List<? extends Object> advancedEventSelectors)
The advanced event selectors to use to select the events for the data store.
|
static CfnEventDataStore.Builder |
CfnEventDataStore.Builder.create(Construct scope,
String id) |
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.kmsKeyId(String kmsKeyId)
Specifies the AWS KMS key ID to use to encrypt the events delivered by CloudTrail.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.multiRegionEnabled(Boolean multiRegionEnabled)
Specifies whether the event data store includes events from all regions, or only from the region in which the event data store is created.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.multiRegionEnabled(IResolvable multiRegionEnabled)
Specifies whether the event data store includes events from all regions, or only from the region in which the event data store is created.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.name(String name)
The name of the event data store.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.organizationEnabled(Boolean organizationEnabled)
Specifies whether an event data store collects events logged for an organization in AWS Organizations .
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.organizationEnabled(IResolvable organizationEnabled)
Specifies whether an event data store collects events logged for an organization in AWS Organizations .
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.retentionPeriod(Number retentionPeriod)
The retention period of the event data store, in days.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.tags(List<? extends CfnTag> tags)
A list of tags.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Specifies whether termination protection is enabled for the event data store.
|
CfnEventDataStore.Builder |
CfnEventDataStore.Builder.terminationProtectionEnabled(IResolvable terminationProtectionEnabled)
Specifies whether termination protection is enabled for the event data store.
|
Copyright © 2022. All rights reserved.