@pulumi/aws-native 1.26.0-alpha.1741696873 → 1.26.0-alpha.1741720127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/batch/computeEnvironment.d.ts +4 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/consumableResource.d.ts +92 -0
- package/batch/consumableResource.js +78 -0
- package/batch/consumableResource.js.map +1 -0
- package/batch/getConsumableResource.d.ts +43 -0
- package/batch/getConsumableResource.js +28 -0
- package/batch/getConsumableResource.js.map +1 -0
- package/batch/getJobDefinition.d.ts +4 -0
- package/batch/getJobDefinition.js.map +1 -1
- package/batch/index.d.ts +6 -0
- package/batch/index.js +8 -1
- package/batch/index.js.map +1 -1
- package/batch/jobDefinition.d.ts +8 -0
- package/batch/jobDefinition.js +2 -0
- package/batch/jobDefinition.js.map +1 -1
- package/bedrock/agent.d.ts +24 -0
- package/bedrock/agent.js.map +1 -1
- package/bedrock/blueprint.d.ts +108 -0
- package/bedrock/blueprint.js +82 -0
- package/bedrock/blueprint.js.map +1 -0
- package/bedrock/dataAutomationProject.d.ts +124 -0
- package/bedrock/dataAutomationProject.js +82 -0
- package/bedrock/dataAutomationProject.js.map +1 -0
- package/bedrock/getAgent.d.ts +12 -0
- package/bedrock/getAgent.js.map +1 -1
- package/bedrock/getBlueprint.d.ts +61 -0
- package/bedrock/getBlueprint.js +28 -0
- package/bedrock/getBlueprint.js.map +1 -0
- package/bedrock/getDataAutomationProject.d.ts +75 -0
- package/bedrock/getDataAutomationProject.js +28 -0
- package/bedrock/getDataAutomationProject.js.map +1 -0
- package/bedrock/index.d.ts +12 -0
- package/bedrock/index.js +15 -1
- package/bedrock/index.js.map +1 -1
- package/ce/costCategory.d.ts +11 -1
- package/ce/costCategory.js +3 -1
- package/ce/costCategory.js.map +1 -1
- package/ce/getCostCategory.d.ts +7 -2
- package/ce/getCostCategory.js +2 -2
- package/ce/getCostCategory.js.map +1 -1
- package/chatbot/customAction.d.ts +2 -2
- package/chatbot/getCustomAction.d.ts +1 -1
- package/cloudformation/getStack.d.ts +1 -1
- package/cloudformation/stack.d.ts +2 -2
- package/cloudtrail/getChannel.d.ts +4 -0
- package/cloudtrail/getChannel.js.map +1 -1
- package/cognito/getUserPool.d.ts +1 -1
- package/cognito/userPool.d.ts +2 -2
- package/datasync/locationNfs.js +0 -2
- package/datasync/locationNfs.js.map +1 -1
- package/datasync/locationObjectStorage.js +1 -1
- package/datasync/locationObjectStorage.js.map +1 -1
- package/datazone/domain.d.ts +16 -0
- package/datazone/domain.js +5 -1
- package/datazone/domain.js.map +1 -1
- package/datazone/getDomain.d.ts +4 -0
- package/datazone/getDomain.js.map +1 -1
- package/dynamodb/getTable.d.ts +2 -2
- package/dynamodb/table.d.ts +4 -4
- package/ec2/carrierGateway.d.ts +1 -1
- package/ec2/carrierGateway.js +1 -1
- package/ec2/getCarrierGateway.d.ts +2 -2
- package/ec2/getCarrierGateway.js +2 -2
- package/ec2/getLocalGatewayRoute.d.ts +2 -2
- package/ec2/getLocalGatewayRoute.js +2 -2
- package/ec2/getLocalGatewayRouteTable.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTable.js +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.js +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.js +2 -2
- package/ec2/getVpcEndpointService.d.ts +5 -0
- package/ec2/getVpcEndpointService.js.map +1 -1
- package/ec2/localGatewayRoute.d.ts +1 -1
- package/ec2/localGatewayRoute.js +1 -1
- package/ec2/localGatewayRouteTable.d.ts +1 -1
- package/ec2/localGatewayRouteTable.js +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.js +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.js +1 -1
- package/ec2/vpcEndpointService.d.ts +9 -0
- package/ec2/vpcEndpointService.js +2 -0
- package/ec2/vpcEndpointService.js.map +1 -1
- package/ecr/getReplicationConfiguration.d.ts +7 -5
- package/ecr/getReplicationConfiguration.js +4 -2
- package/ecr/getReplicationConfiguration.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +13 -13
- package/ecr/getRepositoryCreationTemplate.js +2 -2
- package/ecr/pullThroughCacheRule.d.ts +9 -9
- package/ecr/pullThroughCacheRule.js +1 -1
- package/ecr/replicationConfiguration.d.ts +3 -2
- package/ecr/replicationConfiguration.js +2 -1
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +19 -19
- package/ecr/repositoryCreationTemplate.js +1 -1
- package/ecs/getService.d.ts +1 -1
- package/ecs/service.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +2 -4
- package/ecs/taskDefinition.js.map +1 -1
- package/gamelift/containerFleet.d.ts +2 -2
- package/gamelift/fleet.d.ts +2 -2
- package/gamelift/getContainerFleet.d.ts +1 -1
- package/gamelift/getFleet.d.ts +1 -1
- package/gameliftstreams/application.d.ts +113 -0
- package/gameliftstreams/application.js +86 -0
- package/gameliftstreams/application.js.map +1 -0
- package/gameliftstreams/getApplication.d.ts +55 -0
- package/gameliftstreams/getApplication.js +28 -0
- package/gameliftstreams/getApplication.js.map +1 -0
- package/gameliftstreams/getStreamGroup.d.ts +50 -0
- package/gameliftstreams/getStreamGroup.js +28 -0
- package/gameliftstreams/getStreamGroup.js.map +1 -0
- package/gameliftstreams/index.d.ts +12 -0
- package/gameliftstreams/index.js +32 -0
- package/gameliftstreams/index.js.map +1 -0
- package/gameliftstreams/streamGroup.d.ts +165 -0
- package/gameliftstreams/streamGroup.js +79 -0
- package/gameliftstreams/streamGroup.js.map +1 -0
- package/guardduty/getPublishingDestination.d.ts +6 -0
- package/guardduty/getPublishingDestination.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +12 -0
- package/guardduty/publishingDestination.js.map +1 -1
- package/iam/getSamlProvider.d.ts +13 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/index.d.ts +1 -0
- package/iam/index.js +16 -0
- package/iam/index.js.map +1 -1
- package/iam/samlProvider.d.ts +40 -3
- package/iam/samlProvider.js +11 -4
- package/iam/samlProvider.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/getSoftwarePackage.d.ts +9 -0
- package/iot/getSoftwarePackage.js.map +1 -1
- package/iot/getSoftwarePackageVersion.d.ts +7 -0
- package/iot/getSoftwarePackageVersion.js.map +1 -1
- package/iot/getThingType.d.ts +1 -1
- package/iot/getTopicRule.d.ts +0 -4
- package/iot/getTopicRule.js.map +1 -1
- package/iot/softwarePackage.d.ts +12 -0
- package/iot/softwarePackage.js.map +1 -1
- package/iot/softwarePackageVersion.d.ts +13 -0
- package/iot/softwarePackageVersion.js +8 -0
- package/iot/softwarePackageVersion.js.map +1 -1
- package/iot/thingType.d.ts +2 -2
- package/iot/topicRule.d.ts +0 -4
- package/iot/topicRule.js.map +1 -1
- package/lambda/function.d.ts +14 -2
- package/lambda/function.js +1 -1
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +7 -5
- package/lambda/getFunction.js.map +1 -1
- package/medialive/cloudWatchAlarmTemplate.d.ts +2 -2
- package/medialive/cloudWatchAlarmTemplate.js +0 -3
- package/medialive/cloudWatchAlarmTemplate.js.map +1 -1
- package/medialive/eventBridgeRuleTemplate.d.ts +2 -2
- package/medialive/eventBridgeRuleTemplate.js +0 -3
- package/medialive/eventBridgeRuleTemplate.js.map +1 -1
- package/mediapackagev2/channel.d.ts +16 -0
- package/mediapackagev2/channel.js +4 -0
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getChannel.d.ts +8 -0
- package/mediapackagev2/getChannel.js.map +1 -1
- package/msk/batchScramSecret.d.ts +12 -0
- package/msk/batchScramSecret.js.map +1 -1
- package/msk/cluster.d.ts +69 -0
- package/msk/cluster.js.map +1 -1
- package/msk/configuration.d.ts +33 -0
- package/msk/configuration.js.map +1 -1
- package/msk/getBatchScramSecret.d.ts +9 -0
- package/msk/getBatchScramSecret.js.map +1 -1
- package/msk/getCluster.d.ts +39 -0
- package/msk/getCluster.js.map +1 -1
- package/msk/getConfiguration.d.ts +15 -0
- package/msk/getConfiguration.js.map +1 -1
- package/msk/getServerlessCluster.d.ts +9 -0
- package/msk/getServerlessCluster.js.map +1 -1
- package/msk/getVpcConnection.d.ts +3 -0
- package/msk/getVpcConnection.js.map +1 -1
- package/msk/serverlessCluster.d.ts +21 -0
- package/msk/serverlessCluster.js.map +1 -1
- package/msk/vpcConnection.d.ts +24 -0
- package/msk/vpcConnection.js.map +1 -1
- package/opensearchserverless/getIndex.d.ts +44 -0
- package/opensearchserverless/getIndex.js +30 -0
- package/opensearchserverless/getIndex.js.map +1 -0
- package/opensearchserverless/getSecurityConfig.d.ts +3 -0
- package/opensearchserverless/getSecurityConfig.js.map +1 -1
- package/opensearchserverless/index.d.ts +6 -0
- package/opensearchserverless/index.js +8 -1
- package/opensearchserverless/index.js.map +1 -1
- package/opensearchserverless/index_.d.ts +71 -0
- package/opensearchserverless/index_.js +69 -0
- package/opensearchserverless/index_.js.map +1 -0
- package/opensearchserverless/securityConfig.d.ts +6 -0
- package/opensearchserverless/securityConfig.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/pcaconnectorad/connector.d.ts +1 -1
- package/pcaconnectorad/connector.js +1 -1
- package/pcaconnectorad/getConnector.d.ts +2 -2
- package/pcaconnectorad/getConnector.js +2 -2
- package/quicksight/getTheme.d.ts +12 -0
- package/quicksight/getTheme.js.map +1 -1
- package/rds/dbInstance.d.ts +14 -2
- package/rds/dbInstance.js +2 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/dbParameterGroup.d.ts +2 -2
- package/rds/getDbInstance.d.ts +1 -1
- package/rds/getDbParameterGroup.d.ts +1 -1
- package/rds/getGlobalCluster.d.ts +0 -3
- package/rds/getGlobalCluster.js.map +1 -1
- package/rds/globalCluster.d.ts +0 -3
- package/rds/globalCluster.js.map +1 -1
- package/redshift/integration.d.ts +2 -2
- package/s3/bucketPolicy.d.ts +4 -1
- package/s3/bucketPolicy.js +4 -1
- package/s3/bucketPolicy.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +8 -2
- package/s3/getBucketPolicy.js +8 -2
- package/s3/getBucketPolicy.js.map +1 -1
- package/sagemaker/cluster.d.ts +2 -2
- package/sagemaker/getCluster.d.ts +1 -1
- package/sagemaker/getModelPackage.d.ts +4 -1
- package/sagemaker/getModelPackage.js.map +1 -1
- package/sagemaker/inferenceComponent.d.ts +2 -0
- package/sagemaker/inferenceComponent.js +2 -0
- package/sagemaker/inferenceComponent.js.map +1 -1
- package/sagemaker/modelPackage.d.ts +8 -2
- package/sagemaker/modelPackage.js.map +1 -1
- package/transfer/agreement.d.ts +10 -2
- package/transfer/agreement.js +2 -3
- package/transfer/agreement.js.map +1 -1
- package/transfer/getAgreement.d.ts +4 -0
- package/transfer/getAgreement.js.map +1 -1
- package/transfer/getServer.d.ts +5 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +5 -0
- package/transfer/server.js.map +1 -1
- package/types/enums/batch/index.d.ts +8 -0
- package/types/enums/batch/index.js +5 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/bedrock/index.d.ts +94 -0
- package/types/enums/bedrock/index.js +70 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/dms/index.d.ts +7 -0
- package/types/enums/dms/index.js +7 -1
- package/types/enums/dms/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +5 -0
- package/types/enums/ec2/index.js +5 -1
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +8 -0
- package/types/enums/iam/index.js +10 -0
- package/types/enums/iam/index.js.map +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +7 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/medialive/index.d.ts +1 -0
- package/types/enums/medialive/index.js +1 -0
- package/types/enums/medialive/index.js.map +1 -1
- package/types/enums/msk/index.d.ts +15 -0
- package/types/enums/msk/index.js.map +1 -1
- package/types/enums/oam/index.d.ts +2 -0
- package/types/enums/oam/index.js +2 -0
- package/types/enums/oam/index.js.map +1 -1
- package/types/enums/opensearchserverless/index.d.ts +37 -0
- package/types/enums/opensearchserverless/index.js +22 -1
- package/types/enums/opensearchserverless/index.js.map +1 -1
- package/types/enums/pcaconnectorad/index.d.ts +5 -0
- package/types/enums/pcaconnectorad/index.js +5 -1
- package/types/enums/pcaconnectorad/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +31 -0
- package/types/enums/quicksight/index.js +35 -9
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +5 -0
- package/types/enums/sagemaker/index.js +7 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/wafv2/index.d.ts +78 -0
- package/types/enums/wafv2/index.js +25 -1
- package/types/enums/wafv2/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +29 -0
- package/types/enums/workspacesweb/index.js +26 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +1502 -65
- package/types/output.d.ts +1513 -73
- package/types/output.js.map +1 -1
- package/wisdom/aiPrompt.d.ts +2 -2
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
- package/xray/getTransactionSearchConfig.d.ts +19 -0
- package/xray/getTransactionSearchConfig.js +28 -0
- package/xray/getTransactionSearchConfig.js.map +1 -0
- package/xray/index.d.ts +6 -0
- package/xray/index.js +8 -1
- package/xray/index.js.map +1 -1
- package/xray/transactionSearchConfig.d.ts +36 -0
- package/xray/transactionSearchConfig.js +58 -0
- package/xray/transactionSearchConfig.js.map +1 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Definition of AWS::Bedrock::Blueprint Resource Type
|
|
7
|
+
*/
|
|
8
|
+
export declare class Blueprint extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Blueprint resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Blueprint;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Blueprint. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Blueprint;
|
|
23
|
+
/**
|
|
24
|
+
* ARN of a Blueprint
|
|
25
|
+
*/
|
|
26
|
+
readonly blueprintArn: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Name of the Blueprint
|
|
29
|
+
*/
|
|
30
|
+
readonly blueprintName: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* Stage of the Blueprint
|
|
33
|
+
*/
|
|
34
|
+
readonly blueprintStage: pulumi.Output<enums.bedrock.BlueprintStage>;
|
|
35
|
+
/**
|
|
36
|
+
* Creation timestamp
|
|
37
|
+
*/
|
|
38
|
+
readonly creationTime: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* KMS encryption context
|
|
41
|
+
*/
|
|
42
|
+
readonly kmsEncryptionContext: pulumi.Output<{
|
|
43
|
+
[key: string]: string;
|
|
44
|
+
} | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* KMS key identifier
|
|
47
|
+
*/
|
|
48
|
+
readonly kmsKeyId: pulumi.Output<string | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Last modified timestamp
|
|
51
|
+
*/
|
|
52
|
+
readonly lastModifiedTime: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Schema of the blueprint
|
|
55
|
+
*
|
|
56
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Bedrock::Blueprint` for more information about the expected schema for this property.
|
|
57
|
+
*/
|
|
58
|
+
readonly schema: pulumi.Output<any>;
|
|
59
|
+
/**
|
|
60
|
+
* List of Tags
|
|
61
|
+
*/
|
|
62
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Modality Type
|
|
65
|
+
*/
|
|
66
|
+
readonly type: pulumi.Output<enums.bedrock.BlueprintType>;
|
|
67
|
+
/**
|
|
68
|
+
* Create a Blueprint resource with the given unique name, arguments, and options.
|
|
69
|
+
*
|
|
70
|
+
* @param name The _unique_ name of the resource.
|
|
71
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
72
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
73
|
+
*/
|
|
74
|
+
constructor(name: string, args: BlueprintArgs, opts?: pulumi.CustomResourceOptions);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* The set of arguments for constructing a Blueprint resource.
|
|
78
|
+
*/
|
|
79
|
+
export interface BlueprintArgs {
|
|
80
|
+
/**
|
|
81
|
+
* Name of the Blueprint
|
|
82
|
+
*/
|
|
83
|
+
blueprintName?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* KMS encryption context
|
|
86
|
+
*/
|
|
87
|
+
kmsEncryptionContext?: pulumi.Input<{
|
|
88
|
+
[key: string]: pulumi.Input<string>;
|
|
89
|
+
}>;
|
|
90
|
+
/**
|
|
91
|
+
* KMS key identifier
|
|
92
|
+
*/
|
|
93
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* Schema of the blueprint
|
|
96
|
+
*
|
|
97
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Bedrock::Blueprint` for more information about the expected schema for this property.
|
|
98
|
+
*/
|
|
99
|
+
schema: any;
|
|
100
|
+
/**
|
|
101
|
+
* List of Tags
|
|
102
|
+
*/
|
|
103
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
104
|
+
/**
|
|
105
|
+
* Modality Type
|
|
106
|
+
*/
|
|
107
|
+
type: pulumi.Input<enums.bedrock.BlueprintType>;
|
|
108
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Blueprint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::Blueprint Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class Blueprint extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Blueprint resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new Blueprint(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Blueprint. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === Blueprint.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Blueprint resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.schema === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'schema'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.type === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'type'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["blueprintName"] = args ? args.blueprintName : undefined;
|
|
51
|
+
resourceInputs["kmsEncryptionContext"] = args ? args.kmsEncryptionContext : undefined;
|
|
52
|
+
resourceInputs["kmsKeyId"] = args ? args.kmsKeyId : undefined;
|
|
53
|
+
resourceInputs["schema"] = args ? args.schema : undefined;
|
|
54
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
55
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
56
|
+
resourceInputs["blueprintArn"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["blueprintStage"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["lastModifiedTime"] = undefined /*out*/;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
resourceInputs["blueprintArn"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["blueprintName"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["blueprintStage"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["kmsEncryptionContext"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["kmsKeyId"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["lastModifiedTime"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["schema"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
72
|
+
}
|
|
73
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
+
const replaceOnChanges = { replaceOnChanges: ["blueprintName", "type"] };
|
|
75
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
76
|
+
super(Blueprint.__pulumiType, name, resourceInputs, opts);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.Blueprint = Blueprint;
|
|
80
|
+
/** @internal */
|
|
81
|
+
Blueprint.__pulumiType = 'aws-native:bedrock:Blueprint';
|
|
82
|
+
//# sourceMappingURL=blueprint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blueprint.js","sourceRoot":"","sources":["../../bedrock/blueprint.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Definition of AWS::Bedrock::DataAutomationProject Resource Type
|
|
7
|
+
*/
|
|
8
|
+
export declare class DataAutomationProject extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing DataAutomationProject resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DataAutomationProject;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of DataAutomationProject. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is DataAutomationProject;
|
|
23
|
+
/**
|
|
24
|
+
* Time Stamp
|
|
25
|
+
*/
|
|
26
|
+
readonly creationTime: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Blueprints to apply to objects processed by the project.
|
|
29
|
+
*/
|
|
30
|
+
readonly customOutputConfiguration: pulumi.Output<outputs.bedrock.DataAutomationProjectCustomOutputConfiguration | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* KMS encryption context
|
|
33
|
+
*/
|
|
34
|
+
readonly kmsEncryptionContext: pulumi.Output<{
|
|
35
|
+
[key: string]: string;
|
|
36
|
+
} | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* KMS key identifier
|
|
39
|
+
*/
|
|
40
|
+
readonly kmsKeyId: pulumi.Output<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Time Stamp
|
|
43
|
+
*/
|
|
44
|
+
readonly lastModifiedTime: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Additional settings for the project.
|
|
47
|
+
*/
|
|
48
|
+
readonly overrideConfiguration: pulumi.Output<outputs.bedrock.DataAutomationProjectOverrideConfiguration | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* ARN of a DataAutomationProject
|
|
51
|
+
*/
|
|
52
|
+
readonly projectArn: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Description of the DataAutomationProject
|
|
55
|
+
*/
|
|
56
|
+
readonly projectDescription: pulumi.Output<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Name of the DataAutomationProject
|
|
59
|
+
*/
|
|
60
|
+
readonly projectName: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The project's stage.
|
|
63
|
+
*/
|
|
64
|
+
readonly projectStage: pulumi.Output<enums.bedrock.DataAutomationProjectStage>;
|
|
65
|
+
/**
|
|
66
|
+
* The project's standard output configuration.
|
|
67
|
+
*/
|
|
68
|
+
readonly standardOutputConfiguration: pulumi.Output<outputs.bedrock.DataAutomationProjectStandardOutputConfiguration | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* The project's status.
|
|
71
|
+
*/
|
|
72
|
+
readonly status: pulumi.Output<enums.bedrock.DataAutomationProjectStatus>;
|
|
73
|
+
/**
|
|
74
|
+
* List of Tags
|
|
75
|
+
*/
|
|
76
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* Create a DataAutomationProject resource with the given unique name, arguments, and options.
|
|
79
|
+
*
|
|
80
|
+
* @param name The _unique_ name of the resource.
|
|
81
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
82
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
83
|
+
*/
|
|
84
|
+
constructor(name: string, args?: DataAutomationProjectArgs, opts?: pulumi.CustomResourceOptions);
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* The set of arguments for constructing a DataAutomationProject resource.
|
|
88
|
+
*/
|
|
89
|
+
export interface DataAutomationProjectArgs {
|
|
90
|
+
/**
|
|
91
|
+
* Blueprints to apply to objects processed by the project.
|
|
92
|
+
*/
|
|
93
|
+
customOutputConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectCustomOutputConfigurationArgs>;
|
|
94
|
+
/**
|
|
95
|
+
* KMS encryption context
|
|
96
|
+
*/
|
|
97
|
+
kmsEncryptionContext?: pulumi.Input<{
|
|
98
|
+
[key: string]: pulumi.Input<string>;
|
|
99
|
+
}>;
|
|
100
|
+
/**
|
|
101
|
+
* KMS key identifier
|
|
102
|
+
*/
|
|
103
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Additional settings for the project.
|
|
106
|
+
*/
|
|
107
|
+
overrideConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectOverrideConfigurationArgs>;
|
|
108
|
+
/**
|
|
109
|
+
* Description of the DataAutomationProject
|
|
110
|
+
*/
|
|
111
|
+
projectDescription?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Name of the DataAutomationProject
|
|
114
|
+
*/
|
|
115
|
+
projectName?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The project's standard output configuration.
|
|
118
|
+
*/
|
|
119
|
+
standardOutputConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectStandardOutputConfigurationArgs>;
|
|
120
|
+
/**
|
|
121
|
+
* List of Tags
|
|
122
|
+
*/
|
|
123
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DataAutomationProject = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::DataAutomationProject Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class DataAutomationProject extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing DataAutomationProject resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new DataAutomationProject(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of DataAutomationProject. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === DataAutomationProject.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a DataAutomationProject resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
resourceInputs["customOutputConfiguration"] = args ? args.customOutputConfiguration : undefined;
|
|
45
|
+
resourceInputs["kmsEncryptionContext"] = args ? args.kmsEncryptionContext : undefined;
|
|
46
|
+
resourceInputs["kmsKeyId"] = args ? args.kmsKeyId : undefined;
|
|
47
|
+
resourceInputs["overrideConfiguration"] = args ? args.overrideConfiguration : undefined;
|
|
48
|
+
resourceInputs["projectDescription"] = args ? args.projectDescription : undefined;
|
|
49
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
50
|
+
resourceInputs["standardOutputConfiguration"] = args ? args.standardOutputConfiguration : undefined;
|
|
51
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
52
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
53
|
+
resourceInputs["lastModifiedTime"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["projectArn"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["projectStage"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["customOutputConfiguration"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["kmsEncryptionContext"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["kmsKeyId"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["lastModifiedTime"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["overrideConfiguration"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["projectArn"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["projectDescription"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["projectName"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["projectStage"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["standardOutputConfiguration"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
72
|
+
}
|
|
73
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
|
+
const replaceOnChanges = { replaceOnChanges: ["projectName"] };
|
|
75
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
76
|
+
super(DataAutomationProject.__pulumiType, name, resourceInputs, opts);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.DataAutomationProject = DataAutomationProject;
|
|
80
|
+
/** @internal */
|
|
81
|
+
DataAutomationProject.__pulumiType = 'aws-native:bedrock:DataAutomationProject';
|
|
82
|
+
//# sourceMappingURL=dataAutomationProject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataAutomationProject.js","sourceRoot":"","sources":["../../bedrock/dataAutomationProject.ts"],"names":[],"mappings":"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"}
|
package/bedrock/getAgent.d.ts
CHANGED
|
@@ -20,6 +20,9 @@ export interface GetAgentResult {
|
|
|
20
20
|
* Arn representation of the Agent.
|
|
21
21
|
*/
|
|
22
22
|
readonly agentArn?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The agent's collaboration settings.
|
|
25
|
+
*/
|
|
23
26
|
readonly agentCollaboration?: enums.bedrock.AgentCollaboration;
|
|
24
27
|
/**
|
|
25
28
|
* List of Agent Collaborators
|
|
@@ -57,6 +60,9 @@ export interface GetAgentResult {
|
|
|
57
60
|
* Time Stamp.
|
|
58
61
|
*/
|
|
59
62
|
readonly createdAt?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Contains custom orchestration configurations for the agent.
|
|
65
|
+
*/
|
|
60
66
|
readonly customOrchestration?: outputs.bedrock.AgentCustomOrchestration;
|
|
61
67
|
/**
|
|
62
68
|
* A KMS key ARN
|
|
@@ -90,7 +96,13 @@ export interface GetAgentResult {
|
|
|
90
96
|
* List of Agent Knowledge Bases
|
|
91
97
|
*/
|
|
92
98
|
readonly knowledgeBases?: outputs.bedrock.AgentKnowledgeBase[];
|
|
99
|
+
/**
|
|
100
|
+
* Contains memory configuration for the agent.
|
|
101
|
+
*/
|
|
93
102
|
readonly memoryConfiguration?: outputs.bedrock.AgentMemoryConfiguration;
|
|
103
|
+
/**
|
|
104
|
+
* Specifies the orchestration strategy for the agent.
|
|
105
|
+
*/
|
|
94
106
|
readonly orchestrationType?: enums.bedrock.AgentOrchestrationType;
|
|
95
107
|
/**
|
|
96
108
|
* Time Stamp.
|
package/bedrock/getAgent.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAgent.js","sourceRoot":"","sources":["../../bedrock/getAgent.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;
|
|
1
|
+
{"version":3,"file":"getAgent.js","sourceRoot":"","sources":["../../bedrock/getAgent.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAqID;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Definition of AWS::Bedrock::Blueprint Resource Type
|
|
6
|
+
*/
|
|
7
|
+
export declare function getBlueprint(args: GetBlueprintArgs, opts?: pulumi.InvokeOptions): Promise<GetBlueprintResult>;
|
|
8
|
+
export interface GetBlueprintArgs {
|
|
9
|
+
/**
|
|
10
|
+
* ARN of a Blueprint
|
|
11
|
+
*/
|
|
12
|
+
blueprintArn: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetBlueprintResult {
|
|
15
|
+
/**
|
|
16
|
+
* ARN of a Blueprint
|
|
17
|
+
*/
|
|
18
|
+
readonly blueprintArn?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Stage of the Blueprint
|
|
21
|
+
*/
|
|
22
|
+
readonly blueprintStage?: enums.bedrock.BlueprintStage;
|
|
23
|
+
/**
|
|
24
|
+
* Creation timestamp
|
|
25
|
+
*/
|
|
26
|
+
readonly creationTime?: string;
|
|
27
|
+
/**
|
|
28
|
+
* KMS encryption context
|
|
29
|
+
*/
|
|
30
|
+
readonly kmsEncryptionContext?: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* KMS key identifier
|
|
35
|
+
*/
|
|
36
|
+
readonly kmsKeyId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Last modified timestamp
|
|
39
|
+
*/
|
|
40
|
+
readonly lastModifiedTime?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Schema of the blueprint
|
|
43
|
+
*
|
|
44
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::Bedrock::Blueprint` for more information about the expected schema for this property.
|
|
45
|
+
*/
|
|
46
|
+
readonly schema?: any;
|
|
47
|
+
/**
|
|
48
|
+
* List of Tags
|
|
49
|
+
*/
|
|
50
|
+
readonly tags?: outputs.Tag[];
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Definition of AWS::Bedrock::Blueprint Resource Type
|
|
54
|
+
*/
|
|
55
|
+
export declare function getBlueprintOutput(args: GetBlueprintOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBlueprintResult>;
|
|
56
|
+
export interface GetBlueprintOutputArgs {
|
|
57
|
+
/**
|
|
58
|
+
* ARN of a Blueprint
|
|
59
|
+
*/
|
|
60
|
+
blueprintArn: pulumi.Input<string>;
|
|
61
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getBlueprintOutput = exports.getBlueprint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::Blueprint Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getBlueprint(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:bedrock:getBlueprint", {
|
|
14
|
+
"blueprintArn": args.blueprintArn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getBlueprint = getBlueprint;
|
|
18
|
+
/**
|
|
19
|
+
* Definition of AWS::Bedrock::Blueprint Resource Type
|
|
20
|
+
*/
|
|
21
|
+
function getBlueprintOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:bedrock:getBlueprint", {
|
|
24
|
+
"blueprintArn": args.blueprintArn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getBlueprintOutput = getBlueprintOutput;
|
|
28
|
+
//# sourceMappingURL=getBlueprint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBlueprint.js","sourceRoot":"","sources":["../../bedrock/getBlueprint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA6CD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Definition of AWS::Bedrock::DataAutomationProject Resource Type
|
|
6
|
+
*/
|
|
7
|
+
export declare function getDataAutomationProject(args: GetDataAutomationProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetDataAutomationProjectResult>;
|
|
8
|
+
export interface GetDataAutomationProjectArgs {
|
|
9
|
+
/**
|
|
10
|
+
* ARN of a DataAutomationProject
|
|
11
|
+
*/
|
|
12
|
+
projectArn: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetDataAutomationProjectResult {
|
|
15
|
+
/**
|
|
16
|
+
* Time Stamp
|
|
17
|
+
*/
|
|
18
|
+
readonly creationTime?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Blueprints to apply to objects processed by the project.
|
|
21
|
+
*/
|
|
22
|
+
readonly customOutputConfiguration?: outputs.bedrock.DataAutomationProjectCustomOutputConfiguration;
|
|
23
|
+
/**
|
|
24
|
+
* KMS encryption context
|
|
25
|
+
*/
|
|
26
|
+
readonly kmsEncryptionContext?: {
|
|
27
|
+
[key: string]: string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* KMS key identifier
|
|
31
|
+
*/
|
|
32
|
+
readonly kmsKeyId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Time Stamp
|
|
35
|
+
*/
|
|
36
|
+
readonly lastModifiedTime?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Additional settings for the project.
|
|
39
|
+
*/
|
|
40
|
+
readonly overrideConfiguration?: outputs.bedrock.DataAutomationProjectOverrideConfiguration;
|
|
41
|
+
/**
|
|
42
|
+
* ARN of a DataAutomationProject
|
|
43
|
+
*/
|
|
44
|
+
readonly projectArn?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Description of the DataAutomationProject
|
|
47
|
+
*/
|
|
48
|
+
readonly projectDescription?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The project's stage.
|
|
51
|
+
*/
|
|
52
|
+
readonly projectStage?: enums.bedrock.DataAutomationProjectStage;
|
|
53
|
+
/**
|
|
54
|
+
* The project's standard output configuration.
|
|
55
|
+
*/
|
|
56
|
+
readonly standardOutputConfiguration?: outputs.bedrock.DataAutomationProjectStandardOutputConfiguration;
|
|
57
|
+
/**
|
|
58
|
+
* The project's status.
|
|
59
|
+
*/
|
|
60
|
+
readonly status?: enums.bedrock.DataAutomationProjectStatus;
|
|
61
|
+
/**
|
|
62
|
+
* List of Tags
|
|
63
|
+
*/
|
|
64
|
+
readonly tags?: outputs.Tag[];
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Definition of AWS::Bedrock::DataAutomationProject Resource Type
|
|
68
|
+
*/
|
|
69
|
+
export declare function getDataAutomationProjectOutput(args: GetDataAutomationProjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataAutomationProjectResult>;
|
|
70
|
+
export interface GetDataAutomationProjectOutputArgs {
|
|
71
|
+
/**
|
|
72
|
+
* ARN of a DataAutomationProject
|
|
73
|
+
*/
|
|
74
|
+
projectArn: pulumi.Input<string>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataAutomationProjectOutput = exports.getDataAutomationProject = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::DataAutomationProject Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getDataAutomationProject(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:bedrock:getDataAutomationProject", {
|
|
14
|
+
"projectArn": args.projectArn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getDataAutomationProject = getDataAutomationProject;
|
|
18
|
+
/**
|
|
19
|
+
* Definition of AWS::Bedrock::DataAutomationProject Resource Type
|
|
20
|
+
*/
|
|
21
|
+
function getDataAutomationProjectOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:bedrock:getDataAutomationProject", {
|
|
24
|
+
"projectArn": args.projectArn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getDataAutomationProjectOutput = getDataAutomationProjectOutput;
|
|
28
|
+
//# sourceMappingURL=getDataAutomationProject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataAutomationProject.js","sourceRoot":"","sources":["../../bedrock/getDataAutomationProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AA2DD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|