Show / Hide Table of Contents

Interface IDedicatedIpPool

A dedicated IP pool.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDedicatedIpPool : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IDedicatedIpPool Inherits IResource, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

DedicatedIpPoolName

The name of the dedicated IP pool.

Properties

DedicatedIpPoolName

The name of the dedicated IP pool.

string DedicatedIpPoolName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX