ResourceShare
import type { ResourceShare } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ram.ts";interface ResourceShare {
allowExternalPrincipals?: boolean | null;
creationTime?: Date | number | null;
featureSet?: ResourceShareFeatureSet | null;
lastUpdatedTime?: Date | number | null;
name?: string | null;
owningAccountId?: string | null;
resourceShareArn?: string | null;
status?: ResourceShareStatus | null;
statusMessage?: string | null;
tags?: Tag[] | null;
}§Properties
§
featureSet?: ResourceShareFeatureSet | null
[src]§
status?: ResourceShareStatus | null
[src]