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