@Stability(value=Stable)
public static interface CfnEmailIdentity.FeedbackAttributesProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
FeedbackAttributesProperty feedbackAttributesProperty = FeedbackAttributesProperty.builder()
.emailForwardingEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEmailIdentity.FeedbackAttributesProperty.Builder
A builder for
CfnEmailIdentity.FeedbackAttributesProperty |
static class |
CfnEmailIdentity.FeedbackAttributesProperty.Jsii$Proxy
An implementation for
CfnEmailIdentity.FeedbackAttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEmailIdentity.FeedbackAttributesProperty.Builder |
builder() |
default Object |
getEmailForwardingEnabled()
`CfnEmailIdentity.FeedbackAttributesProperty.EmailForwardingEnabled`.
|
@Stability(value=Stable) @Nullable default Object getEmailForwardingEnabled()
@Stability(value=Stable) static CfnEmailIdentity.FeedbackAttributesProperty.Builder builder()
Copyright © 2022. All rights reserved.