Interface CfnAssociationPropsMixin.AzureConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAssociationPropsMixin.AzureConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAssociationPropsMixin

@Stability(Stable) public static interface CfnAssociationPropsMixin.AzureConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Azure subscription integration configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.devopsagent.*;
 AzureConfigurationProperty azureConfigurationProperty = AzureConfigurationProperty.builder()
         .subscriptionId("subscriptionId")
         .build();
 

See Also: