Class CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty
@Stability(Stable)
@Internal
public static final class CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty
An implementation for
CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty-
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.msk.CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty
CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Builder, CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.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 audience (aud claim) set in the STS JWT client assertion.final StringThe algorithm used to sign the STS JWT assertion.final StringOptional Secrets Manager ARN for identity providers that require client_id as a form parameter alongside the JWT client assertion.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
protected Jsii$Proxy(CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty.Builder.
-
-
Method Details
-
getAudience
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionPropertyThe audience (aud claim) set in the STS JWT client assertion.- Specified by:
getAudiencein interfaceCfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty- See Also:
-
getSigningAlgorithm
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionPropertyThe algorithm used to sign the STS JWT assertion.- Specified by:
getSigningAlgorithmin interfaceCfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty- See Also:
-
getTokenRequestSecretArn
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionPropertyOptional Secrets Manager ARN for identity providers that require client_id as a form parameter alongside the JWT client assertion.- Specified by:
getTokenRequestSecretArnin interfaceCfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty- 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()
-