You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::UpdateApplicationResourceLifecycleMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateApplicationResourceLifecycleMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_name: "ApplicationName", # required
  resource_lifecycle_config: { # required
    service_role: "String",
    version_lifecycle_config: {
      max_count_rule: {
        enabled: false, # required
        max_count: 1,
        delete_source_from_s3: false,
      },
      max_age_rule: {
        enabled: false, # required
        max_age_in_days: 1,
        delete_source_from_s3: false,
      },
    },
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application.

Returns:

  • (String)

    The name of the application.

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

The lifecycle configuration.

Returns: