Builder

class Builder

Properties

Link copied to clipboard
var createdAt: <Error class: unknown class>?

The timestamp when the policy generation request was created. This is used for tracking and auditing generation operations and their lifecycle.

Link copied to clipboard

The findings and results from the policy generation process. This includes any issues, recommendations, validation results, or insights from the generated policies.

Link copied to clipboard
var name: String?

The customer-assigned name for the policy generation request. This helps identify and track generation operations across multiple requests.

Link copied to clipboard

The identifier of the policy engine associated with this policy generation. This confirms the policy engine context for the generation operation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the policy generation. This globally unique identifier can be used for tracking, auditing, and cross-service references.

Link copied to clipboard

The unique identifier of the policy generation request. This matches the generation ID provided in the request and serves as the tracking identifier.

Link copied to clipboard

The resource information associated with the policy generation. This provides context about the target resources for which the policies are being generated.

Link copied to clipboard

The current status of the policy generation. This indicates whether the generation is in progress, completed successfully, or failed during processing.

Link copied to clipboard

Additional information about the generation status. This provides details about any failures, warnings, or the current state of the generation process.

Link copied to clipboard
var updatedAt: <Error class: unknown class>?

The timestamp when the policy generation was last updated. This tracks the progress of the generation process and any status changes.