Interface CfnCloudConnector.AzureSubscriptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCloudConnector.AzureSubscriptionProperty.Jsii$Proxy
- Enclosing class:
CfnCloudConnector
@Stability(Stable)
public static interface CfnCloudConnector.AzureSubscriptionProperty
extends software.amazon.jsii.JsiiSerializable
An Azure subscription with its ID and optional display name.
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.ssm.*;
AzureSubscriptionProperty azureSubscriptionProperty = AzureSubscriptionProperty.builder()
.id("id")
// the properties below are optional
.displayName("displayName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCloudConnector.AzureSubscriptionPropertystatic final classAn implementation forCfnCloudConnector.AzureSubscriptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The Azure subscription ID.- See Also:
-
getDisplayName
The display name of the Azure subscription.- See Also:
-
builder
-