| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDedicatedIpPool.Jsii$Default
Internal default implementation for
IDedicatedIpPool. |
| Modifier and Type | Class and Description |
|---|---|
class |
DedicatedIpPool
A dedicated IP pool.
|
static class |
IDedicatedIpPool.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IDedicatedIpPool |
DedicatedIpPool.fromDedicatedIpPoolName(software.constructs.Construct scope,
String id,
String dedicatedIpPoolName)
Use an existing dedicated IP pool.
|
default IDedicatedIpPool |
ConfigurationSetProps.getDedicatedIpPool()
The dedicated IP pool to associate with the configuration set.
|
IDedicatedIpPool |
ConfigurationSetProps.Jsii$Proxy.getDedicatedIpPool() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSet.Builder |
ConfigurationSet.Builder.dedicatedIpPool(IDedicatedIpPool dedicatedIpPool)
The dedicated IP pool to associate with the configuration set.
|
ConfigurationSetProps.Builder |
ConfigurationSetProps.Builder.dedicatedIpPool(IDedicatedIpPool dedicatedIpPool)
Sets the value of
ConfigurationSetProps.getDedicatedIpPool() |
Copyright © 2022. All rights reserved.