AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing ElasticBeanstalk

AWS Elastic Beanstalk

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

Inheritance Hierarchy

Amazon.ElasticBeanstalk.IAmazonElasticBeanstalk

Namespace: Amazon.ElasticBeanstalk
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonElasticBeanstalk
         IAmazonService, IDisposable

The IAmazonElasticBeanstalk type exposes the following members

Properties

NameTypeDescription
Public Property Paginators Amazon.ElasticBeanstalk.Model.IElasticBeanstalkPaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method AbortEnvironmentUpdate(AbortEnvironmentUpdateRequest)

Cancels in-progress environment configuration update or application version deployment.

Public Method AbortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest, CancellationToken)

Cancels in-progress environment configuration update or application version deployment.

Public Method ApplyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest)

Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled. Get the status and action ID of a managed action with DescribeEnvironmentManagedActions.

Public Method ApplyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest, CancellationToken)

Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled. Get the status and action ID of a managed action with DescribeEnvironmentManagedActions.

Public Method AssociateEnvironmentOperationsRole(AssociateEnvironmentOperationsRoleRequest)

Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk uses the associated operations role for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

Public Method AssociateEnvironmentOperationsRoleAsync(AssociateEnvironmentOperationsRoleRequest, CancellationToken)

Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk uses the associated operations role for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

Public Method CheckDNSAvailability(CheckDNSAvailabilityRequest)

Checks if the specified CNAME is available.

Public Method CheckDNSAvailabilityAsync(CheckDNSAvailabilityRequest, CancellationToken)

Checks if the specified CNAME is available.

Public Method ComposeEnvironments(ComposeEnvironmentsRequest)

Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named env.yaml. See Compose Environments for details.

Public Method ComposeEnvironmentsAsync(ComposeEnvironmentsRequest, CancellationToken)

Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named env.yaml. See Compose Environments for details.

Public Method CreateApplication(CreateApplicationRequest)

Creates an application that has one configuration template named default and no application versions.

Public Method CreateApplicationAsync(CreateApplicationRequest, CancellationToken)

Creates an application that has one configuration template named default and no application versions.

Public Method CreateApplicationVersion(CreateApplicationVersionRequest)

Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:

Specify a commit in an AWS CodeCommit repository with SourceBuildInformation.

Specify a build in an AWS CodeBuild with SourceBuildInformation and BuildConfiguration.

Specify a source bundle in S3 with SourceBundle

Omit both SourceBuildInformation and SourceBundle to use the default sample application.

After you create an application version with a specified Amazon S3 bucket and key location, you can't change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.

Public Method CreateApplicationVersionAsync(CreateApplicationVersionRequest, CancellationToken)

Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:

Specify a commit in an AWS CodeCommit repository with SourceBuildInformation.

Specify a build in an AWS CodeBuild with SourceBuildInformation and BuildConfiguration.

Specify a source bundle in S3 with SourceBundle

Omit both SourceBuildInformation and SourceBundle to use the default sample application.

After you create an application version with a specified Amazon S3 bucket and key location, you can't change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.

Public Method CreateConfigurationTemplate(CreateConfigurationTemplateRequest)

Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk application. You define application configuration settings in a configuration template. You can then use the configuration template to deploy different versions of the application with the same configuration settings.

Templates aren't associated with any environment. The EnvironmentName response element is always null.

Related Topics

Public Method CreateConfigurationTemplateAsync(CreateConfigurationTemplateRequest, CancellationToken)

Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk application. You define application configuration settings in a configuration template. You can then use the configuration template to deploy different versions of the application with the same configuration settings.

Templates aren't associated with any environment. The EnvironmentName response element is always null.

Related Topics

Public Method CreateEnvironment(CreateEnvironmentRequest)

Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.

Public Method CreateEnvironmentAsync(CreateEnvironmentRequest, CancellationToken)

Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.

Public Method CreatePlatformVersion(CreatePlatformVersionRequest)

Create a new version of your custom platform.

Public Method CreatePlatformVersionAsync(CreatePlatformVersionRequest, CancellationToken)

Create a new version of your custom platform.

Public Method CreateStorageLocation()

Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the first time you create an environment in a region. If the storage location already exists, CreateStorageLocation still returns the bucket name but does not create a new bucket.

Public Method CreateStorageLocation(CreateStorageLocationRequest)

Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the first time you create an environment in a region. If the storage location already exists, CreateStorageLocation still returns the bucket name but does not create a new bucket.

Public Method CreateStorageLocationAsync(CancellationToken)

Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the first time you create an environment in a region. If the storage location already exists, CreateStorageLocation still returns the bucket name but does not create a new bucket.

Public Method CreateStorageLocationAsync(CreateStorageLocationRequest, CancellationToken)

Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the first time you create an environment in a region. If the storage location already exists, CreateStorageLocation still returns the bucket name but does not create a new bucket.

Public Method DeleteApplication(DeleteApplicationRequest)

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

You cannot delete an application that has a running environment.

Public Method DeleteApplicationAsync(DeleteApplicationRequest, CancellationToken)

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

