Module: Aws::BedrockAgentCoreControl::Client::_CreateGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorizer_configuration ⇒ Types::AuthorizerConfiguration
- #authorizer_type ⇒ "CUSTOM_JWT", ...
- #created_at ⇒ ::Time
- #custom_transform_configuration ⇒ Types::CustomTransformConfiguration
- #description ⇒ ::String
- #exception_level ⇒ "DEBUG"
- #gateway_arn ⇒ ::String
- #gateway_id ⇒ ::String
- #gateway_url ⇒ ::String
- #interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
- #kms_key_arn ⇒ ::String
- #name ⇒ ::String
- #policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
- #protocol_configuration ⇒ Types::GatewayProtocolConfiguration
- #protocol_type ⇒ "MCP"
- #role_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reasons ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
- #waf_configuration ⇒ Types::WafConfiguration
- #web_acl_arn ⇒ ::String
- #workload_identity_details ⇒ Types::WorkloadIdentityDetails
Instance Method Details
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
502 |
# File 'sig/client.rbs', line 502
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", ...
501 |
# File 'sig/client.rbs', line 501
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY")
|
#created_at ⇒ ::Time
492 |
# File 'sig/client.rbs', line 492
def created_at: () -> ::Time
|
#custom_transform_configuration ⇒ Types::CustomTransformConfiguration
504 |
# File 'sig/client.rbs', line 504
def custom_transform_configuration: () -> Types::CustomTransformConfiguration
|
#description ⇒ ::String
497 |
# File 'sig/client.rbs', line 497
def description: () -> ::String
|
#exception_level ⇒ "DEBUG"
508 |
# File 'sig/client.rbs', line 508
def exception_level: () -> ("DEBUG")
|
#gateway_arn ⇒ ::String
489 |
# File 'sig/client.rbs', line 489
def gateway_arn: () -> ::String
|
#gateway_id ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def gateway_id: () -> ::String
|
#gateway_url ⇒ ::String
491 |
# File 'sig/client.rbs', line 491
def gateway_url: () -> ::String
|
#interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
505 |
# File 'sig/client.rbs', line 505
def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
|
#kms_key_arn ⇒ ::String
503 |
# File 'sig/client.rbs', line 503
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def name: () -> ::String
|
#policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
506 |
# File 'sig/client.rbs', line 506
def policy_engine_configuration: () -> Types::GatewayPolicyEngineConfiguration
|
#protocol_configuration ⇒ Types::GatewayProtocolConfiguration
500 |
# File 'sig/client.rbs', line 500
def protocol_configuration: () -> Types::GatewayProtocolConfiguration
|
#protocol_type ⇒ "MCP"
499 |
# File 'sig/client.rbs', line 499
def protocol_type: () -> ("MCP")
|
#role_arn ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
494 |
# File 'sig/client.rbs', line 494
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")
|
#status_reasons ⇒ ::Array[::String]
495 |
# File 'sig/client.rbs', line 495
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
493 |
# File 'sig/client.rbs', line 493
def updated_at: () -> ::Time
|
#waf_configuration ⇒ Types::WafConfiguration
510 |
# File 'sig/client.rbs', line 510
def waf_configuration: () -> Types::WafConfiguration
|
#web_acl_arn ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def web_acl_arn: () -> ::String
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
507 |
# File 'sig/client.rbs', line 507
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|