Class: Aws::OpenSearchServerless::Types::UpdateSecurityConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::UpdateSecurityConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier to ensure idempotency of the request.
-
#config_version ⇒ String
The version of the security configuration to be updated.
-
#description ⇒ String
A description of the security configuration.
-
#id ⇒ String
The security configuration identifier.
-
#saml_options ⇒ Types::SamlConfigOptions
SAML options in in the form of a key-value map.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier to ensure idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2435 2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2435 class UpdateSecurityConfigRequest < Struct.new( :client_token, :config_version, :description, :id, :saml_options) SENSITIVE = [] include Aws::Structure end |
#config_version ⇒ String
The version of the security configuration to be updated. You can find the most recent version of a security configuration using the ‘GetSecurityPolicy` command.
2435 2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2435 class UpdateSecurityConfigRequest < Struct.new( :client_token, :config_version, :description, :id, :saml_options) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the security configuration.
2435 2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2435 class UpdateSecurityConfigRequest < Struct.new( :client_token, :config_version, :description, :id, :saml_options) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The security configuration identifier. For SAML the ID will be ‘saml/<accountId>/<idpProviderName>`. For example, `saml/123456789123/OKTADev`.
2435 2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2435 class UpdateSecurityConfigRequest < Struct.new( :client_token, :config_version, :description, :id, :saml_options) SENSITIVE = [] include Aws::Structure end |
#saml_options ⇒ Types::SamlConfigOptions
SAML options in in the form of a key-value map.
2435 2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2435 class UpdateSecurityConfigRequest < Struct.new( :client_token, :config_version, :description, :id, :saml_options) SENSITIVE = [] include Aws::Structure end |