You cannot delete an application that has a running environment.

Public Method DeleteApplicationVersion(DeleteApplicationVersionRequest)

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.

Public Method DeleteApplicationVersionAsync(DeleteApplicationVersionRequest, CancellationToken)

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.

Public Method DeleteConfigurationTemplate(DeleteConfigurationTemplateRequest)

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

Public Method DeleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest, CancellationToken)

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

Public Method DeleteEnvironmentConfiguration(DeleteEnvironmentConfigurationRequest)

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

Public Method DeleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest, CancellationToken)

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

Public Method DeletePlatformVersion(DeletePlatformVersionRequest)

Deletes the specified version of a custom platform.

Public Method DeletePlatformVersionAsync(DeletePlatformVersionRequest, CancellationToken)

Deletes the specified version of a custom platform.

Public Method DescribeAccountAttributes(DescribeAccountAttributesRequest)

Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.

The result currently has one set of attributes—resource quotas.

Public Method DescribeAccountAttributesAsync(DescribeAccountAttributesRequest, CancellationToken)

Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.

The result currently has one set of attributes—resource quotas.

Public Method DescribeApplications()

Returns the descriptions of existing applications.

Public Method DescribeApplications(DescribeApplicationsRequest)

Returns the descriptions of existing applications.

Public Method DescribeApplicationsAsync(CancellationToken)

Returns the descriptions of existing applications.

Public Method DescribeApplicationsAsync(DescribeApplicationsRequest, CancellationToken)

Returns the descriptions of existing applications.

Public Method DescribeApplicationVersions()

Retrieve a list of application versions.

Public Method DescribeApplicationVersions(DescribeApplicationVersionsRequest)

Retrieve a list of application versions.

Public Method DescribeApplicationVersionsAsync(CancellationToken)

Retrieve a list of application versions.

Public Method DescribeApplicationVersionsAsync(DescribeApplicationVersionsRequest, CancellationToken)

Retrieve a list of application versions.

Public Method DescribeConfigurationOptions()

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

Public Method DescribeConfigurationOptions(DescribeConfigurationOptionsRequest)

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

Public Method DescribeConfigurationOptionsAsync(CancellationToken)

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

Public Method DescribeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest, CancellationToken)

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

Public Method DescribeConfigurationSettings(DescribeConfigurationSettingsRequest)

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

Public Method DescribeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest, CancellationToken)

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

Public Method DescribeEnvironmentHealth(DescribeEnvironmentHealthRequest)

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

Public Method DescribeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest, CancellationToken)

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

Public Method DescribeEnvironmentManagedActionHistory(DescribeEnvironmentManagedActionHistoryRequest)

Lists an environment's completed and failed managed actions.

Public Method DescribeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest, CancellationToken)

Lists an environment's completed and failed managed actions.

Public Method DescribeEnvironmentManagedActions(DescribeEnvironmentManagedActionsRequest)

Lists an environment's upcoming and in-progress managed actions.

Public Method DescribeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest, CancellationToken)

Lists an environment's upcoming and in-progress managed actions.

Public Method DescribeEnvironmentResources(DescribeEnvironmentResourcesRequest)

Returns AWS resources for this environment.

Public Method DescribeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest, CancellationToken)

Returns AWS resources for this environment.

Public Method DescribeEnvironments()

Returns descriptions for existing environments.

Public Method DescribeEnvironments(DescribeEnvironmentsRequest)

Returns descriptions for existing environments.

Public Method DescribeEnvironmentsAsync(CancellationToken)

Returns descriptions for existing environments.

Public Method DescribeEnvironmentsAsync(DescribeEnvironmentsRequest, CancellationToken)

Returns descriptions for existing environments.

Public Method DescribeEvents()

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

Public Method DescribeEvents(DescribeEventsRequest)

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

Public Method DescribeEventsAsync(CancellationToken)

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

Public Method DescribeEventsAsync(DescribeEventsRequest, CancellationToken)

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

Public Method DescribeInstancesHealth(DescribeInstancesHealthRequest)

Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.

Public Method DescribeInstancesHealthAsync(DescribeInstancesHealthRequest, CancellationToken)

Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.

Public Method DescribePlatformVersion(DescribePlatformVersionRequest)

Describes a platform version. Provides full details. Compare to ListPlatformVersions, which provides summary information about a list of platform versions.

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.

Public Method DescribePlatformVersionAsync(DescribePlatformVersionRequest, CancellationToken)

Describes a platform version. Provides full details. Compare to ListPlatformVersions, which provides summary information about a list of platform versions.

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method DisassociateEnvironmentOperationsRole(DisassociateEnvironmentOperationsRoleRequest)

Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses the caller's permissions for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

Public Method DisassociateEnvironmentOperationsRoleAsync(DisassociateEnvironmentOperationsRoleRequest, CancellationToken)

Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses the caller's permissions for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

Public Method ListAvailableSolutionStacks()

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

Public Method ListAvailableSolutionStacks(ListAvailableSolutionStacksRequest)

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

