Class: Aws::OpenSearchServerless::Types::CreateSecurityConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateSecurityConfigRequest
- 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.
-
#description ⇒ String
A description of the security configuration.
-
#iam_identity_center_options ⇒ Types::CreateIamIdentityCenterConfigOptions
Describes IAM Identity Center options in the form of a key-value map.
-
#name ⇒ String
The name of the security configuration.
-
#saml_options ⇒ Types::SamlConfigOptions
Describes SAML options in in the form of a key-value map.
-
#type ⇒ String
The type of security configuration.
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.
741 742 743 744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 741 class CreateSecurityConfigRequest < Struct.new( :client_token, :description, :iam_identity_center_options, :name, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the security configuration.
741 742 743 744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 741 class CreateSecurityConfigRequest < Struct.new( :client_token, :description, :iam_identity_center_options, :name, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#iam_identity_center_options ⇒ Types::CreateIamIdentityCenterConfigOptions
Describes IAM Identity Center options in the form of a key-value map. This field is required if you specify iamidentitycenter for the type parameter.
741 742 743 744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 741 class CreateSecurityConfigRequest < Struct.new( :client_token, :description, :iam_identity_center_options, :name, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
741 742 743 744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 741 class CreateSecurityConfigRequest < Struct.new( :client_token, :description, :iam_identity_center_options, :name, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#saml_options ⇒ Types::SamlConfigOptions
Describes SAML options in in the form of a key-value map. This field is required if you specify ‘saml` for the `type` parameter.
741 742 743 744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 741 class CreateSecurityConfigRequest < Struct.new( :client_token, :description, :iam_identity_center_options, :name, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of security configuration.
741 742 743 744 745 746 747 748 749 750 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 741 class CreateSecurityConfigRequest < Struct.new( :client_token, :description, :iam_identity_center_options, :name, :saml_options, :type) SENSITIVE = [] include Aws::Structure end |