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

GetLineageGroupPolicyResponse

import type { GetLineageGroupPolicyResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface GetLineageGroupPolicyResponse {
LineageGroupArn?: string | null;
ResourcePolicy?: string | null;
}

§Properties

§
LineageGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the lineage group.

§
ResourcePolicy?: string | null
[src]

The resource policy that gives access to the lineage group in another account.