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

Container for the parameters to the CreateConfigurationTemplate operation.

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

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

공개 메소드들

메소드 설명
CreateConfigurationTemplateRequest ( ) : System

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

CreateConfigurationTemplateRequest ( string applicationName, string templateName ) : System

Instantiates CreateConfigurationTemplateRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool
IsSetEnvironmentId ( ) : bool
IsSetOptionSettings ( ) : bool
IsSetSolutionStackName ( ) : bool
IsSetSourceConfiguration ( ) : bool
IsSetTemplateName ( ) : bool

메소드 상세

CreateConfigurationTemplateRequest() 공개 메소드

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

CreateConfigurationTemplateRequest() 공개 메소드

Instantiates CreateConfigurationTemplateRequest with the parameterized properties
public CreateConfigurationTemplateRequest ( string applicationName, string templateName ) : System
applicationName string The name of the application to associate with this configuration template. If no application is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.
templateName string The name of the configuration template. Constraint: This name must be unique per application. Default: If a configuration template already exists with this name, AWS Elastic Beanstalk returns an InvalidParameterValue error.
리턴 System