/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the apprunner-2020-05-15.normal.json service model. */ using System; using Amazon.Runtime; namespace Amazon.AppRunner { /// /// Constants used for properties of type AutoScalingConfigurationStatus. /// public class AutoScalingConfigurationStatus : ConstantClass { /// /// Constant ACTIVE for AutoScalingConfigurationStatus /// public static readonly AutoScalingConfigurationStatus ACTIVE = new AutoScalingConfigurationStatus("ACTIVE"); /// /// Constant INACTIVE for AutoScalingConfigurationStatus /// public static readonly AutoScalingConfigurationStatus INACTIVE = new AutoScalingConfigurationStatus("INACTIVE"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public AutoScalingConfigurationStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static AutoScalingConfigurationStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator AutoScalingConfigurationStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type CertificateValidationRecordStatus. /// public class CertificateValidationRecordStatus : ConstantClass { /// /// Constant FAILED for CertificateValidationRecordStatus /// public static readonly CertificateValidationRecordStatus FAILED = new CertificateValidationRecordStatus("FAILED"); /// /// Constant PENDING_VALIDATION for CertificateValidationRecordStatus /// public static readonly CertificateValidationRecordStatus PENDING_VALIDATION = new CertificateValidationRecordStatus("PENDING_VALIDATION"); /// /// Constant SUCCESS for CertificateValidationRecordStatus /// public static readonly CertificateValidationRecordStatus SUCCESS = new CertificateValidationRecordStatus("SUCCESS"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public CertificateValidationRecordStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static CertificateValidationRecordStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator CertificateValidationRecordStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type ConfigurationSource. /// public class ConfigurationSource : ConstantClass { /// /// Constant API for ConfigurationSource /// public static readonly ConfigurationSource API = new ConfigurationSource("API"); /// /// Constant REPOSITORY for ConfigurationSource /// public static readonly ConfigurationSource REPOSITORY = new ConfigurationSource("REPOSITORY"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ConfigurationSource(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ConfigurationSource FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ConfigurationSource(string value) { return FindValue(value); } } /// /// Constants used for properties of type ConnectionStatus. /// public class ConnectionStatus : ConstantClass { /// /// Constant AVAILABLE for ConnectionStatus /// public static readonly ConnectionStatus AVAILABLE = new ConnectionStatus("AVAILABLE"); /// /// Constant DELETED for ConnectionStatus /// public static readonly ConnectionStatus DELETED = new ConnectionStatus("DELETED"); /// /// Constant ERROR for ConnectionStatus /// public static readonly ConnectionStatus ERROR = new ConnectionStatus("ERROR"); /// /// Constant PENDING_HANDSHAKE for ConnectionStatus /// public static readonly ConnectionStatus PENDING_HANDSHAKE = new ConnectionStatus("PENDING_HANDSHAKE"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ConnectionStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ConnectionStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ConnectionStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type CustomDomainAssociationStatus. /// public class CustomDomainAssociationStatus : ConstantClass { /// /// Constant ACTIVE for CustomDomainAssociationStatus /// public static readonly CustomDomainAssociationStatus ACTIVE = new CustomDomainAssociationStatus("ACTIVE"); /// /// Constant BINDING_CERTIFICATE for CustomDomainAssociationStatus /// public static readonly CustomDomainAssociationStatus BINDING_CERTIFICATE = new CustomDomainAssociationStatus("BINDING_CERTIFICATE"); /// /// Constant CREATE_FAILED for CustomDomainAssociationStatus /// public static readonly CustomDomainAssociationStatus CREATE_FAILED = new CustomDomainAssociationStatus("CREATE_FAILED"); /// /// Constant CREATING for CustomDomainAssociationStatus /// public static readonly CustomDomainAssociationStatus CREATING = new CustomDomainAssociationStatus("CREATING"); /// /// Constant DELETE_FAILED for CustomDomainAssociationStatus /// public static readonly CustomDomainAssociationStatus DELETE_FAILED = new CustomDomainAssociationStatus("DELETE_FAILED"); /// /// Constant DELETING for CustomDomainAssociationStatus /// public static readonly CustomDomainAssociationStatus DELETING = new CustomDomainAssociationStatus("DELETING"); /// /// Constant PENDING_CERTIFICATE_DNS_VALIDATION for CustomDomainAssociationStatus /// public static readonly CustomDomainAssociationStatus PENDING_CERTIFICATE_DNS_VALIDATION = new CustomDomainAssociationStatus("PENDING_CERTIFICATE_DNS_VALIDATION"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public CustomDomainAssociationStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static CustomDomainAssociationStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator CustomDomainAssociationStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type EgressType. /// public class EgressType : ConstantClass { /// /// Constant DEFAULT for EgressType /// public static readonly EgressType DEFAULT = new EgressType("DEFAULT"); /// /// Constant VPC for EgressType /// public static readonly EgressType VPC = new EgressType("VPC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public EgressType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static EgressType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator EgressType(string value) { return FindValue(value); } } /// /// Constants used for properties of type HealthCheckProtocol. /// public class HealthCheckProtocol : ConstantClass { /// /// Constant HTTP for HealthCheckProtocol /// public static readonly HealthCheckProtocol HTTP = new HealthCheckProtocol("HTTP"); /// /// Constant TCP for HealthCheckProtocol /// public static readonly HealthCheckProtocol TCP = new HealthCheckProtocol("TCP"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public HealthCheckProtocol(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static HealthCheckProtocol FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator HealthCheckProtocol(string value) { return FindValue(value); } } /// /// Constants used for properties of type ImageRepositoryType. /// public class ImageRepositoryType : ConstantClass { /// /// Constant ECR for ImageRepositoryType /// public static readonly ImageRepositoryType ECR = new ImageRepositoryType("ECR"); /// /// Constant ECR_PUBLIC for ImageRepositoryType /// public static readonly ImageRepositoryType ECR_PUBLIC = new ImageRepositoryType("ECR_PUBLIC"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ImageRepositoryType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ImageRepositoryType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ImageRepositoryType(string value) { return FindValue(value); } } /// /// Constants used for properties of type ObservabilityConfigurationStatus. /// public class ObservabilityConfigurationStatus : ConstantClass { /// /// Constant ACTIVE for ObservabilityConfigurationStatus /// public static readonly ObservabilityConfigurationStatus ACTIVE = new ObservabilityConfigurationStatus("ACTIVE"); /// /// Constant INACTIVE for ObservabilityConfigurationStatus /// public static readonly ObservabilityConfigurationStatus INACTIVE = new ObservabilityConfigurationStatus("INACTIVE"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ObservabilityConfigurationStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ObservabilityConfigurationStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ObservabilityConfigurationStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type OperationStatus. /// public class OperationStatus : ConstantClass { /// /// Constant FAILED for OperationStatus /// public static readonly OperationStatus FAILED = new OperationStatus("FAILED"); /// /// Constant IN_PROGRESS for OperationStatus /// public static readonly OperationStatus IN_PROGRESS = new OperationStatus("IN_PROGRESS"); /// /// Constant PENDING for OperationStatus /// public static readonly OperationStatus PENDING = new OperationStatus("PENDING"); /// /// Constant ROLLBACK_FAILED for OperationStatus /// public static readonly OperationStatus ROLLBACK_FAILED = new OperationStatus("ROLLBACK_FAILED"); /// /// Constant ROLLBACK_IN_PROGRESS for OperationStatus /// public static readonly OperationStatus ROLLBACK_IN_PROGRESS = new OperationStatus("ROLLBACK_IN_PROGRESS"); /// /// Constant ROLLBACK_SUCCEEDED for OperationStatus /// public static readonly OperationStatus ROLLBACK_SUCCEEDED = new OperationStatus("ROLLBACK_SUCCEEDED"); /// /// Constant SUCCEEDED for OperationStatus /// public static readonly OperationStatus SUCCEEDED = new OperationStatus("SUCCEEDED"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public OperationStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static OperationStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator OperationStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type OperationType. /// public class OperationType : ConstantClass { /// /// Constant CREATE_SERVICE for OperationType /// public static readonly OperationType CREATE_SERVICE = new OperationType("CREATE_SERVICE"); /// /// Constant DELETE_SERVICE for OperationType /// public static readonly OperationType DELETE_SERVICE = new OperationType("DELETE_SERVICE"); /// /// Constant PAUSE_SERVICE for OperationType /// public static readonly OperationType PAUSE_SERVICE = new OperationType("PAUSE_SERVICE"); /// /// Constant RESUME_SERVICE for OperationType /// public static readonly OperationType RESUME_SERVICE = new OperationType("RESUME_SERVICE"); /// /// Constant START_DEPLOYMENT for OperationType /// public static readonly OperationType START_DEPLOYMENT = new OperationType("START_DEPLOYMENT"); /// /// Constant UPDATE_SERVICE for OperationType /// public static readonly OperationType UPDATE_SERVICE = new OperationType("UPDATE_SERVICE"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public OperationType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static OperationType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator OperationType(string value) { return FindValue(value); } } /// /// Constants used for properties of type ProviderType. /// public class ProviderType : ConstantClass { /// /// Constant GITHUB for ProviderType /// public static readonly ProviderType GITHUB = new ProviderType("GITHUB"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ProviderType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ProviderType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ProviderType(string value) { return FindValue(value); } } /// /// Constants used for properties of type Runtime. /// public class Runtime : ConstantClass { /// /// Constant CORRETTO_11 for Runtime /// public static readonly Runtime CORRETTO_11 = new Runtime("CORRETTO_11"); /// /// Constant CORRETTO_8 for Runtime /// public static readonly Runtime CORRETTO_8 = new Runtime("CORRETTO_8"); /// /// Constant DOTNET_6 for Runtime /// public static readonly Runtime DOTNET_6 = new Runtime("DOTNET_6"); /// /// Constant GO_1 for Runtime /// public static readonly Runtime GO_1 = new Runtime("GO_1"); /// /// Constant NODEJS_12 for Runtime /// public static readonly Runtime NODEJS_12 = new Runtime("NODEJS_12"); /// /// Constant NODEJS_14 for Runtime /// public static readonly Runtime NODEJS_14 = new Runtime("NODEJS_14"); /// /// Constant NODEJS_16 for Runtime /// public static readonly Runtime NODEJS_16 = new Runtime("NODEJS_16"); /// /// Constant PHP_81 for Runtime /// public static readonly Runtime PHP_81 = new Runtime("PHP_81"); /// /// Constant PYTHON_3 for Runtime /// public static readonly Runtime PYTHON_3 = new Runtime("PYTHON_3"); /// /// Constant RUBY_31 for Runtime /// public static readonly Runtime RUBY_31 = new Runtime("RUBY_31"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public Runtime(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static Runtime FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator Runtime(string value) { return FindValue(value); } } /// /// Constants used for properties of type ServiceStatus. /// public class ServiceStatus : ConstantClass { /// /// Constant CREATE_FAILED for ServiceStatus /// public static readonly ServiceStatus CREATE_FAILED = new ServiceStatus("CREATE_FAILED"); /// /// Constant DELETE_FAILED for ServiceStatus /// public static readonly ServiceStatus DELETE_FAILED = new ServiceStatus("DELETE_FAILED"); /// /// Constant DELETED for ServiceStatus /// public static readonly ServiceStatus DELETED = new ServiceStatus("DELETED"); /// /// Constant OPERATION_IN_PROGRESS for ServiceStatus /// public static readonly ServiceStatus OPERATION_IN_PROGRESS = new ServiceStatus("OPERATION_IN_PROGRESS"); /// /// Constant PAUSED for ServiceStatus /// public static readonly ServiceStatus PAUSED = new ServiceStatus("PAUSED"); /// /// Constant RUNNING for ServiceStatus /// public static readonly ServiceStatus RUNNING = new ServiceStatus("RUNNING"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public ServiceStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static ServiceStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator ServiceStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type SourceCodeVersionType. /// public class SourceCodeVersionType : ConstantClass { /// /// Constant BRANCH for SourceCodeVersionType /// public static readonly SourceCodeVersionType BRANCH = new SourceCodeVersionType("BRANCH"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public SourceCodeVersionType(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static SourceCodeVersionType FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator SourceCodeVersionType(string value) { return FindValue(value); } } /// /// Constants used for properties of type TracingVendor. /// public class TracingVendor : ConstantClass { /// /// Constant AWSXRAY for TracingVendor /// public static readonly TracingVendor AWSXRAY = new TracingVendor("AWSXRAY"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public TracingVendor(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static TracingVendor FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator TracingVendor(string value) { return FindValue(value); } } /// /// Constants used for properties of type VpcConnectorStatus. /// public class VpcConnectorStatus : ConstantClass { /// /// Constant ACTIVE for VpcConnectorStatus /// public static readonly VpcConnectorStatus ACTIVE = new VpcConnectorStatus("ACTIVE"); /// /// Constant INACTIVE for VpcConnectorStatus /// public static readonly VpcConnectorStatus INACTIVE = new VpcConnectorStatus("INACTIVE"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public VpcConnectorStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static VpcConnectorStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator VpcConnectorStatus(string value) { return FindValue(value); } } /// /// Constants used for properties of type VpcIngressConnectionStatus. /// public class VpcIngressConnectionStatus : ConstantClass { /// /// Constant AVAILABLE for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus AVAILABLE = new VpcIngressConnectionStatus("AVAILABLE"); /// /// Constant DELETED for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus DELETED = new VpcIngressConnectionStatus("DELETED"); /// /// Constant FAILED_CREATION for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus FAILED_CREATION = new VpcIngressConnectionStatus("FAILED_CREATION"); /// /// Constant FAILED_DELETION for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus FAILED_DELETION = new VpcIngressConnectionStatus("FAILED_DELETION"); /// /// Constant FAILED_UPDATE for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus FAILED_UPDATE = new VpcIngressConnectionStatus("FAILED_UPDATE"); /// /// Constant PENDING_CREATION for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus PENDING_CREATION = new VpcIngressConnectionStatus("PENDING_CREATION"); /// /// Constant PENDING_DELETION for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus PENDING_DELETION = new VpcIngressConnectionStatus("PENDING_DELETION"); /// /// Constant PENDING_UPDATE for VpcIngressConnectionStatus /// public static readonly VpcIngressConnectionStatus PENDING_UPDATE = new VpcIngressConnectionStatus("PENDING_UPDATE"); /// /// This constant constructor does not need to be called if the constant /// you are attempting to use is already defined as a static instance of /// this class. /// This constructor should be used to construct constants that are not /// defined as statics, for instance if attempting to use a feature that is /// newer than the current version of the SDK. /// public VpcIngressConnectionStatus(string value) : base(value) { } /// /// Finds the constant for the unique value. /// /// The unique value for the constant /// The constant for the unique value public static VpcIngressConnectionStatus FindValue(string value) { return FindValue(value); } /// /// Utility method to convert strings to the constant class. /// /// The string value to convert to the constant class. /// public static implicit operator VpcIngressConnectionStatus(string value) { return FindValue(value); } } }