Class GetApplicationAppversionLifecycleResult
Inheritance
System.Object
GetApplicationAppversionLifecycleResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticBeanstalk.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetApplicationAppversionLifecycleResult
Fields
View SourceDeleteSourceFromS3
Specifies whether delete a version's source bundle from S3 when the application version is deleted.
Declaration
public readonly bool DeleteSourceFromS3
Field Value
| Type | Description |
|---|---|
| System.Boolean |
MaxAgeInDays
The number of days to retain an application version.
Declaration
public readonly int MaxAgeInDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxCount
The maximum number of application versions to retain.
Declaration
public readonly int MaxCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ServiceRole
The ARN of an IAM service role under which the application version is deleted. Elastic Beanstalk must have permission to assume this role.
Declaration
public readonly string ServiceRole
Field Value
| Type | Description |
|---|---|
| System.String |