Uses of Interface
software.amazon.awscdk.interfaces.smsvoice.IPoolRef
Packages that use IPoolRef
Package
Description
AWS::SMSVOICE Construct Library
-
Uses of IPoolRef in software.amazon.awscdk.interfaces.smsvoice
Subinterfaces of IPoolRef in software.amazon.awscdk.interfaces.smsvoiceModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPoolRef.Classes in software.amazon.awscdk.interfaces.smsvoice that implement IPoolRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IPoolRef in software.amazon.awscdk.services.smsvoice
Classes in software.amazon.awscdk.services.smsvoice that implement IPoolRefModifier and TypeClassDescriptionclassCreates a new pool and associates the specified origination identity to the pool.Methods in software.amazon.awscdk.services.smsvoice that return IPoolRefModifier and TypeMethodDescriptionstatic IPoolRefCfnPool.fromPoolArn(software.constructs.Construct scope, String id, String arn) Creates a new IPoolRef from an ARN.static IPoolRefCfnPool.fromPoolId(software.constructs.Construct scope, String id, String poolId) Creates a new IPoolRef from a poolId.