Public Method ListAvailableSolutionStacksAsync(CancellationToken)

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

Public Method ListAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest, CancellationToken)

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

Public Method ListPlatformBranches(ListPlatformBranchesRequest)

Lists the platform branches available for your account in an AWS Region. Provides summary information about each platform branch.

For definitions of platform branch and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.

Public Method ListPlatformBranchesAsync(ListPlatformBranchesRequest, CancellationToken)

Lists the platform branches available for your account in an AWS Region. Provides summary information about each platform branch.

For definitions of platform branch and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.

Public Method ListPlatformVersions(ListPlatformVersionsRequest)

Lists the platform versions available for your account in an AWS Region. Provides summary information about each platform version. Compare to DescribePlatformVersion, which provides full details about a single platform version.

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.

Public Method ListPlatformVersionsAsync(ListPlatformVersionsRequest, CancellationToken)

Lists the platform versions available for your account in an AWS Region. Provides summary information about each platform version. Compare to DescribePlatformVersion, which provides full details about a single platform version.

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.

Public Method ListTagsForResource(ListTagsForResourceRequest)

Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.

Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see Tagging Application Resources.

Public Method ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken)

Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.

Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see Tagging Application Resources.

Public Method RebuildEnvironment(RebuildEnvironmentRequest)

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.

Public Method RebuildEnvironmentAsync(RebuildEnvironmentRequest, CancellationToken)

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.

Public Method RequestEnvironmentInfo(RequestEnvironmentInfoRequest)

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

Public Method RequestEnvironmentInfoAsync(RequestEnvironmentInfoRequest, CancellationToken)

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

Public Method RestartAppServer(RestartAppServerRequest)

Causes the environment to restart the application container server running on each Amazon EC2 instance.

Public Method RestartAppServerAsync(RestartAppServerRequest, CancellationToken)

Causes the environment to restart the application container server running on each Amazon EC2 instance.

Public Method RetrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest)

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

Public Method RetrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest, CancellationToken)

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

Public Method SwapEnvironmentCNAMEs(SwapEnvironmentCNAMEsRequest)

Swaps the CNAMEs of two environments.

Public Method SwapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest, CancellationToken)

Swaps the CNAMEs of two environments.

Public Method TerminateEnvironment(TerminateEnvironmentRequest)

Terminates the specified environment.

Public Method TerminateEnvironmentAsync(TerminateEnvironmentRequest, CancellationToken)

Terminates the specified environment.

Public Method UpdateApplication(UpdateApplicationRequest)

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

Public Method UpdateApplicationAsync(UpdateApplicationRequest, CancellationToken)

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

Public Method UpdateApplicationResourceLifecycle(UpdateApplicationResourceLifecycleRequest)

Modifies lifecycle settings for an application.

Public Method UpdateApplicationResourceLifecycleAsync(UpdateApplicationResourceLifecycleRequest, CancellationToken)

Modifies lifecycle settings for an application.

Public Method UpdateApplicationVersion(UpdateApplicationVersionRequest)

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.

Public Method UpdateApplicationVersionAsync(UpdateApplicationVersionRequest, CancellationToken)

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.

Public Method UpdateConfigurationTemplate(UpdateConfigurationTemplateRequest)

Updates the specified configuration template to have the specified properties or configuration option values.

If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

Public Method UpdateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest, CancellationToken)

Updates the specified configuration template to have the specified properties or configuration option values.

If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

Public Method UpdateEnvironment(UpdateEnvironmentRequest)

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

Public Method UpdateEnvironmentAsync(UpdateEnvironmentRequest, CancellationToken)

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

Public Method UpdateTagsForResource(UpdateTagsForResourceRequest)

Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: TagsToAdd for tags to add or update, and TagsToRemove.

Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see Tagging Application Resources.

If you create a custom IAM user policy to control permission to this operation, specify one of the following two virtual actions (or both) instead of the API operation name:

elasticbeanstalk:AddTags

Controls permission to call UpdateTagsForResource and pass a list of tags to add in the TagsToAdd parameter.

elasticbeanstalk:RemoveTags

Controls permission to call UpdateTagsForResource and pass a list of tag keys to remove in the TagsToRemove parameter.

For details about creating a custom user policy, see Creating a Custom User Policy.

Public Method UpdateTagsForResourceAsync(UpdateTagsForResourceRequest, CancellationToken)

Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: TagsToAdd for tags to add or update, and TagsToRemove.

Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see Tagging Application Resources.

If you create a custom IAM user policy to control permission to this operation, specify one of the following two virtual actions (or both) instead of the API operation name:

elasticbeanstalk:AddTags

Controls permission to call UpdateTagsForResource and pass a list of tags to add in the TagsToAdd parameter.

elasticbeanstalk:RemoveTags

Controls permission to call UpdateTagsForResource and pass a list of tag keys to remove in the TagsToRemove parameter.

For details about creating a custom user policy, see Creating a Custom User Policy.

Public Method ValidateConfigurationSettings(ValidateConfigurationSettingsRequest)

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

Public Method ValidateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest, CancellationToken)

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5