@pulumi/aws 6.18.0 → 6.18.2
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/accessanalyzer/analyzer.d.ts +3 -3
- package/alb/getTargetGroup.d.ts +4 -1
- package/alb/getTargetGroup.js +1 -0
- package/alb/getTargetGroup.js.map +1 -1
- package/alb/targetGroup.d.ts +15 -3
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/amp/getWorkspace.d.ts +4 -0
- package/amp/getWorkspace.js.map +1 -1
- package/amp/index.d.ts +3 -0
- package/amp/index.js +6 -1
- package/amp/index.js.map +1 -1
- package/amp/scraper.d.ts +133 -0
- package/amp/scraper.js +77 -0
- package/amp/scraper.js.map +1 -0
- package/amp/workspace.d.ts +27 -0
- package/amp/workspace.js +17 -0
- package/amp/workspace.js.map +1 -1
- package/apigateway/methodResponse.d.ts +79 -25
- package/apigateway/methodResponse.js +55 -1
- package/apigateway/methodResponse.js.map +1 -1
- package/appstream/fleet.d.ts +3 -3
- package/batch/computeEnvironment.d.ts +37 -0
- package/batch/computeEnvironment.js +27 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/getComputeEnvironment.d.ts +5 -0
- package/batch/getComputeEnvironment.js.map +1 -1
- package/batch/jobDefinition.d.ts +37 -5
- package/batch/jobDefinition.js +6 -0
- package/batch/jobDefinition.js.map +1 -1
- package/cfg/rule.d.ts +6 -6
- package/cloud9/environmentEC2.d.ts +14 -5
- package/cloud9/environmentEC2.js +7 -1
- package/cloud9/environmentEC2.js.map +1 -1
- package/cloudtrail/getServiceAccount.d.ts +4 -0
- package/cloudtrail/getServiceAccount.js +4 -0
- package/cloudtrail/getServiceAccount.js.map +1 -1
- package/codebuild/project.d.ts +6 -6
- package/codepipeline/pipeline.d.ts +29 -2
- package/codepipeline/pipeline.js +9 -2
- package/codepipeline/pipeline.js.map +1 -1
- package/dms/endpoint.d.ts +12 -6
- package/dms/endpoint.js.map +1 -1
- package/dms/replicationTask.d.ts +7 -7
- package/dms/replicationTask.js +1 -1
- package/docdb/clusterInstance.d.ts +3 -3
- package/docdb/elasticCluster.d.ts +23 -0
- package/docdb/elasticCluster.js +14 -0
- package/docdb/elasticCluster.js.map +1 -1
- package/ebs/fastSnapshotRestore.d.ts +97 -0
- package/ebs/fastSnapshotRestore.js +85 -0
- package/ebs/fastSnapshotRestore.js.map +1 -0
- package/ebs/index.d.ts +3 -0
- package/ebs/index.js +6 -1
- package/ebs/index.js.map +1 -1
- package/ec2/instance.d.ts +1 -1
- package/ec2/instance.js +1 -1
- package/ec2/managedPrefixListEntry.d.ts +3 -3
- package/ec2/networkAclAssociation.d.ts +8 -0
- package/ec2/networkAclAssociation.js +8 -0
- package/ec2/networkAclAssociation.js.map +1 -1
- package/ec2/route.d.ts +1 -3
- package/ec2/route.js +1 -3
- package/ec2/route.js.map +1 -1
- package/ec2/securityGroup.d.ts +27 -16
- package/ec2/securityGroup.js +27 -16
- package/ec2/securityGroup.js.map +1 -1
- package/ec2transitgateway/getAttachments.d.ts +44 -0
- package/ec2transitgateway/getAttachments.js +44 -0
- package/ec2transitgateway/getAttachments.js.map +1 -1
- package/ecr/getImage.d.ts +4 -0
- package/ecr/getImage.js.map +1 -1
- package/efs/fileSystem.d.ts +12 -0
- package/efs/fileSystem.js +2 -0
- package/efs/fileSystem.js.map +1 -1
- package/efs/getFileSystem.d.ts +1 -0
- package/efs/getFileSystem.js.map +1 -1
- package/efs/replicationConfiguration.d.ts +21 -5
- package/efs/replicationConfiguration.js +17 -1
- package/efs/replicationConfiguration.js.map +1 -1
- package/eks/accessEntry.d.ts +179 -0
- package/eks/accessEntry.js +102 -0
- package/eks/accessEntry.js.map +1 -0
- package/eks/accessPolicyAssociation.d.ts +130 -0
- package/eks/accessPolicyAssociation.js +99 -0
- package/eks/accessPolicyAssociation.js.map +1 -0
- package/eks/cluster.d.ts +31 -0
- package/eks/cluster.js +21 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getAccessEntry.d.ts +111 -0
- package/eks/getAccessEntry.js +53 -0
- package/eks/getAccessEntry.js.map +1 -0
- package/eks/getCluster.d.ts +4 -0
- package/eks/getCluster.js.map +1 -1
- package/eks/index.d.ts +9 -0
- package/eks/index.js +14 -1
- package/eks/index.js.map +1 -1
- package/elasticache/index.d.ts +3 -0
- package/elasticache/index.js +6 -1
- package/elasticache/index.js.map +1 -1
- package/elasticache/serverlessCache.d.ts +343 -0
- package/elasticache/serverlessCache.js +157 -0
- package/elasticache/serverlessCache.js.map +1 -0
- package/finspace/kxCluster.d.ts +3 -0
- package/finspace/kxCluster.js.map +1 -1
- package/finspace/kxDataview.d.ts +0 -19
- package/finspace/kxDataview.js +0 -19
- package/finspace/kxDataview.js.map +1 -1
- package/fsx/getOntapFileSystem.d.ts +9 -1
- package/fsx/getOntapFileSystem.js.map +1 -1
- package/fsx/ontapFileSystem.d.ts +32 -8
- package/fsx/ontapFileSystem.js +4 -3
- package/fsx/ontapFileSystem.js.map +1 -1
- package/imagebuilder/index.d.ts +3 -0
- package/imagebuilder/index.js +6 -1
- package/imagebuilder/index.js.map +1 -1
- package/imagebuilder/workflow.d.ts +245 -0
- package/imagebuilder/workflow.js +134 -0
- package/imagebuilder/workflow.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kinesis/index.d.ts +3 -0
- package/kinesis/index.js +6 -1
- package/kinesis/index.js.map +1 -1
- package/kinesis/resourcePolicy.d.ts +102 -0
- package/kinesis/resourcePolicy.js +99 -0
- package/kinesis/resourcePolicy.js.map +1 -0
- package/kms/key.d.ts +12 -0
- package/kms/key.js +2 -0
- package/kms/key.js.map +1 -1
- package/lakeformation/resource.d.ts +33 -12
- package/lakeformation/resource.js +6 -1
- package/lakeformation/resource.js.map +1 -1
- package/lambda/function.d.ts +15 -1
- package/lambda/function.js +5 -1
- package/lambda/function.js.map +1 -1
- package/lambda/functionUrl.d.ts +2 -2
- package/lambda/getFunction.d.ts +4 -0
- package/lambda/getFunction.js.map +1 -1
- package/lambda/getFunctionUrl.d.ts +1 -1
- package/lambda/lambdaMixins.d.ts +1 -1
- package/lb/getTargetGroup.d.ts +4 -1
- package/lb/getTargetGroup.js +1 -0
- package/lb/getTargetGroup.js.map +1 -1
- package/lb/targetGroup.d.ts +15 -3
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/lb/trustStore.d.ts +3 -3
- package/lb/trustStoreRevocation.d.ts +3 -3
- package/lex/index.d.ts +3 -0
- package/lex/index.js +6 -1
- package/lex/index.js.map +1 -1
- package/lex/v2modelsBotVersion.d.ts +3 -3
- package/lex/v2modelsIntent.d.ts +263 -0
- package/lex/v2modelsIntent.js +105 -0
- package/lex/v2modelsIntent.js.map +1 -0
- package/mq/getBrokerEngineTypes.d.ts +69 -0
- package/mq/getBrokerEngineTypes.js +50 -0
- package/mq/getBrokerEngineTypes.js.map +1 -0
- package/mq/index.d.ts +3 -0
- package/mq/index.js +4 -1
- package/mq/index.js.map +1 -1
- package/msk/getBootstrapBrokers.d.ts +77 -0
- package/msk/getBootstrapBrokers.js +25 -0
- package/msk/getBootstrapBrokers.js.map +1 -0
- package/msk/index.d.ts +3 -0
- package/msk/index.js +4 -1
- package/msk/index.js.map +1 -1
- package/neptune/cluster.d.ts +12 -0
- package/neptune/cluster.js +2 -0
- package/neptune/cluster.js.map +1 -1
- package/neptune/clusterInstance.d.ts +8 -0
- package/neptune/clusterInstance.js +2 -0
- package/neptune/clusterInstance.js.map +1 -1
- package/networkfirewall/firewall.d.ts +9 -28
- package/networkfirewall/firewall.js +0 -19
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/firewallPolicy.d.ts +1 -0
- package/networkfirewall/firewallPolicy.js +1 -0
- package/networkfirewall/firewallPolicy.js.map +1 -1
- package/networkfirewall/getFirewall.d.ts +3 -3
- package/package.json +1 -2
- package/package.json.bak +0 -1
- package/rds/optionGroup.d.ts +3 -3
- package/rds/parameterGroup.d.ts +6 -6
- package/redshiftserverless/workgroup.d.ts +12 -0
- package/redshiftserverless/workgroup.js +2 -0
- package/redshiftserverless/workgroup.js.map +1 -1
- package/route53/getResolverEndpoint.d.ts +2 -0
- package/route53/getResolverEndpoint.js.map +1 -1
- package/route53/resolverEndpoint.d.ts +28 -0
- package/route53/resolverEndpoint.js +8 -0
- package/route53/resolverEndpoint.js.map +1 -1
- package/s3/bucket.d.ts +2 -0
- package/s3/bucket.js +2 -0
- package/s3/bucket.js.map +1 -1
- package/s3/bucketAclV2.d.ts +3 -3
- package/s3/bucketObjectLockConfigurationV2.d.ts +4 -42
- package/s3/bucketObjectLockConfigurationV2.js +4 -42
- package/s3/bucketObjectLockConfigurationV2.js.map +1 -1
- package/s3/bucketV2.d.ts +2 -0
- package/s3/bucketV2.js +2 -0
- package/s3/bucketV2.js.map +1 -1
- package/secretsmanager/getRandomPassword.d.ts +0 -8
- package/secretsmanager/getRandomPassword.js +0 -1
- package/secretsmanager/getRandomPassword.js.map +1 -1
- package/secretsmanager/getSecret.d.ts +20 -0
- package/secretsmanager/getSecret.js +1 -0
- package/secretsmanager/getSecret.js.map +1 -1
- package/secretsmanager/getSecretVersion.d.ts +4 -0
- package/secretsmanager/getSecretVersion.js.map +1 -1
- package/secretsmanager/secretRotation.d.ts +12 -0
- package/secretsmanager/secretRotation.js +2 -0
- package/secretsmanager/secretRotation.js.map +1 -1
- package/securitylake/awsLogSource.d.ts +76 -0
- package/securitylake/awsLogSource.js +75 -0
- package/securitylake/awsLogSource.js.map +1 -0
- package/securitylake/index.d.ts +3 -0
- package/securitylake/index.js +6 -1
- package/securitylake/index.js.map +1 -1
- package/ses/configurationSet.d.ts +11 -0
- package/ses/configurationSet.js +11 -0
- package/ses/configurationSet.js.map +1 -1
- package/shield/applicationLayerAutomaticResponse.d.ts +3 -1
- package/shield/applicationLayerAutomaticResponse.js +3 -1
- package/shield/applicationLayerAutomaticResponse.js.map +1 -1
- package/sqs/queue.d.ts +11 -3
- package/sqs/queue.js +11 -3
- package/sqs/queue.js.map +1 -1
- package/ssoadmin/applicationAccessScope.d.ts +91 -0
- package/ssoadmin/applicationAccessScope.js +72 -0
- package/ssoadmin/applicationAccessScope.js.map +1 -0
- package/ssoadmin/index.d.ts +3 -0
- package/ssoadmin/index.js +6 -1
- package/ssoadmin/index.js.map +1 -1
- package/transfer/server.d.ts +3 -3
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +9 -0
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +1 -0
- package/types/enums/index.js +1 -0
- package/types/enums/index.js.map +1 -1
- package/types/enums/lambda/index.d.ts +32 -0
- package/types/enums/lambda/index.js +32 -0
- package/types/enums/lambda/index.js.map +1 -1
- package/types/input.d.ts +10969 -293
- package/types/output.d.ts +11010 -296
- package/verifiedaccess/endpoint.d.ts +12 -0
- package/verifiedaccess/endpoint.js +2 -0
- package/verifiedaccess/endpoint.js.map +1 -1
- package/verifiedaccess/group.d.ts +9 -0
- package/verifiedaccess/group.js.map +1 -1
- package/verifiedpermissions/getPolicyStore.d.ts +76 -0
- package/verifiedpermissions/getPolicyStore.js +49 -0
- package/verifiedpermissions/getPolicyStore.js.map +1 -0
- package/verifiedpermissions/index.d.ts +12 -0
- package/verifiedpermissions/index.js +35 -0
- package/verifiedpermissions/index.js.map +1 -0
- package/verifiedpermissions/policyStore.d.ts +97 -0
- package/verifiedpermissions/policyStore.js +74 -0
- package/verifiedpermissions/policyStore.js.map +1 -0
- package/verifiedpermissions/policyTemplate.d.ts +118 -0
- package/verifiedpermissions/policyTemplate.js +87 -0
- package/verifiedpermissions/policyTemplate.js.map +1 -0
- package/verifiedpermissions/schema.d.ts +79 -0
- package/verifiedpermissions/schema.js +65 -0
- package/verifiedpermissions/schema.js.map +1 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Import
|
|
6
|
+
*
|
|
7
|
+
* Using `pulumi import`, import Lex V2 Models Intent using the `intent_id:bot_id:bot_version:locale_id`. For example:
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import aws:lex/v2modelsIntent:V2modelsIntent example intent-42874:bot-11376:DRAFT:en_US
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class V2modelsIntent extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing V2modelsIntent resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: V2modelsIntentState, opts?: pulumi.CustomResourceOptions): V2modelsIntent;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of V2modelsIntent. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is V2modelsIntent;
|
|
29
|
+
/**
|
|
30
|
+
* Identifier of the bot associated with this intent.
|
|
31
|
+
*/
|
|
32
|
+
readonly botId: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Version of the bot associated with this intent.
|
|
35
|
+
*/
|
|
36
|
+
readonly botVersion: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Configuration block for the response that Amazon Lex sends to the user when the intent is closed. See `closingSetting`.
|
|
39
|
+
*/
|
|
40
|
+
readonly closingSetting: pulumi.Output<outputs.lex.V2modelsIntentClosingSetting | undefined>;
|
|
41
|
+
readonly confirmationSetting: pulumi.Output<outputs.lex.V2modelsIntentConfirmationSetting | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Timestamp of the date and time that the intent was created.
|
|
44
|
+
*/
|
|
45
|
+
readonly creationDateTime: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Description of the intent. Use the description to help identify the intent in lists.
|
|
48
|
+
*/
|
|
49
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Configuration block for invoking the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction. See `dialogCodeHook`.
|
|
52
|
+
*/
|
|
53
|
+
readonly dialogCodeHook: pulumi.Output<outputs.lex.V2modelsIntentDialogCodeHook | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* Configuration block for invoking the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user. See `fulfillmentCodeHook`.
|
|
56
|
+
*/
|
|
57
|
+
readonly fulfillmentCodeHook: pulumi.Output<outputs.lex.V2modelsIntentFulfillmentCodeHook | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* Configuration block for the response that is sent to the user at the beginning of a conversation, before eliciting slot values. See `initialResponseSetting`.
|
|
60
|
+
*/
|
|
61
|
+
readonly initialResponseSetting: pulumi.Output<outputs.lex.V2modelsIntentInitialResponseSetting | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See `inputContext`.
|
|
64
|
+
*/
|
|
65
|
+
readonly inputContexts: pulumi.Output<outputs.lex.V2modelsIntentInputContext[] | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Unique identifier for the intent.
|
|
68
|
+
*/
|
|
69
|
+
readonly intentId: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Configuration block for information required to use the AMAZON.KendraSearchIntent intent to connect to an Amazon Kendra index. The AMAZON.KendraSearchIntent intent is called when Amazon Lex can't determine another intent to invoke. See `kendraConfiguration`.
|
|
72
|
+
*/
|
|
73
|
+
readonly kendraConfiguration: pulumi.Output<outputs.lex.V2modelsIntentKendraConfiguration | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* Timestamp of the last time that the intent was modified.
|
|
76
|
+
*/
|
|
77
|
+
readonly lastUpdatedDateTime: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Identifier of the language and locale where this intent is used. All of the bots, slot types, and slots used by the intent must have the same locale.
|
|
80
|
+
*/
|
|
81
|
+
readonly localeId: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Name of the intent. Intent names must be unique in the locale that contains the intent and cannot match the name of any built-in intent.
|
|
84
|
+
*
|
|
85
|
+
* The following arguments are optional:
|
|
86
|
+
*/
|
|
87
|
+
readonly name: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See `outputContext`.
|
|
90
|
+
*/
|
|
91
|
+
readonly outputContexts: pulumi.Output<outputs.lex.V2modelsIntentOutputContext[] | undefined>;
|
|
92
|
+
/**
|
|
93
|
+
* Identifier for the built-in intent to base this intent on.
|
|
94
|
+
*/
|
|
95
|
+
readonly parentIntentSignature: pulumi.Output<string | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* Configuration block for strings that a user might say to signal the intent. See `sampleUtterance`.
|
|
98
|
+
*/
|
|
99
|
+
readonly sampleUtterances: pulumi.Output<outputs.lex.V2modelsIntentSampleUtterance[] | undefined>;
|
|
100
|
+
/**
|
|
101
|
+
* Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See `slotPriority`.
|
|
102
|
+
*/
|
|
103
|
+
readonly slotPriorities: pulumi.Output<outputs.lex.V2modelsIntentSlotPriority[] | undefined>;
|
|
104
|
+
readonly timeouts: pulumi.Output<outputs.lex.V2modelsIntentTimeouts | undefined>;
|
|
105
|
+
/**
|
|
106
|
+
* Create a V2modelsIntent resource with the given unique name, arguments, and options.
|
|
107
|
+
*
|
|
108
|
+
* @param name The _unique_ name of the resource.
|
|
109
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
110
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
111
|
+
*/
|
|
112
|
+
constructor(name: string, args: V2modelsIntentArgs, opts?: pulumi.CustomResourceOptions);
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Input properties used for looking up and filtering V2modelsIntent resources.
|
|
116
|
+
*/
|
|
117
|
+
export interface V2modelsIntentState {
|
|
118
|
+
/**
|
|
119
|
+
* Identifier of the bot associated with this intent.
|
|
120
|
+
*/
|
|
121
|
+
botId?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* Version of the bot associated with this intent.
|
|
124
|
+
*/
|
|
125
|
+
botVersion?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Configuration block for the response that Amazon Lex sends to the user when the intent is closed. See `closingSetting`.
|
|
128
|
+
*/
|
|
129
|
+
closingSetting?: pulumi.Input<inputs.lex.V2modelsIntentClosingSetting>;
|
|
130
|
+
confirmationSetting?: pulumi.Input<inputs.lex.V2modelsIntentConfirmationSetting>;
|
|
131
|
+
/**
|
|
132
|
+
* Timestamp of the date and time that the intent was created.
|
|
133
|
+
*/
|
|
134
|
+
creationDateTime?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Description of the intent. Use the description to help identify the intent in lists.
|
|
137
|
+
*/
|
|
138
|
+
description?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Configuration block for invoking the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction. See `dialogCodeHook`.
|
|
141
|
+
*/
|
|
142
|
+
dialogCodeHook?: pulumi.Input<inputs.lex.V2modelsIntentDialogCodeHook>;
|
|
143
|
+
/**
|
|
144
|
+
* Configuration block for invoking the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user. See `fulfillmentCodeHook`.
|
|
145
|
+
*/
|
|
146
|
+
fulfillmentCodeHook?: pulumi.Input<inputs.lex.V2modelsIntentFulfillmentCodeHook>;
|
|
147
|
+
/**
|
|
148
|
+
* Configuration block for the response that is sent to the user at the beginning of a conversation, before eliciting slot values. See `initialResponseSetting`.
|
|
149
|
+
*/
|
|
150
|
+
initialResponseSetting?: pulumi.Input<inputs.lex.V2modelsIntentInitialResponseSetting>;
|
|
151
|
+
/**
|
|
152
|
+
* Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See `inputContext`.
|
|
153
|
+
*/
|
|
154
|
+
inputContexts?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentInputContext>[]>;
|
|
155
|
+
/**
|
|
156
|
+
* Unique identifier for the intent.
|
|
157
|
+
*/
|
|
158
|
+
intentId?: pulumi.Input<string>;
|
|
159
|
+
/**
|
|
160
|
+
* Configuration block for information required to use the AMAZON.KendraSearchIntent intent to connect to an Amazon Kendra index. The AMAZON.KendraSearchIntent intent is called when Amazon Lex can't determine another intent to invoke. See `kendraConfiguration`.
|
|
161
|
+
*/
|
|
162
|
+
kendraConfiguration?: pulumi.Input<inputs.lex.V2modelsIntentKendraConfiguration>;
|
|
163
|
+
/**
|
|
164
|
+
* Timestamp of the last time that the intent was modified.
|
|
165
|
+
*/
|
|
166
|
+
lastUpdatedDateTime?: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* Identifier of the language and locale where this intent is used. All of the bots, slot types, and slots used by the intent must have the same locale.
|
|
169
|
+
*/
|
|
170
|
+
localeId?: pulumi.Input<string>;
|
|
171
|
+
/**
|
|
172
|
+
* Name of the intent. Intent names must be unique in the locale that contains the intent and cannot match the name of any built-in intent.
|
|
173
|
+
*
|
|
174
|
+
* The following arguments are optional:
|
|
175
|
+
*/
|
|
176
|
+
name?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See `outputContext`.
|
|
179
|
+
*/
|
|
180
|
+
outputContexts?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentOutputContext>[]>;
|
|
181
|
+
/**
|
|
182
|
+
* Identifier for the built-in intent to base this intent on.
|
|
183
|
+
*/
|
|
184
|
+
parentIntentSignature?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Configuration block for strings that a user might say to signal the intent. See `sampleUtterance`.
|
|
187
|
+
*/
|
|
188
|
+
sampleUtterances?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentSampleUtterance>[]>;
|
|
189
|
+
/**
|
|
190
|
+
* Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See `slotPriority`.
|
|
191
|
+
*/
|
|
192
|
+
slotPriorities?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentSlotPriority>[]>;
|
|
193
|
+
timeouts?: pulumi.Input<inputs.lex.V2modelsIntentTimeouts>;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* The set of arguments for constructing a V2modelsIntent resource.
|
|
197
|
+
*/
|
|
198
|
+
export interface V2modelsIntentArgs {
|
|
199
|
+
/**
|
|
200
|
+
* Identifier of the bot associated with this intent.
|
|
201
|
+
*/
|
|
202
|
+
botId: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* Version of the bot associated with this intent.
|
|
205
|
+
*/
|
|
206
|
+
botVersion: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* Configuration block for the response that Amazon Lex sends to the user when the intent is closed. See `closingSetting`.
|
|
209
|
+
*/
|
|
210
|
+
closingSetting?: pulumi.Input<inputs.lex.V2modelsIntentClosingSetting>;
|
|
211
|
+
confirmationSetting?: pulumi.Input<inputs.lex.V2modelsIntentConfirmationSetting>;
|
|
212
|
+
/**
|
|
213
|
+
* Description of the intent. Use the description to help identify the intent in lists.
|
|
214
|
+
*/
|
|
215
|
+
description?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* Configuration block for invoking the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction. See `dialogCodeHook`.
|
|
218
|
+
*/
|
|
219
|
+
dialogCodeHook?: pulumi.Input<inputs.lex.V2modelsIntentDialogCodeHook>;
|
|
220
|
+
/**
|
|
221
|
+
* Configuration block for invoking the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user. See `fulfillmentCodeHook`.
|
|
222
|
+
*/
|
|
223
|
+
fulfillmentCodeHook?: pulumi.Input<inputs.lex.V2modelsIntentFulfillmentCodeHook>;
|
|
224
|
+
/**
|
|
225
|
+
* Configuration block for the response that is sent to the user at the beginning of a conversation, before eliciting slot values. See `initialResponseSetting`.
|
|
226
|
+
*/
|
|
227
|
+
initialResponseSetting?: pulumi.Input<inputs.lex.V2modelsIntentInitialResponseSetting>;
|
|
228
|
+
/**
|
|
229
|
+
* Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See `inputContext`.
|
|
230
|
+
*/
|
|
231
|
+
inputContexts?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentInputContext>[]>;
|
|
232
|
+
/**
|
|
233
|
+
* Configuration block for information required to use the AMAZON.KendraSearchIntent intent to connect to an Amazon Kendra index. The AMAZON.KendraSearchIntent intent is called when Amazon Lex can't determine another intent to invoke. See `kendraConfiguration`.
|
|
234
|
+
*/
|
|
235
|
+
kendraConfiguration?: pulumi.Input<inputs.lex.V2modelsIntentKendraConfiguration>;
|
|
236
|
+
/**
|
|
237
|
+
* Identifier of the language and locale where this intent is used. All of the bots, slot types, and slots used by the intent must have the same locale.
|
|
238
|
+
*/
|
|
239
|
+
localeId: pulumi.Input<string>;
|
|
240
|
+
/**
|
|
241
|
+
* Name of the intent. Intent names must be unique in the locale that contains the intent and cannot match the name of any built-in intent.
|
|
242
|
+
*
|
|
243
|
+
* The following arguments are optional:
|
|
244
|
+
*/
|
|
245
|
+
name?: pulumi.Input<string>;
|
|
246
|
+
/**
|
|
247
|
+
* Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See `outputContext`.
|
|
248
|
+
*/
|
|
249
|
+
outputContexts?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentOutputContext>[]>;
|
|
250
|
+
/**
|
|
251
|
+
* Identifier for the built-in intent to base this intent on.
|
|
252
|
+
*/
|
|
253
|
+
parentIntentSignature?: pulumi.Input<string>;
|
|
254
|
+
/**
|
|
255
|
+
* Configuration block for strings that a user might say to signal the intent. See `sampleUtterance`.
|
|
256
|
+
*/
|
|
257
|
+
sampleUtterances?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentSampleUtterance>[]>;
|
|
258
|
+
/**
|
|
259
|
+
* Configuration block for a new list of slots and their priorities that are contained by the intent. This is ignored on create and only valid for updates. See `slotPriority`.
|
|
260
|
+
*/
|
|
261
|
+
slotPriorities?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsIntentSlotPriority>[]>;
|
|
262
|
+
timeouts?: pulumi.Input<inputs.lex.V2modelsIntentTimeouts>;
|
|
263
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.V2modelsIntent = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* Using `pulumi import`, import Lex V2 Models Intent using the `intent_id:bot_id:bot_version:locale_id`. For example:
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import aws:lex/v2modelsIntent:V2modelsIntent example intent-42874:bot-11376:DRAFT:en_US
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class V2modelsIntent extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing V2modelsIntent resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new V2modelsIntent(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of V2modelsIntent. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === V2modelsIntent.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["botId"] = state ? state.botId : undefined;
|
|
46
|
+
resourceInputs["botVersion"] = state ? state.botVersion : undefined;
|
|
47
|
+
resourceInputs["closingSetting"] = state ? state.closingSetting : undefined;
|
|
48
|
+
resourceInputs["confirmationSetting"] = state ? state.confirmationSetting : undefined;
|
|
49
|
+
resourceInputs["creationDateTime"] = state ? state.creationDateTime : undefined;
|
|
50
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
51
|
+
resourceInputs["dialogCodeHook"] = state ? state.dialogCodeHook : undefined;
|
|
52
|
+
resourceInputs["fulfillmentCodeHook"] = state ? state.fulfillmentCodeHook : undefined;
|
|
53
|
+
resourceInputs["initialResponseSetting"] = state ? state.initialResponseSetting : undefined;
|
|
54
|
+
resourceInputs["inputContexts"] = state ? state.inputContexts : undefined;
|
|
55
|
+
resourceInputs["intentId"] = state ? state.intentId : undefined;
|
|
56
|
+
resourceInputs["kendraConfiguration"] = state ? state.kendraConfiguration : undefined;
|
|
57
|
+
resourceInputs["lastUpdatedDateTime"] = state ? state.lastUpdatedDateTime : undefined;
|
|
58
|
+
resourceInputs["localeId"] = state ? state.localeId : undefined;
|
|
59
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
60
|
+
resourceInputs["outputContexts"] = state ? state.outputContexts : undefined;
|
|
61
|
+
resourceInputs["parentIntentSignature"] = state ? state.parentIntentSignature : undefined;
|
|
62
|
+
resourceInputs["sampleUtterances"] = state ? state.sampleUtterances : undefined;
|
|
63
|
+
resourceInputs["slotPriorities"] = state ? state.slotPriorities : undefined;
|
|
64
|
+
resourceInputs["timeouts"] = state ? state.timeouts : undefined;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
const args = argsOrState;
|
|
68
|
+
if ((!args || args.botId === undefined) && !opts.urn) {
|
|
69
|
+
throw new Error("Missing required property 'botId'");
|
|
70
|
+
}
|
|
71
|
+
if ((!args || args.botVersion === undefined) && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'botVersion'");
|
|
73
|
+
}
|
|
74
|
+
if ((!args || args.localeId === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'localeId'");
|
|
76
|
+
}
|
|
77
|
+
resourceInputs["botId"] = args ? args.botId : undefined;
|
|
78
|
+
resourceInputs["botVersion"] = args ? args.botVersion : undefined;
|
|
79
|
+
resourceInputs["closingSetting"] = args ? args.closingSetting : undefined;
|
|
80
|
+
resourceInputs["confirmationSetting"] = args ? args.confirmationSetting : undefined;
|
|
81
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
82
|
+
resourceInputs["dialogCodeHook"] = args ? args.dialogCodeHook : undefined;
|
|
83
|
+
resourceInputs["fulfillmentCodeHook"] = args ? args.fulfillmentCodeHook : undefined;
|
|
84
|
+
resourceInputs["initialResponseSetting"] = args ? args.initialResponseSetting : undefined;
|
|
85
|
+
resourceInputs["inputContexts"] = args ? args.inputContexts : undefined;
|
|
86
|
+
resourceInputs["kendraConfiguration"] = args ? args.kendraConfiguration : undefined;
|
|
87
|
+
resourceInputs["localeId"] = args ? args.localeId : undefined;
|
|
88
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
89
|
+
resourceInputs["outputContexts"] = args ? args.outputContexts : undefined;
|
|
90
|
+
resourceInputs["parentIntentSignature"] = args ? args.parentIntentSignature : undefined;
|
|
91
|
+
resourceInputs["sampleUtterances"] = args ? args.sampleUtterances : undefined;
|
|
92
|
+
resourceInputs["slotPriorities"] = args ? args.slotPriorities : undefined;
|
|
93
|
+
resourceInputs["timeouts"] = args ? args.timeouts : undefined;
|
|
94
|
+
resourceInputs["creationDateTime"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["intentId"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["lastUpdatedDateTime"] = undefined /*out*/;
|
|
97
|
+
}
|
|
98
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
99
|
+
super(V2modelsIntent.__pulumiType, name, resourceInputs, opts);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
exports.V2modelsIntent = V2modelsIntent;
|
|
103
|
+
/** @internal */
|
|
104
|
+
V2modelsIntent.__pulumiType = 'aws:lex/v2modelsIntent:V2modelsIntent';
|
|
105
|
+
//# sourceMappingURL=v2modelsIntent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v2modelsIntent.js","sourceRoot":"","sources":["../../lex/v2modelsIntent.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Retrieve information about available broker engines.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
* ### Basic Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as aws from "@pulumi/aws";
|
|
12
|
+
*
|
|
13
|
+
* const example = aws.mq.getBrokerEngineTypes({
|
|
14
|
+
* engineType: "ACTIVEMQ",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getBrokerEngineTypes(args?: GetBrokerEngineTypesArgs, opts?: pulumi.InvokeOptions): Promise<GetBrokerEngineTypesResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getBrokerEngineTypes.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetBrokerEngineTypesArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The MQ engine type to return version details for.
|
|
25
|
+
*/
|
|
26
|
+
engineType?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getBrokerEngineTypes.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetBrokerEngineTypesResult {
|
|
32
|
+
/**
|
|
33
|
+
* A list of available engine types and versions. See Engine Types.
|
|
34
|
+
*/
|
|
35
|
+
readonly brokerEngineTypes: outputs.mq.GetBrokerEngineTypesBrokerEngineType[];
|
|
36
|
+
/**
|
|
37
|
+
* The broker's engine type.
|
|
38
|
+
*/
|
|
39
|
+
readonly engineType?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The provider-assigned unique ID for this managed resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Retrieve information about available broker engines.
|
|
47
|
+
*
|
|
48
|
+
* ## Example Usage
|
|
49
|
+
* ### Basic Usage
|
|
50
|
+
*
|
|
51
|
+
* ```typescript
|
|
52
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
+
* import * as aws from "@pulumi/aws";
|
|
54
|
+
*
|
|
55
|
+
* const example = aws.mq.getBrokerEngineTypes({
|
|
56
|
+
* engineType: "ACTIVEMQ",
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
export declare function getBrokerEngineTypesOutput(args?: GetBrokerEngineTypesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBrokerEngineTypesResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getBrokerEngineTypes.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetBrokerEngineTypesOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* The MQ engine type to return version details for.
|
|
67
|
+
*/
|
|
68
|
+
engineType?: pulumi.Input<string>;
|
|
69
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getBrokerEngineTypesOutput = exports.getBrokerEngineTypes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve information about available broker engines.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
* ### Basic Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as aws from "@pulumi/aws";
|
|
17
|
+
*
|
|
18
|
+
* const example = aws.mq.getBrokerEngineTypes({
|
|
19
|
+
* engineType: "ACTIVEMQ",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getBrokerEngineTypes(args, opts) {
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("aws:mq/getBrokerEngineTypes:getBrokerEngineTypes", {
|
|
27
|
+
"engineType": args.engineType,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getBrokerEngineTypes = getBrokerEngineTypes;
|
|
31
|
+
/**
|
|
32
|
+
* Retrieve information about available broker engines.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
* ### Basic Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as aws from "@pulumi/aws";
|
|
40
|
+
*
|
|
41
|
+
* const example = aws.mq.getBrokerEngineTypes({
|
|
42
|
+
* engineType: "ACTIVEMQ",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function getBrokerEngineTypesOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply((a) => getBrokerEngineTypes(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.getBrokerEngineTypesOutput = getBrokerEngineTypesOutput;
|
|
50
|
+
//# sourceMappingURL=getBrokerEngineTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBrokerEngineTypes.js","sourceRoot":"","sources":["../../mq/getBrokerEngineTypes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC;AA6BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
|
package/mq/index.d.ts
CHANGED
|
@@ -7,6 +7,9 @@ export declare const Configuration: typeof import("./configuration").Configurati
|
|
|
7
7
|
export { GetBrokerArgs, GetBrokerResult, GetBrokerOutputArgs } from "./getBroker";
|
|
8
8
|
export declare const getBroker: typeof import("./getBroker").getBroker;
|
|
9
9
|
export declare const getBrokerOutput: typeof import("./getBroker").getBrokerOutput;
|
|
10
|
+
export { GetBrokerEngineTypesArgs, GetBrokerEngineTypesResult, GetBrokerEngineTypesOutputArgs } from "./getBrokerEngineTypes";
|
|
11
|
+
export declare const getBrokerEngineTypes: typeof import("./getBrokerEngineTypes").getBrokerEngineTypes;
|
|
12
|
+
export declare const getBrokerEngineTypesOutput: typeof import("./getBrokerEngineTypes").getBrokerEngineTypesOutput;
|
|
10
13
|
export { GetInstanceTypeOfferingsArgs, GetInstanceTypeOfferingsResult, GetInstanceTypeOfferingsOutputArgs } from "./getInstanceTypeOfferings";
|
|
11
14
|
export declare const getInstanceTypeOfferings: typeof import("./getInstanceTypeOfferings").getInstanceTypeOfferings;
|
|
12
15
|
export declare const getInstanceTypeOfferingsOutput: typeof import("./getInstanceTypeOfferings").getInstanceTypeOfferingsOutput;
|
package/mq/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getInstanceTypeOfferingsOutput = exports.getInstanceTypeOfferings = exports.getBrokerOutput = exports.getBroker = exports.Configuration = exports.Broker = void 0;
|
|
5
|
+
exports.getInstanceTypeOfferingsOutput = exports.getInstanceTypeOfferings = exports.getBrokerEngineTypesOutput = exports.getBrokerEngineTypes = exports.getBrokerOutput = exports.getBroker = exports.Configuration = exports.Broker = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Broker = null;
|
|
@@ -12,6 +12,9 @@ utilities.lazyLoad(exports, ["Configuration"], () => require("./configuration"))
|
|
|
12
12
|
exports.getBroker = null;
|
|
13
13
|
exports.getBrokerOutput = null;
|
|
14
14
|
utilities.lazyLoad(exports, ["getBroker", "getBrokerOutput"], () => require("./getBroker"));
|
|
15
|
+
exports.getBrokerEngineTypes = null;
|
|
16
|
+
exports.getBrokerEngineTypesOutput = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["getBrokerEngineTypes", "getBrokerEngineTypesOutput"], () => require("./getBrokerEngineTypes"));
|
|
15
18
|
exports.getInstanceTypeOfferings = null;
|
|
16
19
|
exports.getInstanceTypeOfferingsOutput = null;
|
|
17
20
|
utilities.lazyLoad(exports, ["getInstanceTypeOfferings", "getInstanceTypeOfferingsOutput"], () => require("./getInstanceTypeOfferings"));
|
package/mq/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../mq/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAGpE,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAGxI,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,sBAAsB;gBACvB,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA;AAClE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../mq/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAGpE,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAGxI,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,sBAAsB;gBACvB,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA;AAClE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Get a list of brokers that a client application can use to bootstrap.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getBootstrapBrokers(args: GetBootstrapBrokersArgs, opts?: pulumi.InvokeOptions): Promise<GetBootstrapBrokersResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getBootstrapBrokers.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetBootstrapBrokersArgs {
|
|
10
|
+
/**
|
|
11
|
+
* ARN of the cluster the nodes belong to.
|
|
12
|
+
*/
|
|
13
|
+
clusterArn: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getBootstrapBrokers.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetBootstrapBrokersResult {
|
|
19
|
+
/**
|
|
20
|
+
* Comma separated list of one or more hostname:port pairs of kafka brokers suitable to bootstrap connectivity to the kafka cluster.
|
|
21
|
+
*/
|
|
22
|
+
readonly bootstrapBrokers: string;
|
|
23
|
+
/**
|
|
24
|
+
* One or more DNS names (or IP addresses) and SASL IAM port pairs.
|
|
25
|
+
*/
|
|
26
|
+
readonly bootstrapBrokersPublicSaslIam: string;
|
|
27
|
+
/**
|
|
28
|
+
* One or more DNS names (or IP addresses) and SASL SCRAM port pairs.
|
|
29
|
+
*/
|
|
30
|
+
readonly bootstrapBrokersPublicSaslScram: string;
|
|
31
|
+
/**
|
|
32
|
+
* One or more DNS names (or IP addresses) and TLS port pairs.
|
|
33
|
+
*/
|
|
34
|
+
readonly bootstrapBrokersPublicTls: string;
|
|
35
|
+
/**
|
|
36
|
+
* One or more DNS names (or IP addresses) and SASL IAM port pairs.
|
|
37
|
+
*/
|
|
38
|
+
readonly bootstrapBrokersSaslIam: string;
|
|
39
|
+
/**
|
|
40
|
+
* One or more DNS names (or IP addresses) and SASL SCRAM port pairs.
|
|
41
|
+
*/
|
|
42
|
+
readonly bootstrapBrokersSaslScram: string;
|
|
43
|
+
/**
|
|
44
|
+
* One or more DNS names (or IP addresses) and TLS port pairs.
|
|
45
|
+
*/
|
|
46
|
+
readonly bootstrapBrokersTls: string;
|
|
47
|
+
/**
|
|
48
|
+
* A string containing one or more DNS names (or IP addresses) and SASL IAM port pairs for VPC connectivity.
|
|
49
|
+
*/
|
|
50
|
+
readonly bootstrapBrokersVpcConnectivitySaslIam: string;
|
|
51
|
+
/**
|
|
52
|
+
* A string containing one or more DNS names (or IP addresses) and SASL SCRAM port pairs for VPC connectivity.
|
|
53
|
+
*/
|
|
54
|
+
readonly bootstrapBrokersVpcConnectivitySaslScram: string;
|
|
55
|
+
/**
|
|
56
|
+
* A string containing one or more DNS names (or IP addresses) and TLS port pairs for VPC connectivity.
|
|
57
|
+
*/
|
|
58
|
+
readonly bootstrapBrokersVpcConnectivityTls: string;
|
|
59
|
+
readonly clusterArn: string;
|
|
60
|
+
/**
|
|
61
|
+
* The provider-assigned unique ID for this managed resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Get a list of brokers that a client application can use to bootstrap.
|
|
67
|
+
*/
|
|
68
|
+
export declare function getBootstrapBrokersOutput(args: GetBootstrapBrokersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBootstrapBrokersResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getBootstrapBrokers.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetBootstrapBrokersOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* ARN of the cluster the nodes belong to.
|
|
75
|
+
*/
|
|
76
|
+
clusterArn: pulumi.Input<string>;
|
|
77
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getBootstrapBrokersOutput = exports.getBootstrapBrokers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a list of brokers that a client application can use to bootstrap.
|
|
10
|
+
*/
|
|
11
|
+
function getBootstrapBrokers(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws:msk/getBootstrapBrokers:getBootstrapBrokers", {
|
|
14
|
+
"clusterArn": args.clusterArn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getBootstrapBrokers = getBootstrapBrokers;
|
|
18
|
+
/**
|
|
19
|
+
* Get a list of brokers that a client application can use to bootstrap.
|
|
20
|
+
*/
|
|
21
|
+
function getBootstrapBrokersOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply((a) => getBootstrapBrokers(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getBootstrapBrokersOutput = getBootstrapBrokersOutput;
|
|
25
|
+
//# sourceMappingURL=getBootstrapBrokers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBootstrapBrokers.js","sourceRoot":"","sources":["../../msk/getBootstrapBrokers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA8DD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|