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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectorPropsMixin.AzureConnectorConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientIdentifier
The Azure client (application) identifier.- See Also:
-
getTenantIdentifier
The Azure tenant identifier.- See Also:
-
builder
@Stability(Stable) static CfnConnectorPropsMixin.AzureConnectorConfigurationProperty.Builder builder()
-