ElasticsearchDomainStatus constructor

ElasticsearchDomainStatus({
  1. required String arn,
  2. required String domainId,
  3. required String domainName,
  4. required ElasticsearchClusterConfig elasticsearchClusterConfig,
  5. String? accessPolicies,
  6. Map<String, String>? advancedOptions,
  7. AdvancedSecurityOptions? advancedSecurityOptions,
  8. CognitoOptions? cognitoOptions,
  9. bool? created,
  10. bool? deleted,
  11. DomainEndpointOptions? domainEndpointOptions,
  12. EBSOptions? eBSOptions,
  13. String? elasticsearchVersion,
  14. EncryptionAtRestOptions? encryptionAtRestOptions,
  15. String? endpoint,
  16. Map<String, String>? endpoints,
  17. Map<LogType, LogPublishingOption>? logPublishingOptions,
  18. NodeToNodeEncryptionOptions? nodeToNodeEncryptionOptions,
  19. bool? processing,
  20. ServiceSoftwareOptions? serviceSoftwareOptions,
  21. SnapshotOptions? snapshotOptions,
  22. bool? upgradeProcessing,
  23. VPCDerivedInfo? vPCOptions,
})

Implementation

ElasticsearchDomainStatus({
  required this.arn,
  required this.domainId,
  required this.domainName,
  required this.elasticsearchClusterConfig,
  this.accessPolicies,
  this.advancedOptions,
  this.advancedSecurityOptions,
  this.cognitoOptions,
  this.created,
  this.deleted,
  this.domainEndpointOptions,
  this.eBSOptions,
  this.elasticsearchVersion,
  this.encryptionAtRestOptions,
  this.endpoint,
  this.endpoints,
  this.logPublishingOptions,
  this.nodeToNodeEncryptionOptions,
  this.processing,
  this.serviceSoftwareOptions,
  this.snapshotOptions,
  this.upgradeProcessing,
  this.vPCOptions,
});