Class: Aws::Types::ElasticsearchDomainConfig
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchDomainConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policies ⇒ Types::AccessPoliciesStatus
Returns the value of attribute access_policies.
-
#advanced_options ⇒ Types::AdvancedOptionsStatus
Returns the value of attribute advanced_options.
-
#advanced_security_options ⇒ Types::AdvancedSecurityOptionsStatus
Returns the value of attribute advanced_security_options.
-
#auto_tune_options ⇒ Types::AutoTuneOptionsStatus
Returns the value of attribute auto_tune_options.
-
#automated_snapshot_pause_options ⇒ Types::AutomatedSnapshotPauseOptionsStatus
Returns the value of attribute automated_snapshot_pause_options.
-
#change_progress_details ⇒ Types::ChangeProgressDetails
Returns the value of attribute change_progress_details.
-
#cognito_options ⇒ Types::CognitoOptionsStatus
Returns the value of attribute cognito_options.
-
#deployment_strategy_options ⇒ Types::DeploymentStrategyOptionsStatus
Returns the value of attribute deployment_strategy_options.
-
#domain_endpoint_options ⇒ Types::DomainEndpointOptionsStatus
Returns the value of attribute domain_endpoint_options.
-
#ebs_options ⇒ Types::EBSOptionsStatus
Returns the value of attribute ebs_options.
-
#elasticsearch_cluster_config ⇒ Types::ElasticsearchClusterConfigStatus
Returns the value of attribute elasticsearch_cluster_config.
-
#elasticsearch_version ⇒ Types::ElasticsearchVersionStatus
Returns the value of attribute elasticsearch_version.
-
#encryption_at_rest_options ⇒ Types::EncryptionAtRestOptionsStatus
Returns the value of attribute encryption_at_rest_options.
-
#engine_mode ⇒ Types::EngineModeStatus
Returns the value of attribute engine_mode.
-
#log_publishing_options ⇒ Types::LogPublishingOptionsStatus
Returns the value of attribute log_publishing_options.
-
#modifying_properties ⇒ ::Array[Types::ModifyingProperties]
Returns the value of attribute modifying_properties.
-
#node_to_node_encryption_options ⇒ Types::NodeToNodeEncryptionOptionsStatus
Returns the value of attribute node_to_node_encryption_options.
-
#snapshot_options ⇒ Types::SnapshotOptionsStatus
Returns the value of attribute snapshot_options.
-
#use_case ⇒ Types::UseCaseStatus
Returns the value of attribute use_case.
-
#vpc_options ⇒ Types::VPCDerivedInfoStatus
Returns the value of attribute vpc_options.
Instance Attribute Details
#access_policies ⇒ Types::AccessPoliciesStatus
Returns the value of attribute access_policies.
655 656 657 |
# File 'sig/types.rbs', line 655 def access_policies @access_policies end |
#advanced_options ⇒ Types::AdvancedOptionsStatus
Returns the value of attribute advanced_options.
661 662 663 |
# File 'sig/types.rbs', line 661 def end |
#advanced_security_options ⇒ Types::AdvancedSecurityOptionsStatus
Returns the value of attribute advanced_security_options.
664 665 666 |
# File 'sig/types.rbs', line 664 def end |
#auto_tune_options ⇒ Types::AutoTuneOptionsStatus
Returns the value of attribute auto_tune_options.
665 666 667 |
# File 'sig/types.rbs', line 665 def end |
#automated_snapshot_pause_options ⇒ Types::AutomatedSnapshotPauseOptionsStatus
Returns the value of attribute automated_snapshot_pause_options.
669 670 671 |
# File 'sig/types.rbs', line 669 def end |
#change_progress_details ⇒ Types::ChangeProgressDetails
Returns the value of attribute change_progress_details.
666 667 668 |
# File 'sig/types.rbs', line 666 def change_progress_details @change_progress_details end |
#cognito_options ⇒ Types::CognitoOptionsStatus
Returns the value of attribute cognito_options.
658 659 660 |
# File 'sig/types.rbs', line 658 def end |
#deployment_strategy_options ⇒ Types::DeploymentStrategyOptionsStatus
Returns the value of attribute deployment_strategy_options.
668 669 670 |
# File 'sig/types.rbs', line 668 def end |
#domain_endpoint_options ⇒ Types::DomainEndpointOptionsStatus
Returns the value of attribute domain_endpoint_options.
663 664 665 |
# File 'sig/types.rbs', line 663 def end |
#ebs_options ⇒ Types::EBSOptionsStatus
Returns the value of attribute ebs_options.
654 655 656 |
# File 'sig/types.rbs', line 654 def end |
#elasticsearch_cluster_config ⇒ Types::ElasticsearchClusterConfigStatus
Returns the value of attribute elasticsearch_cluster_config.
653 654 655 |
# File 'sig/types.rbs', line 653 def elasticsearch_cluster_config @elasticsearch_cluster_config end |
#elasticsearch_version ⇒ Types::ElasticsearchVersionStatus
Returns the value of attribute elasticsearch_version.
652 653 654 |
# File 'sig/types.rbs', line 652 def elasticsearch_version @elasticsearch_version end |
#encryption_at_rest_options ⇒ Types::EncryptionAtRestOptionsStatus
Returns the value of attribute encryption_at_rest_options.
659 660 661 |
# File 'sig/types.rbs', line 659 def end |
#engine_mode ⇒ Types::EngineModeStatus
Returns the value of attribute engine_mode.
671 672 673 |
# File 'sig/types.rbs', line 671 def engine_mode @engine_mode end |
#log_publishing_options ⇒ Types::LogPublishingOptionsStatus
Returns the value of attribute log_publishing_options.
662 663 664 |
# File 'sig/types.rbs', line 662 def end |
#modifying_properties ⇒ ::Array[Types::ModifyingProperties]
Returns the value of attribute modifying_properties.
667 668 669 |
# File 'sig/types.rbs', line 667 def end |
#node_to_node_encryption_options ⇒ Types::NodeToNodeEncryptionOptionsStatus
Returns the value of attribute node_to_node_encryption_options.
660 661 662 |
# File 'sig/types.rbs', line 660 def end |
#snapshot_options ⇒ Types::SnapshotOptionsStatus
Returns the value of attribute snapshot_options.
656 657 658 |
# File 'sig/types.rbs', line 656 def end |
#use_case ⇒ Types::UseCaseStatus
Returns the value of attribute use_case.
670 671 672 |
# File 'sig/types.rbs', line 670 def use_case @use_case end |
#vpc_options ⇒ Types::VPCDerivedInfoStatus
Returns the value of attribute vpc_options.
657 658 659 |
# File 'sig/types.rbs', line 657 def end |