Uses of Interface
software.amazon.awscdk.services.smsvoice.IPoolRef
Packages that use IPoolRef
-
Uses of IPoolRef in software.amazon.awscdk.services.smsvoice
Subinterfaces of IPoolRef in software.amazon.awscdk.services.smsvoiceModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIPoolRef
.Classes in software.amazon.awscdk.services.smsvoice that implement IPoolRefModifier and TypeClassDescriptionclass
Creates a new pool and associates the specified origination identity to the pool.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.smsvoice that return IPoolRefModifier and TypeMethodDescriptionstatic IPoolRef
CfnPool.fromPoolArn
(software.constructs.Construct scope, String id, String arn) Creates a new IPoolRef from an ARN.static IPoolRef
CfnPool.fromPoolId
(software.constructs.Construct scope, String id, String poolId) Creates a new IPoolRef from a poolId.