Class CfnCloudConnectorPropsMixin.AzureConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnCloudConnectorPropsMixin.AzureConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudConnectorPropsMixin.AzureConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudConnectorPropsMixin.AzureConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCloudConnectorPropsMixin.AzureConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudConnectorPropsMixin.AzureConfigurationProperty
An implementation for
CfnCloudConnectorPropsMixin.AzureConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnCloudConnectorPropsMixin.AzureConfigurationProperty
CfnCloudConnectorPropsMixin.AzureConfigurationProperty.Builder, CfnCloudConnectorPropsMixin.AzureConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCloudConnectorPropsMixin.AzureConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe display name of the Azure AD application.final StringThe Azure AD application ID.final ObjectThe targets for the cloud connector.final StringThe display name of the Azure AD tenant.final StringThe Azure AD tenant ID.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCloudConnectorPropsMixin.AzureConfigurationProperty.Builder.
-
-
Method Details
-
getApplicationDisplayName
Description copied from interface:CfnCloudConnectorPropsMixin.AzureConfigurationPropertyThe display name of the Azure AD application.- Specified by:
getApplicationDisplayNamein interfaceCfnCloudConnectorPropsMixin.AzureConfigurationProperty- See Also:
-
getApplicationId
Description copied from interface:CfnCloudConnectorPropsMixin.AzureConfigurationPropertyThe Azure AD application ID.- Specified by:
getApplicationIdin interfaceCfnCloudConnectorPropsMixin.AzureConfigurationProperty- See Also:
-
getTargets
Description copied from interface:CfnCloudConnectorPropsMixin.AzureConfigurationPropertyThe targets for the cloud connector.If omitted, the entire tenant is targeted.
Returns union: either
IResolvableorCfnCloudConnectorPropsMixin.ConfigurationTargetsProperty- Specified by:
getTargetsin interfaceCfnCloudConnectorPropsMixin.AzureConfigurationProperty- See Also:
-
getTenantDisplayName
Description copied from interface:CfnCloudConnectorPropsMixin.AzureConfigurationPropertyThe display name of the Azure AD tenant.- Specified by:
getTenantDisplayNamein interfaceCfnCloudConnectorPropsMixin.AzureConfigurationProperty- See Also:
-
getTenantId
Description copied from interface:CfnCloudConnectorPropsMixin.AzureConfigurationPropertyThe Azure AD tenant ID.Cannot be changed after creation.
- Specified by:
getTenantIdin interfaceCfnCloudConnectorPropsMixin.AzureConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-