agent-claw: automated task changes

This commit is contained in:
daniel
2026-05-06 18:55:16 -05:00
parent 38905bb1e9
commit 732b00fb66
8494 changed files with 2018127 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "software.amazon.awscdk.services.servicecatalogappregistry"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Servicecatalogappregistry"
},
"python": {
"module": "aws_cdk.aws_servicecatalogappregistry"
}
}
}

View File

@@ -0,0 +1,32 @@
# AWS::ServiceCatalogAppRegistry Construct Library
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
```ts nofixture
import * as servicecatalogappregistry from 'aws-cdk-lib/aws-servicecatalogappregistry';
```
<!--BEGIN CFNONLY DISCLAIMER-->
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
- Search [Construct Hub for ServiceCatalogAppRegistry construct libraries](https://constructs.dev/search?q=servicecatalogappregistry)
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::ServiceCatalogAppRegistry resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ServiceCatalogAppRegistry.html) directly.
> An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed
> as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
>
> <span class="package-reference">@aws-cdk/aws-servicecatalogappregistry-alpha</span>
<!--BEGIN CFNONLY DISCLAIMER-->
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::ServiceCatalogAppRegistry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ServiceCatalogAppRegistry.html).
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
<!--END CFNONLY DISCLAIMER-->

View File

@@ -0,0 +1 @@
export * from './lib';

View File

