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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssociationPropsMixin.AzureConfigurationPropertystatic final classAn implementation forCfnAssociationPropsMixin.AzureConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSubscriptionId
Azure subscription ID corresponding to provided resources.- See Also:
-
builder
-