Class: AWSCDK::BedrockAgentCore::CfnGateway::InterceptorInputConfigurationProperty
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::BedrockAgentCore::CfnGateway::InterceptorInputConfigurationProperty
- Defined in:
- bedrock_agent_core/cfn_gateway.rb
Overview
Instance Attribute Summary collapse
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(pass_request_headers:) ⇒ InterceptorInputConfigurationProperty
constructor
A new instance of InterceptorInputConfigurationProperty.
- #to_jsii ⇒ Object
Constructor Details
#initialize(pass_request_headers:) ⇒ InterceptorInputConfigurationProperty
Returns a new instance of InterceptorInputConfigurationProperty.
1099 1100 1101 1102 |
# File 'bedrock_agent_core/cfn_gateway.rb', line 1099 def initialize(pass_request_headers:) @pass_request_headers = pass_request_headers Jsii::Type.check_type(@pass_request_headers, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3sicHJpbWl0aXZlIjoiYm9vbGVhbiJ9LHsiZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifV19fQ==")), "passRequestHeaders") end |
Instance Attribute Details
#pass_request_headers ⇒ Boolean, AWSCDK::IResolvable (readonly)
1106 1107 1108 |
# File 'bedrock_agent_core/cfn_gateway.rb', line 1106 def pass_request_headers @pass_request_headers end |
Class Method Details
.jsii_properties ⇒ Object
1108 1109 1110 1111 1112 |
# File 'bedrock_agent_core/cfn_gateway.rb', line 1108 def self.jsii_properties { :pass_request_headers => "passRequestHeaders", } end |
Instance Method Details
#to_jsii ⇒ Object
1114 1115 1116 1117 1118 1119 1120 |
# File 'bedrock_agent_core/cfn_gateway.rb', line 1114 def to_jsii result = {} result.merge!({ "passRequestHeaders" => @pass_request_headers, }) result.compact end |