Interface CfnConnectorPropsMixin.AzureConnectorConfigurationProperty

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

@Stability(Stable) public static interface CfnConnectorPropsMixin.AzureConnectorConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for connecting to Microsoft Azure.

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.config.*;
 AzureConnectorConfigurationProperty azureConnectorConfigurationProperty = AzureConnectorConfigurationProperty.builder()
         .clientIdentifier("clientIdentifier")
         .tenantIdentifier("tenantIdentifier")
         .build();
 

See Also: