ApplicationResourceLifecycleConfig class

The resource lifecycle configuration for an application. Defines lifecycle settings for resources that belong to the application, and the service role that AWS Elastic Beanstalk assumes in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle settings for application versions.

Constructors

ApplicationResourceLifecycleConfig({String? serviceRole, ApplicationVersionLifecycleConfig? versionLifecycleConfig})
ApplicationResourceLifecycleConfig.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRole String?
The ARN of an IAM service role that Elastic Beanstalk has permission to assume.
final
versionLifecycleConfig ApplicationVersionLifecycleConfig?
Defines lifecycle settings for application versions.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited