Interface CfnConnection.ProviderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.ProviderProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.ProviderProperty
extends software.amazon.jsii.JsiiSerializable
The partner cloud service provider.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.interconnect.*;
ProviderProperty providerProperty = ProviderProperty.builder()
.cloudServiceProvider("cloudServiceProvider")
.lastMileProvider("lastMileProvider")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.ProviderPropertystatic final classAn implementation forCfnConnection.ProviderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudServiceProvider
The name of the cloud service provider.- See Also:
-
getLastMileProvider
The name of the last mile provider.- See Also:
-
builder
-