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: