ConfigurationSettingsDescription

public struct ConfigurationSettingsDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the application associated with this configuration set.

    Declaration

    Swift

    public let applicationName: String?
  • The date (in UTC time) when this configuration set was created.

    Declaration

    Swift

    public let dateCreated: TimeStamp?
  • The date (in UTC time) when this configuration set was last modified.

    Declaration

    Swift

    public let dateUpdated: TimeStamp?
  • If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set: null: This configuration is not associated with a running environment. pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying. deployed: This is the configuration that is currently deployed to the associated running environment. failed: This is a draft configuration that failed to successfully deploy.

    Declaration

    Swift

    public let deploymentStatus: ConfigurationDeploymentStatus?
  • Describes this configuration set.

    Declaration

    Swift

    public let description: String?
  • If not null, the name of the environment for this configuration set.

    Declaration

    Swift

    public let environmentName: String?
  • A list of the configuration options and their values in this configuration set.

    Declaration

    Swift

    public let optionSettings: [ConfigurationOptionSetting]?
  • The ARN of the platform version.

    Declaration

    Swift

    public let platformArn: String?
  • The name of the solution stack this configuration set uses.

    Declaration

    Swift

    public let solutionStackName: String?
  • If not null, the name of the configuration template for this configuration set.

    Declaration

    Swift

    public let templateName: String?
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String? = nil, dateCreated: TimeStamp? = nil, dateUpdated: TimeStamp? = nil, deploymentStatus: ConfigurationDeploymentStatus? = nil, description: String? = nil, environmentName: String? = nil, optionSettings: [ConfigurationOptionSetting]? = nil, platformArn: String? = nil, solutionStackName: String? = nil, templateName: String? = nil)