Interface CfnQueuePropsMixin.OutboundEmailConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQueuePropsMixin.OutboundEmailConfigProperty.Jsii$Proxy
- Enclosing class:
CfnQueuePropsMixin
@Stability(Stable)
public static interface CfnQueuePropsMixin.OutboundEmailConfigProperty
extends software.amazon.jsii.JsiiSerializable
The outbound email address ID.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
OutboundEmailConfigProperty outboundEmailConfigProperty = OutboundEmailConfigProperty.builder()
.outboundEmailAddressId("outboundEmailAddressId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQueuePropsMixin.OutboundEmailConfigPropertystatic final classAn implementation forCfnQueuePropsMixin.OutboundEmailConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOutboundEmailAddressId
The identifier of the email address.- See Also:
-
builder
-