Class: Aws::OpenSearchService::Types::PackageDetails

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

Overview

Basic information about a package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_listed_user_listArray<String>

A list of users who are allowed to view and associate the package. This field is only visible to the owner of a package.

Returns:

  • (Array<String>)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#available_package_configurationTypes::PackageConfiguration

This represents the available configuration parameters for the package.



5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#available_package_versionString

The package version.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#available_plugin_propertiesTypes::PluginProperties

If the package is a ‘ZIP-PLUGIN` package, additional information about plugin properties.



5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the package was created.

Returns:

  • (Time)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsTypes::ErrorDetails

Additional information if the package is in an error state. Null otherwise.

Returns:



5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Date and time when the package was last updated.

Returns:

  • (Time)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_descriptionString

User-specified description of the package.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_encryption_optionsTypes::PackageEncryptionOptions

Package Encryption Options for a package.



5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The unique identifier of the package.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

The user-specified name of the package.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_ownerString

The owner of the package who is allowed to create/update a package and add users to the package scope.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_statusString

The current status of the package. The available options are ‘AVAILABLE`, `COPYING`, `COPY_FAILED`, `VALIDATNG`, `VALIDATION_FAILED`, `DELETING`, and `DELETE_FAILED`.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_typeString

The type of package.

Returns:

  • (String)


5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end

#package_vending_optionsTypes::PackageVendingOptions

Package Vending Options for a package.



5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5886

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties,
  :available_package_configuration,
  :allow_listed_user_list,
  :package_owner,
  :package_vending_options,
  :package_encryption_options)
  SENSITIVE = []
  include Aws::Structure
end