Class CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty
An implementation for
CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty-
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.devopsagent.CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty
CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty.Builder, CfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty.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 StringAzure AD application client ID.final StringAzure AD tenant ID.final StringARN of the IAM role for web identity token exchange.List of audiences for the web identity token.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 theCfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty.Builder.
-
-
Method Details
-
getClientId
Description copied from interface:CfnServicePropsMixin.RegisteredAzureIdentityDetailsPropertyAzure AD application client ID.- Specified by:
getClientIdin interfaceCfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty- See Also:
-
getTenantId
Description copied from interface:CfnServicePropsMixin.RegisteredAzureIdentityDetailsPropertyAzure AD tenant ID.- Specified by:
getTenantIdin interfaceCfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty- See Also:
-
getWebIdentityRoleArn
Description copied from interface:CfnServicePropsMixin.RegisteredAzureIdentityDetailsPropertyARN of the IAM role for web identity token exchange.- Specified by:
getWebIdentityRoleArnin interfaceCfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty- See Also:
-
getWebIdentityTokenAudiences
Description copied from interface:CfnServicePropsMixin.RegisteredAzureIdentityDetailsPropertyList of audiences for the web identity token.- Specified by:
getWebIdentityTokenAudiencesin interfaceCfnServicePropsMixin.RegisteredAzureIdentityDetailsProperty- 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()
-