Class CfnService.MCPServerSigV4AuthorizationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsagent.CfnService.MCPServerSigV4AuthorizationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.MCPServerSigV4AuthorizationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.MCPServerSigV4AuthorizationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnService.MCPServerSigV4AuthorizationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.MCPServerSigV4AuthorizationConfigProperty
An implementation for
CfnService.MCPServerSigV4AuthorizationConfigProperty-
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.devopsagent.CfnService.MCPServerSigV4AuthorizationConfigProperty
CfnService.MCPServerSigV4AuthorizationConfigProperty.Builder, CfnService.MCPServerSigV4AuthorizationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.MCPServerSigV4AuthorizationConfigProperty.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 ObjectCustom headers for the SigV4 MCP server.final StringAWS region for SigV4 signing.final StringIAM role ARN to assume for SigV4 signing.final StringAWS service name for SigV4 signing.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 theCfnService.MCPServerSigV4AuthorizationConfigProperty.Builder.
-
-
Method Details
-
getRegion
Description copied from interface:CfnService.MCPServerSigV4AuthorizationConfigPropertyAWS region for SigV4 signing.Use '*' for SigV4a multi-region signing.
- Specified by:
getRegionin interfaceCfnService.MCPServerSigV4AuthorizationConfigProperty- See Also:
-
getRoleArn
Description copied from interface:CfnService.MCPServerSigV4AuthorizationConfigPropertyIAM role ARN to assume for SigV4 signing.- Specified by:
getRoleArnin interfaceCfnService.MCPServerSigV4AuthorizationConfigProperty- See Also:
-
getService
Description copied from interface:CfnService.MCPServerSigV4AuthorizationConfigPropertyAWS service name for SigV4 signing.- Specified by:
getServicein interfaceCfnService.MCPServerSigV4AuthorizationConfigProperty- See Also:
-
getCustomHeaders
Description copied from interface:CfnService.MCPServerSigV4AuthorizationConfigPropertyCustom headers for the SigV4 MCP server.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getCustomHeadersin interfaceCfnService.MCPServerSigV4AuthorizationConfigProperty- 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()
-