メインコンテンツまでスキップ

AWSElasticBeanstalkEnvironmentConfigurationSettings

No description

type AWSElasticBeanstalkEnvironmentConfigurationSettings {
applicationName: String!
createdAt: DateTime
updatedAt: DateTime
deploymentStatus: AWSElasticBeanstalkConfigurationDeploymentStatusType!
description: String!
environmentName: String!
optionSettings: [AWSElasticBeanstalkConfigurationOptionSetting!]!
platformArn: String!
solutionStackName: String!
templateName: String!
}

Fields

AWSElasticBeanstalkEnvironmentConfigurationSettings.applicationName ● String! non-null scalar

The name of the application associated with this configuration set

AWSElasticBeanstalkEnvironmentConfigurationSettings.createdAt ● DateTime scalar

The date (in UTC time) when this configuration set was created

AWSElasticBeanstalkEnvironmentConfigurationSettings.updatedAt ● DateTime scalar

The date (in UTC time) when this configuration set was last modified

AWSElasticBeanstalkEnvironmentConfigurationSettings.deploymentStatus ● AWSElasticBeanstalkConfigurationDeploymentStatusType! non-null enum

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

AWSElasticBeanstalkEnvironmentConfigurationSettings.description ● String! non-null scalar

Describes this configuration set

AWSElasticBeanstalkEnvironmentConfigurationSettings.environmentName ● String! non-null scalar

The name of the environment for this configuration set

AWSElasticBeanstalkEnvironmentConfigurationSettings.optionSettings ● [AWSElasticBeanstalkConfigurationOptionSetting!]! non-null object

A list of the configuration options and their values in this configuration set

AWSElasticBeanstalkEnvironmentConfigurationSettings.platformArn ● String! non-null scalar

The ARN of the platform version

AWSElasticBeanstalkEnvironmentConfigurationSettings.solutionStackName ● String! non-null scalar

The name of the solution stack this configuration set uses

AWSElasticBeanstalkEnvironmentConfigurationSettings.templateName ● String! non-null scalar

The name of the configuration template for this configuration set

Member of

AWSElasticBeanstalkEnvironment object