@@ -0,0 +1 @@
"use strict";var __createBinding=exports&&exports.__createBinding||(Object.create?(function(o,m,k,k2){k2===void 0&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable))&&(desc={enumerable:!0,get:function(){return m[k]}}),Object.defineProperty(o,k2,desc)}):(function(o,m,k,k2){k2===void 0&&(k2=k),o[k2]=m[k]})),__exportStar=exports&&exports.__exportStar||function(m,exports2){for(var p in m)p!=="default"&&!Object.prototype.hasOwnProperty.call(exports2,p)&&__createBinding(exports2,m,p)};Object.defineProperty(exports,"__esModule",{value:!0});var _noFold;exports.CfnApplication=void 0,Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnApplication;return Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnAttributeGroup=void 0,Object.defineProperty(exports,_noFold="CfnAttributeGroup",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnAttributeGroup;return Object.defineProperty(exports,_noFold="CfnAttributeGroup",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnAttributeGroupAssociation=void 0,Object.defineProperty(exports,_noFold="CfnAttributeGroupAssociation",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnAttributeGroupAssociation;return Object.defineProperty(exports,_noFold="CfnAttributeGroupAssociation",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnResourceAssociation=void 0,Object.defineProperty(exports,_noFold="CfnResourceAssociation",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnResourceAssociation;return Object.defineProperty(exports,_noFold="CfnResourceAssociation",{enumerable:!0,configurable:!0,value}),value}});

View File

@@ -0,0 +1 @@
export * from './servicecatalogappregistry.generated';

View File

@@ -0,0 +1 @@
"use strict";var __createBinding=exports&&exports.__createBinding||(Object.create?(function(o,m,k,k2){k2===void 0&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable))&&(desc={enumerable:!0,get:function(){return m[k]}}),Object.defineProperty(o,k2,desc)}):(function(o,m,k,k2){k2===void 0&&(k2=k),o[k2]=m[k]})),__exportStar=exports&&exports.__exportStar||function(m,exports2){for(var p in m)p!=="default"&&!Object.prototype.hasOwnProperty.call(exports2,p)&&__createBinding(exports2,m,p)};Object.defineProperty(exports,"__esModule",{value:!0});var _noFold;exports.CfnApplication=void 0,Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,get:()=>{var value=require("./servicecatalogappregistry.generated").CfnApplication;return Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnAttributeGroup=void 0,Object.defineProperty(exports,_noFold="CfnAttributeGroup",{enumerable:!0,configurable:!0,get:()=>{var value=require("./servicecatalogappregistry.generated").CfnAttributeGroup;return Object.defineProperty(exports,_noFold="CfnAttributeGroup",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnAttributeGroupAssociation=void 0,Object.defineProperty(exports,_noFold="CfnAttributeGroupAssociation",{enumerable:!0,configurable:!0,get:()=>{var value=require("./servicecatalogappregistry.generated").CfnAttributeGroupAssociation;return Object.defineProperty(exports,_noFold="CfnAttributeGroupAssociation",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnResourceAssociation=void 0,Object.defineProperty(exports,_noFold="CfnResourceAssociation",{enumerable:!0,configurable:!0,get:()=>{var value=require("./servicecatalogappregistry.generated").CfnResourceAssociation;return Object.defineProperty(exports,_noFold="CfnResourceAssociation",{enumerable:!0,configurable:!0,value}),value}});

View File

@@ -0,0 +1,550 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { ApplicationReference, AttributeGroupAssociationReference, AttributeGroupReference, IApplicationRef, IAttributeGroupAssociationRef, IAttributeGroupRef, IResourceAssociationRef, ResourceAssociationReference } from "../../interfaces/generated/aws-servicecatalogappregistry-interfaces.generated";
/**
* Represents a AWS Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.
*
* @cloudformationResource AWS::ServiceCatalogAppRegistry::Application
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-application.html
*/
export declare class CfnApplication extends cdk.CfnResource implements cdk.IInspectable, IApplicationRef, cdk.ITaggable {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnApplication from CloudFormation properties
*
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: constructs.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnApplication;
/**
* Checks whether the given object is a CfnApplication
*/
static isCfnApplication(x: any): x is CfnApplication;
/**
* Creates a new IApplicationRef from an ARN
*/
static fromApplicationArn(scope: constructs.Construct, id: string, arn: string): IApplicationRef;
/**
* Creates a new IApplicationRef from a applicationId
*/
static fromApplicationId(scope: constructs.Construct, id: string, applicationId: string): IApplicationRef;
static arnForApplication(resource: IApplicationRef): string;
/**
* The description of the application.
*/
private _description?;
/**
* The name of the application.
*/
private _name;
/**
* Tag Manager which manages the tags for this resource
*/
readonly tags: cdk.TagManager;
/**
* Key-value pairs you can use to associate with the application.
*/
private _tagsRaw?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::ServiceCatalogAppRegistry::Application`.
*
* @param scope Scope in which this resource is defined
* @param id Construct identifier for this resource (unique in its scope)
* @param props Resource properties
*/
constructor(scope: constructs.Construct, id: string, props: CfnApplicationProps);
get applicationRef(): ApplicationReference;
/**
* The description of the application.
*/
get description(): string | undefined;
/**
* The description of the application.
*/
set description(value: string | undefined);
/**
* The name of the application.
*/
get name(): string;
/**
* The name of the application.
*/
set name(value: string);
/**
* Key-value pairs you can use to associate with the application.
*/
get tagsRaw(): Record<string, string> | undefined;
/**
* Key-value pairs you can use to associate with the application.
*/
set tagsRaw(value: Record<string, string> | undefined);
/**
* The name of the application. The name must be unique in the region in which you are creating the application.
*
* @cloudformationAttribute ApplicationName
*/
get attrApplicationName(): string;
/**
* The key of the AWS application tag, which is `awsApplication` . Applications created before 11/13/2023 or applications without the `AppTag` linked resource group return no value.
*
* @cloudformationAttribute ApplicationTagKey
*/
get attrApplicationTagKey(): string;
/**
* The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the `AppTag` linked resource group return no value.
*
* @cloudformationAttribute ApplicationTagValue
*/
get attrApplicationTagValue(): string;
/**
* The Amazon resource name (ARN) that specifies the application across services.
*
* @cloudformationAttribute Arn
*/
get attrArn(): string;
/**
* The identifier of the application.
*
* @cloudformationAttribute Id
*/
get attrId(): string;
protected get cfnProperties(): Record<string, any>;
/**
* Examines the CloudFormation resource and discloses attributes
*
* @param inspector tree inspector to collect and process attributes
*/
inspect(inspector: cdk.TreeInspector): void;
protected renderProperties(props: Record<string, any>): Record<string, any>;
}
/**
* Properties for defining a `CfnApplication`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-application.html
*/
export interface CfnApplicationProps {
/**
* The description of the application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-application.html#cfn-servicecatalogappregistry-application-description
*/
readonly description?: string;
/**
* The name of the application.
*
* The name must be unique in the region in which you are creating the application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-application.html#cfn-servicecatalogappregistry-application-name
*/
readonly name: string;
/**
* Key-value pairs you can use to associate with the application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-application.html#cfn-servicecatalogappregistry-application-tags
*/
readonly tags?: Record<string, string>;
}
/**
* Creates a new attribute group as a container for user-defined attributes.
*
* This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.
*
* @cloudformationResource AWS::ServiceCatalogAppRegistry::AttributeGroup
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html
*/
export declare class CfnAttributeGroup extends cdk.CfnResource implements cdk.IInspectable, IAttributeGroupRef, cdk.ITaggable {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnAttributeGroup from CloudFormation properties
*
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: constructs.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnAttributeGroup;
/**
* Checks whether the given object is a CfnAttributeGroup
*/
static isCfnAttributeGroup(x: any): x is CfnAttributeGroup;
/**
* Creates a new IAttributeGroupRef from an ARN
*/
static fromAttributeGroupArn(scope: constructs.Construct, id: string, arn: string): IAttributeGroupRef;
/**
* Creates a new IAttributeGroupRef from a attributeGroupId
*/
static fromAttributeGroupId(scope: constructs.Construct, id: string, attributeGroupId: string): IAttributeGroupRef;
static arnForAttributeGroup(resource: IAttributeGroupRef): string;
/**
* A nested object in a JSON or YAML template that supports arbitrary definitions.
*/
private _attributes;
/**
* The description of the attribute group that the user provides.
*/
private _description?;
/**
* The name of the attribute group.
*/
private _name;
/**
* Tag Manager which manages the tags for this resource
*/
readonly tags: cdk.TagManager;
/**
* Key-value pairs you can use to associate with the attribute group.
*/
private _tagsRaw?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::ServiceCatalogAppRegistry::AttributeGroup`.
*
* @param scope Scope in which this resource is defined
* @param id Construct identifier for this resource (unique in its scope)
* @param props Resource properties
*/
constructor(scope: constructs.Construct, id: string, props: CfnAttributeGroupProps);
get attributeGroupRef(): AttributeGroupReference;
/**
* A nested object in a JSON or YAML template that supports arbitrary definitions.
*/
get attributes(): any | cdk.IResolvable;
/**
* A nested object in a JSON or YAML template that supports arbitrary definitions.
*/
set attributes(value: any | cdk.IResolvable);
/**
* The description of the attribute group that the user provides.
*/
get description(): string | undefined;
/**
* The description of the attribute group that the user provides.
*/
set description(value: string | undefined);
/**
* The name of the attribute group.
*/
get name(): string;
/**
* The name of the attribute group.
*/
set name(value: string);
/**
* Key-value pairs you can use to associate with the attribute group.
*/
get tagsRaw(): Record<string, string> | undefined;
/**
* Key-value pairs you can use to associate with the attribute group.
*/
set tagsRaw(value: Record<string, string> | undefined);
/**
* The Amazon resource name (ARN) that specifies the attribute group across services.
*
* @cloudformationAttribute Arn
*/
get attrArn(): string;
/**
* The globally unique attribute group identifier of the attribute group.
*
* @cloudformationAttribute Id
*/
get attrId(): string;
protected get cfnProperties(): Record<string, any>;
/**
* Examines the CloudFormation resource and discloses attributes
*
* @param inspector tree inspector to collect and process attributes
*/
inspect(inspector: cdk.TreeInspector): void;
protected renderProperties(props: Record<string, any>): Record<string, any>;
}
/**
* Properties for defining a `CfnAttributeGroup`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html
*/
export interface CfnAttributeGroupProps {
/**
* A nested object in a JSON or YAML template that supports arbitrary definitions.
*
* Represents the attributes in an attribute group that describes an application and its components.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html#cfn-servicecatalogappregistry-attributegroup-attributes
*/
readonly attributes: any | cdk.IResolvable;
/**
* The description of the attribute group that the user provides.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html#cfn-servicecatalogappregistry-attributegroup-description
*/
readonly description?: string;
/**
* The name of the attribute group.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html#cfn-servicecatalogappregistry-attributegroup-name
*/
readonly name: string;
/**
* Key-value pairs you can use to associate with the attribute group.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroup.html#cfn-servicecatalogappregistry-attributegroup-tags
*/
readonly tags?: Record<string, string>;
}
/**
* Associates an attribute group with an application to augment the application's metadata with the group's attributes.
*
* This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.
*
* @cloudformationResource AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html
*/
export declare class CfnAttributeGroupAssociation extends cdk.CfnResource implements cdk.IInspectable, IAttributeGroupAssociationRef {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnAttributeGroupAssociation from CloudFormation properties
*
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: constructs.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnAttributeGroupAssociation;
/**
* Checks whether the given object is a CfnAttributeGroupAssociation
*/
static isCfnAttributeGroupAssociation(x: any): x is CfnAttributeGroupAssociation;
/**
* The name or ID of the application.
*/
private _application;
/**
* The name or ID of the attribute group which holds the attributes that describe the application.
*/
private _attributeGroup;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation`.
*
* @param scope Scope in which this resource is defined
* @param id Construct identifier for this resource (unique in its scope)
* @param props Resource properties
*/
constructor(scope: constructs.Construct, id: string, props: CfnAttributeGroupAssociationProps);
get attributeGroupAssociationRef(): AttributeGroupAssociationReference;
/**
* The name or ID of the application.
*/
get application(): string;
/**
* The name or ID of the application.
*/
set application(value: string);
/**
* The name or ID of the attribute group which holds the attributes that describe the application.
*/
get attributeGroup(): string;
/**
* The name or ID of the attribute group which holds the attributes that describe the application.
*/
set attributeGroup(value: string);
/**
* The Amazon resource name (ARN) of the application that was augmented with attributes.
*
* @cloudformationAttribute ApplicationArn
*/
get attrApplicationArn(): string;
/**
* The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.
*
* @cloudformationAttribute AttributeGroupArn
*/
get attrAttributeGroupArn(): string;
/**
* @cloudformationAttribute Id
*/
get attrId(): string;
protected get cfnProperties(): Record<string, any>;
/**
* Examines the CloudFormation resource and discloses attributes
*
* @param inspector tree inspector to collect and process attributes
*/
inspect(inspector: cdk.TreeInspector): void;
protected renderProperties(props: Record<string, any>): Record<string, any>;
}
/**
* Properties for defining a `CfnAttributeGroupAssociation`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html
*/
export interface CfnAttributeGroupAssociationProps {
/**
* The name or ID of the application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html#cfn-servicecatalogappregistry-attributegroupassociation-application
*/
readonly application: string;
/**
* The name or ID of the attribute group which holds the attributes that describe the application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html#cfn-servicecatalogappregistry-attributegroupassociation-attributegroup
*/
readonly attributeGroup: string;
}
/**
* Associates a resource with an application.
*
* Both the resource and the application can be specified either by ID or name.
*
* @cloudformationResource AWS::ServiceCatalogAppRegistry::ResourceAssociation
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html
*/
export declare class CfnResourceAssociation extends cdk.CfnResource implements cdk.IInspectable, IResourceAssociationRef {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnResourceAssociation from CloudFormation properties
*
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: constructs.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnResourceAssociation;
/**
* Checks whether the given object is a CfnResourceAssociation
*/
static isCfnResourceAssociation(x: any): x is CfnResourceAssociation;
/**
* The name or ID of the application.
*/
private _application;
/**
* The name or ID of the resource of which the application will be associated.
*/
private _resource;
/**
* The type of resource of which the application will be associated.
*/
private _resourceType;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::ServiceCatalogAppRegistry::ResourceAssociation`.
*
* @param scope Scope in which this resource is defined
* @param id Construct identifier for this resource (unique in its scope)
* @param props Resource properties
*/
constructor(scope: constructs.Construct, id: string, props: CfnResourceAssociationProps);
get resourceAssociationRef(): ResourceAssociationReference;
/**
* The name or ID of the application.
*/
get application(): string;
/**
* The name or ID of the application.
*/
set application(value: string);
/**
* The name or ID of the resource of which the application will be associated.
*/
get resource(): string;
/**
* The name or ID of the resource of which the application will be associated.
*/
set resource(value: string);
/**
* The type of resource of which the application will be associated.
*/
get resourceType(): string;
/**
* The type of resource of which the application will be associated.
*/
set resourceType(value: string);
/**
* The Amazon resource name (ARN) that specifies the application.
*
* @cloudformationAttribute ApplicationArn
*/
get attrApplicationArn(): string;
/**
* @cloudformationAttribute Id
*/
get attrId(): string;
/**
* The Amazon resource name (ARN) that specifies the resource.
*
* @cloudformationAttribute ResourceArn
*/
get attrResourceArn(): string;
protected get cfnProperties(): Record<string, any>;
/**
* Examines the CloudFormation resource and discloses attributes
*
* @param inspector tree inspector to collect and process attributes
*/
inspect(inspector: cdk.TreeInspector): void;
protected renderProperties(props: Record<string, any>): Record<string, any>;
}
/**
* Properties for defining a `CfnResourceAssociation`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html
*/
export interface CfnResourceAssociationProps {
/**
* The name or ID of the application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html#cfn-servicecatalogappregistry-resourceassociation-application
*/
readonly application: string;
/**
* The name or ID of the resource of which the application will be associated.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html#cfn-servicecatalogappregistry-resourceassociation-resource
*/
readonly resource: string;
/**
* The type of resource of which the application will be associated.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.html#cfn-servicecatalogappregistry-resourceassociation-resourcetype
*/
readonly resourceType: string;
}
export type { IApplicationRef, ApplicationReference };
export type { IAttributeGroupRef, AttributeGroupReference };
export type { IAttributeGroupAssociationRef, AttributeGroupAssociationReference };
export type { IResourceAssociationRef, ResourceAssociationReference };

File diff suppressed because one or more lines are too long