/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type */ export interface AwsResourceexplorer2Defaultviewassociation { ViewArn: string; /** * The AWS principal that the default view is associated with, used as the unique identifier for this resource. */ AssociatedAwsPrincipal?: string; }