DomainStatus constructor
DomainStatus({
- required String arn,
- required ClusterConfig clusterConfig,
- required String domainId,
- required String domainName,
- String? accessPolicies,
- Map<
String, String> ? advancedOptions, - AdvancedSecurityOptions? advancedSecurityOptions,
- AutoTuneOptionsOutput? autoTuneOptions,
- ChangeProgressDetails? changeProgressDetails,
- CognitoOptions? cognitoOptions,
- bool? created,
- bool? deleted,
- DomainEndpointOptions? domainEndpointOptions,
- EBSOptions? eBSOptions,
- EncryptionAtRestOptions? encryptionAtRestOptions,
- String? endpoint,
- Map<
String, String> ? endpoints, - String? engineVersion,
- Map<
LogType, LogPublishingOption> ? logPublishingOptions, - NodeToNodeEncryptionOptions? nodeToNodeEncryptionOptions,
- bool? processing,
- ServiceSoftwareOptions? serviceSoftwareOptions,
- SnapshotOptions? snapshotOptions,
- bool? upgradeProcessing,
- VPCDerivedInfo? vPCOptions,
Implementation
DomainStatus({
required this.arn,
required this.clusterConfig,
required this.domainId,
required this.domainName,
this.accessPolicies,
this.advancedOptions,
this.advancedSecurityOptions,
this.autoTuneOptions,
this.changeProgressDetails,
this.cognitoOptions,
this.created,
this.deleted,
this.domainEndpointOptions,
this.eBSOptions,
this.encryptionAtRestOptions,
this.endpoint,
this.endpoints,
this.engineVersion,
this.logPublishingOptions,
this.nodeToNodeEncryptionOptions,
this.processing,
this.serviceSoftwareOptions,
this.snapshotOptions,
this.upgradeProcessing,
this.vPCOptions,
});