C# 클래스 Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest

Container for the parameters to the DescribeConfigurationSettings operation.

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

  • DeleteEnvironmentConfiguration
상속: AmazonElasticBeanstalkRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DescribeConfigurationSettingsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeConfigurationSettingsRequest ( string applicationName ) : System

Instantiates DescribeConfigurationSettingsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetTemplateName ( ) : bool

메소드 상세

DescribeConfigurationSettingsRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeConfigurationSettingsRequest ( ) : System
리턴 System

DescribeConfigurationSettingsRequest() 공개 메소드

Instantiates DescribeConfigurationSettingsRequest with the parameterized properties
public DescribeConfigurationSettingsRequest ( string applicationName ) : System
applicationName string The application for the environment or configuration template.
리턴 System