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
- Struct
- Aws::ElasticBeanstalk::Types::UpdateApplicationResourceLifecycleMessage
- 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
-
#application_name ⇒ String
The name of the application.
-
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
The lifecycle configuration.
Instance Attribute Details
#application_name ⇒ String
The name of the application.
#resource_lifecycle_config ⇒ Types::ApplicationResourceLifecycleConfig
The lifecycle configuration.