Class: Aws::OpenSearchServerless::Types::CreateSecurityConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 697

class CreateSecurityConfigRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :saml_options,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the security configuration.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 697

class CreateSecurityConfigRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :saml_options,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the security configuration.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 697

class CreateSecurityConfigRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :saml_options,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#saml_optionsTypes::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.



697
698
699
700
701
702
703
704
705
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 697

class CreateSecurityConfigRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :saml_options,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of security configuration.

Returns:

  • (String)


697
698
699
700
701
702
703
704
705
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 697

class CreateSecurityConfigRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :saml_options,
  :type)
  SENSITIVE = []
  include Aws::Structure
end