agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/aws-finspace/.jsiirc.json
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/aws-finspace/.jsiirc.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"targets": {
|
||||
"java": {
|
||||
"package": "software.amazon.awscdk.services.finspace"
|
||||
},
|
||||
"dotnet": {
|
||||
"namespace": "Amazon.CDK.AWS.FinSpace"
|
||||
},
|
||||
"python": {
|
||||
"module": "aws_cdk.aws_finspace"
|
||||
}
|
||||
}
|
||||
}
|
||||
27
cdk/node_modules/aws-cdk-lib/aws-finspace/README.md
generated
vendored
Normal file
27
cdk/node_modules/aws-cdk-lib/aws-finspace/README.md
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# AWS::FinSpace Construct Library
|
||||
|
||||
|
||||
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
||||
|
||||
```ts nofixture
|
||||
import * as finspace from 'aws-cdk-lib/aws-finspace';
|
||||
```
|
||||
|
||||
<!--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 FinSpace construct libraries](https://constructs.dev/search?q=finspace)
|
||||
- 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::FinSpace resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_FinSpace.html) directly.
|
||||
|
||||
|
||||
<!--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::FinSpace](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_FinSpace.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-->
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-finspace/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-finspace/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './lib';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-finspace/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-finspace/index.js
generated
vendored
Normal 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.CfnEnvironment=void 0,Object.defineProperty(exports,_noFold="CfnEnvironment",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnEnvironment;return Object.defineProperty(exports,_noFold="CfnEnvironment",{enumerable:!0,configurable:!0,value}),value}});
|
||||
366
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/finspace.generated.d.ts
generated
vendored
Normal file
366
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/finspace.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,366 @@
|
||||
import * as cdk from "../../core/lib";
|
||||
import * as constructs from "constructs";
|
||||
import * as cfn_parse from "../../core/lib/helpers-internal";
|
||||
import { EnvironmentReference, IEnvironmentRef } from "../../interfaces/generated/aws-finspace-interfaces.generated";
|
||||
/**
|
||||
* The `AWS::FinSpace::Environment` resource represents an Amazon FinSpace environment.
|
||||
*
|
||||
* @cloudformationResource AWS::FinSpace::Environment
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
|
||||
*/
|
||||
export declare class CfnEnvironment extends cdk.CfnResource implements cdk.IInspectable, IEnvironmentRef, cdk.ITaggable {
|
||||
/**
|
||||
* The CloudFormation resource type name for this resource class.
|
||||
*/
|
||||
static readonly CFN_RESOURCE_TYPE_NAME: string;
|
||||
/**
|
||||
* Build a CfnEnvironment 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): CfnEnvironment;
|
||||
/**
|
||||
* Checks whether the given object is a CfnEnvironment
|
||||
*/
|
||||
static isCfnEnvironment(x: any): x is CfnEnvironment;
|
||||
/**
|
||||
* Creates a new IEnvironmentRef from an ARN
|
||||
*/
|
||||
static fromEnvironmentArn(scope: constructs.Construct, id: string, arn: string): IEnvironmentRef;
|
||||
/**
|
||||
* Creates a new IEnvironmentRef from a environmentId
|
||||
*/
|
||||
static fromEnvironmentId(scope: constructs.Construct, id: string, environmentId: string): IEnvironmentRef;
|
||||
static arnForEnvironment(resource: IEnvironmentRef): string;
|
||||
/**
|
||||
* ARNs of FinSpace Data Bundles to install.
|
||||
*
|
||||
* @deprecated this property has been deprecated
|
||||
*/
|
||||
private _dataBundles?;
|
||||
/**
|
||||
* The description of the FinSpace environment.
|
||||
*/
|
||||
private _description?;
|
||||
/**
|
||||
* The authentication mode for the environment.
|
||||
*/
|
||||
private _federationMode?;
|
||||
/**
|
||||
* Configuration information when authentication mode is FEDERATED.
|
||||
*/
|
||||
private _federationParameters?;
|
||||
/**
|
||||
* The KMS key id used to encrypt in the FinSpace environment.
|
||||
*/
|
||||
private _kmsKeyId?;
|
||||
/**
|
||||
* The name of the FinSpace environment.
|
||||
*/
|
||||
private _name;
|
||||
/**
|
||||
* Configuration information for the superuser.
|
||||
*/
|
||||
private _superuserParameters?;
|
||||
/**
|
||||
* Tag Manager which manages the tags for this resource
|
||||
*/
|
||||
readonly tags: cdk.TagManager;
|
||||
/**
|
||||
* An array of key-value pairs to apply to this resource.
|
||||
*/
|
||||
private _tagsRaw?;
|
||||
protected readonly cfnPropertyNames: Record<string, string>;
|
||||
/**
|
||||
* Create a new `AWS::FinSpace::Environment`.
|
||||
*
|
||||
* @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: CfnEnvironmentProps);
|
||||
get environmentRef(): EnvironmentReference;
|
||||
/**
|
||||
* ARNs of FinSpace Data Bundles to install.
|
||||
*
|
||||
* @deprecated this property has been deprecated
|
||||
*/
|
||||
get dataBundles(): Array<string> | undefined;
|
||||
/**
|
||||
* ARNs of FinSpace Data Bundles to install.
|
||||
*
|
||||
* @deprecated this property has been deprecated
|
||||
*/
|
||||
set dataBundles(value: Array<string> | undefined);
|
||||
/**
|
||||
* The description of the FinSpace environment.
|
||||
*/
|
||||
get description(): string | undefined;
|
||||
/**
|
||||
* The description of the FinSpace environment.
|
||||
*/
|
||||
set description(value: string | undefined);
|
||||
/**
|
||||
* The authentication mode for the environment.
|
||||
*/
|
||||
get federationMode(): string | undefined;
|
||||
/**
|
||||
* The authentication mode for the environment.
|
||||
*/
|
||||
set federationMode(value: string | undefined);
|
||||
/**
|
||||
* Configuration information when authentication mode is FEDERATED.
|
||||
*/
|
||||
get federationParameters(): CfnEnvironment.FederationParametersProperty | cdk.IResolvable | undefined;
|
||||
/**
|
||||
* Configuration information when authentication mode is FEDERATED.
|
||||
*/
|
||||
set federationParameters(value: CfnEnvironment.FederationParametersProperty | cdk.IResolvable | undefined);
|
||||
/**
|
||||
* The KMS key id used to encrypt in the FinSpace environment.
|
||||
*/
|
||||
get kmsKeyId(): string | undefined;
|
||||
/**
|
||||
* The KMS key id used to encrypt in the FinSpace environment.
|
||||
*/
|
||||
set kmsKeyId(value: string | undefined);
|
||||
/**
|
||||
* The name of the FinSpace environment.
|
||||
*/
|
||||
get name(): string;
|
||||
/**
|
||||
* The name of the FinSpace environment.
|
||||
*/
|
||||
set name(value: string);
|
||||
/**
|
||||
* Configuration information for the superuser.
|
||||
*/
|
||||
get superuserParameters(): cdk.IResolvable | CfnEnvironment.SuperuserParametersProperty | undefined;
|
||||
/**
|
||||
* Configuration information for the superuser.
|
||||
*/
|
||||
set superuserParameters(value: cdk.IResolvable | CfnEnvironment.SuperuserParametersProperty | undefined);
|
||||
/**
|
||||
* An array of key-value pairs to apply to this resource.
|
||||
*/
|
||||
get tagsRaw(): Array<cdk.CfnTag> | undefined;
|
||||
/**
|
||||
* An array of key-value pairs to apply to this resource.
|
||||
*/
|
||||
set tagsRaw(value: Array<cdk.CfnTag> | undefined);
|
||||
/**
|
||||
* The ID of the AWS account in which the FinSpace environment is created.
|
||||
*
|
||||
* @cloudformationAttribute AwsAccountId
|
||||
*/
|
||||
get attrAwsAccountId(): string;
|
||||
/**
|
||||
* The AWS account ID of the dedicated service account associated with your FinSpace environment.
|
||||
*
|
||||
* @cloudformationAttribute DedicatedServiceAccountId
|
||||
*/
|
||||
get attrDedicatedServiceAccountId(): string;
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of your FinSpace environment.
|
||||
*
|
||||
* @cloudformationAttribute EnvironmentArn
|
||||
*/
|
||||
get attrEnvironmentArn(): string;
|
||||
/**
|
||||
* The identifier of the FinSpace environment.
|
||||
*
|
||||
* @cloudformationAttribute EnvironmentId
|
||||
*/
|
||||
get attrEnvironmentId(): string;
|
||||
/**
|
||||
* The sign-in url for the web application of your FinSpace environment.
|
||||
*
|
||||
* @cloudformationAttribute EnvironmentUrl
|
||||
*/
|
||||
get attrEnvironmentUrl(): string;
|
||||
/**
|
||||
* The url of the integrated FinSpace notebook environment in your web application.
|
||||
*
|
||||
* @cloudformationAttribute SageMakerStudioDomainUrl
|
||||
*/
|
||||
get attrSageMakerStudioDomainUrl(): string;
|
||||
/**
|
||||
* The current status of creation of the FinSpace environment.
|
||||
*
|
||||
* @cloudformationAttribute Status
|
||||
*/
|
||||
get attrStatus(): 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>;
|
||||
}
|
||||
export declare namespace CfnEnvironment {
|
||||
/**
|
||||
* Configuration information when authentication mode is FEDERATED.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-federationparameters.html
|
||||
*/
|
||||
interface FederationParametersProperty {
|
||||
/**
|
||||
* The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-federationparameters.html#cfn-finspace-environment-federationparameters-applicationcallbackurl
|
||||
*/
|
||||
readonly applicationCallBackUrl?: string;
|
||||
/**
|
||||
* SAML attribute name and value.
|
||||
*
|
||||
* The name must always be `Email` and the value should be set to the attribute definition in which user email is set. For example, name would be `Email` and value `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` . Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-federationparameters.html#cfn-finspace-environment-federationparameters-attributemap
|
||||
*/
|
||||
readonly attributeMap?: Array<CfnEnvironment.AttributeMapItemsProperty | cdk.IResolvable> | cdk.IResolvable;
|
||||
/**
|
||||
* Name of the identity provider (IdP).
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-federationparameters.html#cfn-finspace-environment-federationparameters-federationprovidername
|
||||
*/
|
||||
readonly federationProviderName?: string;
|
||||
/**
|
||||
* The Uniform Resource Name (URN).
|
||||
*
|
||||
* Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-federationparameters.html#cfn-finspace-environment-federationparameters-federationurn
|
||||
*/
|
||||
readonly federationUrn?: string;
|
||||
/**
|
||||
* SAML 2.0 Metadata document from identity provider (IdP).
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-federationparameters.html#cfn-finspace-environment-federationparameters-samlmetadatadocument
|
||||
*/
|
||||
readonly samlMetadataDocument?: string;
|
||||
/**
|
||||
* Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-federationparameters.html#cfn-finspace-environment-federationparameters-samlmetadataurl
|
||||
*/
|
||||
readonly samlMetadataUrl?: string;
|
||||
}
|
||||
/**
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-attributemapitems.html
|
||||
*/
|
||||
interface AttributeMapItemsProperty {
|
||||
/**
|
||||
* The key name of the tag.
|
||||
*
|
||||
* You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-attributemapitems.html#cfn-finspace-environment-attributemapitems-key
|
||||
*/
|
||||
readonly key?: string;
|
||||
/**
|
||||
* The value for the tag.
|
||||
*
|
||||
* You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-attributemapitems.html#cfn-finspace-environment-attributemapitems-value
|
||||
*/
|
||||
readonly value?: string;
|
||||
}
|
||||
/**
|
||||
* Configuration information for the superuser.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-superuserparameters.html
|
||||
*/
|
||||
interface SuperuserParametersProperty {
|
||||
/**
|
||||
* The email address of the superuser.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-superuserparameters.html#cfn-finspace-environment-superuserparameters-emailaddress
|
||||
*/
|
||||
readonly emailAddress?: string;
|
||||
/**
|
||||
* The first name of the superuser.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-superuserparameters.html#cfn-finspace-environment-superuserparameters-firstname
|
||||
*/
|
||||
readonly firstName?: string;
|
||||
/**
|
||||
* The last name of the superuser.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-superuserparameters.html#cfn-finspace-environment-superuserparameters-lastname
|
||||
*/
|
||||
readonly lastName?: string;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Properties for defining a `CfnEnvironment`
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html
|
||||
*/
|
||||
export interface CfnEnvironmentProps {
|
||||
/**
|
||||
* ARNs of FinSpace Data Bundles to install.
|
||||
*
|
||||
* @deprecated this property has been deprecated
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-databundles
|
||||
*/
|
||||
readonly dataBundles?: Array<string>;
|
||||
/**
|
||||
* The description of the FinSpace environment.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-description
|
||||
*/
|
||||
readonly description?: string;
|
||||
/**
|
||||
* The authentication mode for the environment.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-federationmode
|
||||
*/
|
||||
readonly federationMode?: string;
|
||||
/**
|
||||
* Configuration information when authentication mode is FEDERATED.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-federationparameters
|
||||
*/
|
||||
readonly federationParameters?: CfnEnvironment.FederationParametersProperty | cdk.IResolvable;
|
||||
/**
|
||||
* The KMS key id used to encrypt in the FinSpace environment.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-kmskeyid
|
||||
*/
|
||||
readonly kmsKeyId?: string;
|
||||
/**
|
||||
* The name of the FinSpace environment.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-name
|
||||
*/
|
||||
readonly name: string;
|
||||
/**
|
||||
* Configuration information for the superuser.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-superuserparameters
|
||||
*/
|
||||
readonly superuserParameters?: cdk.IResolvable | CfnEnvironment.SuperuserParametersProperty;
|
||||
/**
|
||||
* An array of key-value pairs to apply to this resource.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-finspace-environment.html#cfn-finspace-environment-tags
|
||||
*/
|
||||
readonly tags?: Array<cdk.CfnTag>;
|
||||
}
|
||||
export type { IEnvironmentRef, EnvironmentReference };
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/finspace.generated.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/finspace.generated.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './finspace.generated';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-finspace/lib/index.js
generated
vendored
Normal 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.CfnEnvironment=void 0,Object.defineProperty(exports,_noFold="CfnEnvironment",{enumerable:!0,configurable:!0,get:()=>{var value=require("./finspace.generated").CfnEnvironment;return Object.defineProperty(exports,_noFold="CfnEnvironment",{enumerable:!0,configurable:!0,value}),value}});
|
||||
Reference in New Issue
Block a user