@Stability(value=Stable)
public static interface CfnStreamProcessor.DataSharingPreferenceProperty
extends software.amazon.jsii.JsiiSerializable
You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level, this setting is ignored on individual streams. For more information, see StreamProcessorDataSharingPreference .
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.rekognition.*;
DataSharingPreferenceProperty dataSharingPreferenceProperty = DataSharingPreferenceProperty.builder()
.optIn(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamProcessor.DataSharingPreferenceProperty.Builder
A builder for
CfnStreamProcessor.DataSharingPreferenceProperty |
static class |
CfnStreamProcessor.DataSharingPreferenceProperty.Jsii$Proxy
An implementation for
CfnStreamProcessor.DataSharingPreferenceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamProcessor.DataSharingPreferenceProperty.Builder |
builder() |
Object |
getOptIn()
Describes the opt-in status applied to a stream processor's data sharing policy.
|
@Stability(value=Stable) @NotNull Object getOptIn()
@Stability(value=Stable) static CfnStreamProcessor.DataSharingPreferenceProperty.Builder builder()
Copyright © 2022. All rights reserved.