Provider
Describes the respective AWS Interconnect Partner organization.
Inheritors
Types
The provider's name. Specifically, connections to/from this Cloud Service Provider will be considered Multicloud connections.
The provider's name. Specifically, connections to/from this Last Mile Provider will be considered LastMile connections.
Functions
Casts this Provider as a CloudServiceProvider and retrieves its kotlin.String value. Throws an exception if the Provider is not a CloudServiceProvider.
Casts this Provider as a CloudServiceProvider and retrieves its kotlin.String value. Returns null if the Provider is not a CloudServiceProvider.
Casts this Provider as a LastMileProvider and retrieves its kotlin.String value. Throws an exception if the Provider is not a LastMileProvider.
Casts this Provider as a LastMileProvider and retrieves its kotlin.String value. Returns null if the Provider is not a LastMileProvider.