Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DomainConfiguration

import type { DomainConfiguration } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";

Contains the configuration settings of a domain.

interface DomainConfiguration {
workflowExecutionRetentionPeriodInDays: string;
}

§Properties

§
workflowExecutionRetentionPeriodInDays: string
[src]

The retention period for workflow executions in this domain.