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