Class CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty
@Stability(Stable)
@Internal
public static final class CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty
An implementation for
CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty-
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.KafkaClusterSaslOAuthBearerAuthenticationProperty
CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.Builder, CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.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 ObjectDetails for SASL/OAUTHBEARER using the standard client_credentials grant.final ObjectDetails for SASL/OAUTHBEARER using the client credentials grant with a JWT client assertion (RFC 7521/7523 Section 2.2).final ObjectDetails for SASL/OAUTHBEARER using the JWT Bearer assertion grant (RFC 7523).final StringgetScope()OAuth scope to request.final StringHow client credentials are sent to the identity provider's token endpoint.final StringSecrets Manager ARN containing a custom CA certificate for the identity provider.final StringThe HTTPS URL of the OAuth token endpoint that vends OAuth Bearer tokens per RFC 6749.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.KafkaClusterSaslOAuthBearerAuthenticationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty.Builder.
-
-
Method Details
-
getClientCredentials
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationPropertyDetails for SASL/OAUTHBEARER using the standard client_credentials grant.The referenced secret must contain client_id and client_secret.
Returns union: either
IResolvableorCfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsProperty- Specified by:
getClientCredentialsin interfaceCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getClientCredentialsAssertion
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationPropertyDetails for SASL/OAUTHBEARER using the client credentials grant with a JWT client assertion (RFC 7521/7523 Section 2.2). An STS-vended JWT is used as the client_assertion.Returns union: either
IResolvableorCfnReplicatorPropsMixin.KafkaClusterOAuthClientCredentialsAssertionProperty- Specified by:
getClientCredentialsAssertionin interfaceCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getIamJwtBearer
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationPropertyDetails for SASL/OAUTHBEARER using the JWT Bearer assertion grant (RFC 7523).An STS-vended JWT is used as the assertion.
Returns union: either
IResolvableorCfnReplicatorPropsMixin.KafkaClusterOAuthIamJwtBearerProperty- Specified by:
getIamJwtBearerin interfaceCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getScope
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationPropertyOAuth scope to request.Included in the token request if provided.
- Specified by:
getScopein interfaceCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getTokenEndpointAuthenticationMethod
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationPropertyHow client credentials are sent to the identity provider's token endpoint.- Specified by:
getTokenEndpointAuthenticationMethodin interfaceCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getTokenEndpointTlsCertificateArn
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationPropertySecrets Manager ARN containing a custom CA certificate for the identity provider.Required only if the identity provider uses a private CA.
- Specified by:
getTokenEndpointTlsCertificateArnin interfaceCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty- See Also:
-
getTokenEndpointUrl
Description copied from interface:CfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationPropertyThe HTTPS URL of the OAuth token endpoint that vends OAuth Bearer tokens per RFC 6749.- Specified by:
getTokenEndpointUrlin interfaceCfnReplicatorPropsMixin.KafkaClusterSaslOAuthBearerAuthenticationProperty- 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()
-