@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
|
@@ -19,8 +19,17 @@ export declare class ServerlessCluster extends pulumi.CustomResource {
|
|
|
19
19
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
20
|
*/
|
|
21
21
|
static isInstance(obj: any): obj is ServerlessCluster;
|
|
22
|
+
/**
|
|
23
|
+
* The Amazon Resource Name (ARN) of the MSK cluster.
|
|
24
|
+
*/
|
|
22
25
|
readonly arn: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Includes all client authentication related information.
|
|
28
|
+
*/
|
|
23
29
|
readonly clientAuthentication: pulumi.Output<outputs.msk.ServerlessClusterClientAuthentication>;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the cluster.
|
|
32
|
+
*/
|
|
24
33
|
readonly clusterName: pulumi.Output<string>;
|
|
25
34
|
/**
|
|
26
35
|
* A key-value pair to associate with a resource.
|
|
@@ -28,6 +37,9 @@ export declare class ServerlessCluster extends pulumi.CustomResource {
|
|
|
28
37
|
readonly tags: pulumi.Output<{
|
|
29
38
|
[key: string]: string;
|
|
30
39
|
} | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* VPC configuration information for the serverless cluster.
|
|
42
|
+
*/
|
|
31
43
|
readonly vpcConfigs: pulumi.Output<outputs.msk.ServerlessClusterVpcConfig[]>;
|
|
32
44
|
/**
|
|
33
45
|
* Create a ServerlessCluster resource with the given unique name, arguments, and options.
|
|
@@ -42,7 +54,13 @@ export declare class ServerlessCluster extends pulumi.CustomResource {
|
|
|
42
54
|
* The set of arguments for constructing a ServerlessCluster resource.
|
|
43
55
|
*/
|
|
44
56
|
export interface ServerlessClusterArgs {
|
|
57
|
+
/**
|
|
58
|
+
* Includes all client authentication related information.
|
|
59
|
+
*/
|
|
45
60
|
clientAuthentication: pulumi.Input<inputs.msk.ServerlessClusterClientAuthenticationArgs>;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the cluster.
|
|
63
|
+
*/
|
|
46
64
|
clusterName?: pulumi.Input<string>;
|
|
47
65
|
/**
|
|
48
66
|
* A key-value pair to associate with a resource.
|
|
@@ -50,5 +68,8 @@ export interface ServerlessClusterArgs {
|
|
|
50
68
|
tags?: pulumi.Input<{
|
|
51
69
|
[key: string]: pulumi.Input<string>;
|
|
52
70
|
}>;
|
|
71
|
+
/**
|
|
72
|
+
* VPC configuration information for the serverless cluster.
|
|
73
|
+
*/
|
|
53
74
|
vpcConfigs: pulumi.Input<pulumi.Input<inputs.msk.ServerlessClusterVpcConfigArgs>[]>;
|
|
54
75
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serverlessCluster.js","sourceRoot":"","sources":["../../msk/serverlessCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;
|
|
1
|
+
{"version":3,"file":"serverlessCluster.js","sourceRoot":"","sources":["../../msk/serverlessCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAuBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,oBAAoB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjE,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;aACvE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,sBAAsB,EAAE,aAAa,EAAE,QAAQ,EAAE,eAAe,CAAC,EAAE,CAAC;QAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAjFL,8CAkFC;AArEG,gBAAgB;AACO,8BAAY,GAAG,kCAAkC,CAAC"}
|
package/msk/vpcConnection.d.ts
CHANGED
|
@@ -26,8 +26,17 @@ export declare class VpcConnection extends pulumi.CustomResource {
|
|
|
26
26
|
* The type of private link authentication.
|
|
27
27
|
*/
|
|
28
28
|
readonly authentication: pulumi.Output<enums.msk.VpcConnectionAuthentication>;
|
|
29
|
+
/**
|
|
30
|
+
* The list of subnets in the client VPC to connect to.
|
|
31
|
+
*/
|
|
29
32
|
readonly clientSubnets: pulumi.Output<string[]>;
|
|
33
|
+
/**
|
|
34
|
+
* The security groups to attach to the ENIs for the broker nodes.
|
|
35
|
+
*/
|
|
30
36
|
readonly securityGroups: pulumi.Output<string[]>;
|
|
37
|
+
/**
|
|
38
|
+
* An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
|
|
39
|
+
*/
|
|
31
40
|
readonly tags: pulumi.Output<{
|
|
32
41
|
[key: string]: string;
|
|
33
42
|
} | undefined>;
|
|
@@ -35,6 +44,9 @@ export declare class VpcConnection extends pulumi.CustomResource {
|
|
|
35
44
|
* The Amazon Resource Name (ARN) of the target cluster
|
|
36
45
|
*/
|
|
37
46
|
readonly targetClusterArn: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The VPC ID of the remote client.
|
|
49
|
+
*/
|
|
38
50
|
readonly vpcId: pulumi.Output<string>;
|
|
39
51
|
/**
|
|
40
52
|
* Create a VpcConnection resource with the given unique name, arguments, and options.
|
|
@@ -53,8 +65,17 @@ export interface VpcConnectionArgs {
|
|
|
53
65
|
* The type of private link authentication.
|
|
54
66
|
*/
|
|
55
67
|
authentication: pulumi.Input<enums.msk.VpcConnectionAuthentication>;
|
|
68
|
+
/**
|
|
69
|
+
* The list of subnets in the client VPC to connect to.
|
|
70
|
+
*/
|
|
56
71
|
clientSubnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
72
|
+
/**
|
|
73
|
+
* The security groups to attach to the ENIs for the broker nodes.
|
|
74
|
+
*/
|
|
57
75
|
securityGroups: pulumi.Input<pulumi.Input<string>[]>;
|
|
76
|
+
/**
|
|
77
|
+
* An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
|
|
78
|
+
*/
|
|
58
79
|
tags?: pulumi.Input<{
|
|
59
80
|
[key: string]: pulumi.Input<string>;
|
|
60
81
|
}>;
|
|
@@ -62,5 +83,8 @@ export interface VpcConnectionArgs {
|
|
|
62
83
|
* The Amazon Resource Name (ARN) of the target cluster
|
|
63
84
|
*/
|
|
64
85
|
targetClusterArn: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* The VPC ID of the remote client.
|
|
88
|
+
*/
|
|
65
89
|
vpcId: pulumi.Input<string>;
|
|
66
90
|
}
|
package/msk/vpcConnection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vpcConnection.js","sourceRoot":"","sources":["../../msk/vpcConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,aAAa,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"vpcConnection.js","sourceRoot":"","sources":["../../msk/vpcConnection.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* An OpenSearch Serverless index resource
|
|
5
|
+
*/
|
|
6
|
+
export declare function getIndex(args: GetIndexArgs, opts?: pulumi.InvokeOptions): Promise<GetIndexResult>;
|
|
7
|
+
export interface GetIndexArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The endpoint for the collection.
|
|
10
|
+
*/
|
|
11
|
+
collectionEndpoint: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the OpenSearch Serverless index.
|
|
14
|
+
*/
|
|
15
|
+
indexName: string;
|
|
16
|
+
}
|
|
17
|
+
export interface GetIndexResult {
|
|
18
|
+
/**
|
|
19
|
+
* Index Mappings
|
|
20
|
+
*/
|
|
21
|
+
readonly mappings?: outputs.opensearchserverless.MappingsProperties;
|
|
22
|
+
/**
|
|
23
|
+
* Index settings
|
|
24
|
+
*/
|
|
25
|
+
readonly settings?: outputs.opensearchserverless.IndexSettings;
|
|
26
|
+
/**
|
|
27
|
+
* The unique identifier for the index.
|
|
28
|
+
*/
|
|
29
|
+
readonly uuid?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* An OpenSearch Serverless index resource
|
|
33
|
+
*/
|
|
34
|
+
export declare function getIndexOutput(args: GetIndexOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIndexResult>;
|
|
35
|
+
export interface GetIndexOutputArgs {
|
|
36
|
+
/**
|
|
37
|
+
* The endpoint for the collection.
|
|
38
|
+
*/
|
|
39
|
+
collectionEndpoint: pulumi.Input<string>;
|
|
40
|
+
/**
|
|
41
|
+
* The name of the OpenSearch Serverless index.
|
|
42
|
+
*/
|
|
43
|
+
indexName: pulumi.Input<string>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.getIndexOutput = exports.getIndex = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* An OpenSearch Serverless index resource
|
|
10
|
+
*/
|
|
11
|
+
function getIndex(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:opensearchserverless:getIndex", {
|
|
14
|
+
"collectionEndpoint": args.collectionEndpoint,
|
|
15
|
+
"indexName": args.indexName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getIndex = getIndex;
|
|
19
|
+
/**
|
|
20
|
+
* An OpenSearch Serverless index resource
|
|
21
|
+
*/
|
|
22
|
+
function getIndexOutput(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("aws-native:opensearchserverless:getIndex", {
|
|
25
|
+
"collectionEndpoint": args.collectionEndpoint,
|
|
26
|
+
"indexName": args.indexName,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getIndexOutput = getIndexOutput;
|
|
30
|
+
//# sourceMappingURL=getIndex.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIndex.js","sourceRoot":"","sources":["../../opensearchserverless/getIndex.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,0CAA0C,EAAE;QACrE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AA2BD;;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,0CAA0C,EAAE;QAC3E,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
|
@@ -15,6 +15,9 @@ export interface GetSecurityConfigResult {
|
|
|
15
15
|
* Security config description
|
|
16
16
|
*/
|
|
17
17
|
readonly description?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Describes IAM Identity Center options in the form of a key-value map.
|
|
20
|
+
*/
|
|
18
21
|
readonly iamIdentityCenterOptions?: outputs.opensearchserverless.SecurityConfigIamIdentityCenterConfigOptions;
|
|
19
22
|
/**
|
|
20
23
|
* The identifier of the security config
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecurityConfig.js","sourceRoot":"","sources":["../../opensearchserverless/getSecurityConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;
|
|
1
|
+
{"version":3,"file":"getSecurityConfig.js","sourceRoot":"","sources":["../../opensearchserverless/getSecurityConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;AA2BD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC"}
|
|
@@ -10,6 +10,9 @@ export declare const getAccessPolicyOutput: typeof import("./getAccessPolicy").g
|
|
|
10
10
|
export { GetCollectionArgs, GetCollectionResult, GetCollectionOutputArgs } from "./getCollection";
|
|
11
11
|
export declare const getCollection: typeof import("./getCollection").getCollection;
|
|
12
12
|
export declare const getCollectionOutput: typeof import("./getCollection").getCollectionOutput;
|
|
13
|
+
export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex";
|
|
14
|
+
export declare const getIndex: typeof import("./getIndex").getIndex;
|
|
15
|
+
export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput;
|
|
13
16
|
export { GetLifecyclePolicyArgs, GetLifecyclePolicyResult, GetLifecyclePolicyOutputArgs } from "./getLifecyclePolicy";
|
|
14
17
|
export declare const getLifecyclePolicy: typeof import("./getLifecyclePolicy").getLifecyclePolicy;
|
|
15
18
|
export declare const getLifecyclePolicyOutput: typeof import("./getLifecyclePolicy").getLifecyclePolicyOutput;
|
|
@@ -22,6 +25,9 @@ export declare const getSecurityPolicyOutput: typeof import("./getSecurityPolicy
|
|
|
22
25
|
export { GetVpcEndpointArgs, GetVpcEndpointResult, GetVpcEndpointOutputArgs } from "./getVpcEndpoint";
|
|
23
26
|
export declare const getVpcEndpoint: typeof import("./getVpcEndpoint").getVpcEndpoint;
|
|
24
27
|
export declare const getVpcEndpointOutput: typeof import("./getVpcEndpoint").getVpcEndpointOutput;
|
|
28
|
+
export { IndexArgs } from "./index_";
|
|
29
|
+
export type Index = import("./index_").Index;
|
|
30
|
+
export declare const Index: typeof import("./index_").Index;
|
|
25
31
|
export { LifecyclePolicyArgs } from "./lifecyclePolicy";
|
|
26
32
|
export type LifecyclePolicy = import("./lifecyclePolicy").LifecyclePolicy;
|
|
27
33
|
export declare const LifecyclePolicy: typeof import("./lifecyclePolicy").LifecyclePolicy;
|
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.VpcEndpoint = exports.SecurityPolicy = exports.SecurityConfig = exports.LifecyclePolicy = exports.getVpcEndpointOutput = exports.getVpcEndpoint = exports.getSecurityPolicyOutput = exports.getSecurityPolicy = exports.getSecurityConfigOutput = exports.getSecurityConfig = exports.getLifecyclePolicyOutput = exports.getLifecyclePolicy = exports.getCollectionOutput = exports.getCollection = exports.getAccessPolicyOutput = exports.getAccessPolicy = exports.Collection = exports.AccessPolicy = void 0;
|
|
19
|
+
exports.VpcEndpoint = exports.SecurityPolicy = exports.SecurityConfig = exports.LifecyclePolicy = exports.Index = exports.getVpcEndpointOutput = exports.getVpcEndpoint = exports.getSecurityPolicyOutput = exports.getSecurityPolicy = exports.getSecurityConfigOutput = exports.getSecurityConfig = exports.getLifecyclePolicyOutput = exports.getLifecyclePolicy = exports.getIndexOutput = exports.getIndex = exports.getCollectionOutput = exports.getCollection = exports.getAccessPolicyOutput = exports.getAccessPolicy = exports.Collection = exports.AccessPolicy = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.AccessPolicy = null;
|
|
@@ -29,6 +29,9 @@ utilities.lazyLoad(exports, ["getAccessPolicy", "getAccessPolicyOutput"], () =>
|
|
|
29
29
|
exports.getCollection = null;
|
|
30
30
|
exports.getCollectionOutput = null;
|
|
31
31
|
utilities.lazyLoad(exports, ["getCollection", "getCollectionOutput"], () => require("./getCollection"));
|
|
32
|
+
exports.getIndex = null;
|
|
33
|
+
exports.getIndexOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getIndex", "getIndexOutput"], () => require("./getIndex"));
|
|
32
35
|
exports.getLifecyclePolicy = null;
|
|
33
36
|
exports.getLifecyclePolicyOutput = null;
|
|
34
37
|
utilities.lazyLoad(exports, ["getLifecyclePolicy", "getLifecyclePolicyOutput"], () => require("./getLifecyclePolicy"));
|
|
@@ -41,6 +44,8 @@ utilities.lazyLoad(exports, ["getSecurityPolicy", "getSecurityPolicyOutput"], ()
|
|
|
41
44
|
exports.getVpcEndpoint = null;
|
|
42
45
|
exports.getVpcEndpointOutput = null;
|
|
43
46
|
utilities.lazyLoad(exports, ["getVpcEndpoint", "getVpcEndpointOutput"], () => require("./getVpcEndpoint"));
|
|
47
|
+
exports.Index = null;
|
|
48
|
+
utilities.lazyLoad(exports, ["Index"], () => require("./index_"));
|
|
44
49
|
exports.LifecyclePolicy = null;
|
|
45
50
|
utilities.lazyLoad(exports, ["LifecyclePolicy"], () => require("./lifecyclePolicy"));
|
|
46
51
|
exports.SecurityConfig = null;
|
|
@@ -59,6 +64,8 @@ const _module = {
|
|
|
59
64
|
return new exports.AccessPolicy(name, undefined, { urn });
|
|
60
65
|
case "aws-native:opensearchserverless:Collection":
|
|
61
66
|
return new exports.Collection(name, undefined, { urn });
|
|
67
|
+
case "aws-native:opensearchserverless:Index":
|
|
68
|
+
return new exports.Index(name, undefined, { urn });
|
|
62
69
|
case "aws-native:opensearchserverless:LifecyclePolicy":
|
|
63
70
|
return new exports.LifecyclePolicy(name, undefined, { urn });
|
|
64
71
|
case "aws-native:opensearchserverless:SecurityConfig":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../opensearchserverless/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../opensearchserverless/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* An OpenSearch Serverless index resource
|
|
6
|
+
*/
|
|
7
|
+
export declare class Index extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Index resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Index;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of Index. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is Index;
|
|
22
|
+
/**
|
|
23
|
+
* The endpoint for the collection.
|
|
24
|
+
*/
|
|
25
|
+
readonly collectionEndpoint: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the OpenSearch Serverless index.
|
|
28
|
+
*/
|
|
29
|
+
readonly indexName: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* Index Mappings
|
|
32
|
+
*/
|
|
33
|
+
readonly mappings: pulumi.Output<outputs.opensearchserverless.MappingsProperties | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Index settings
|
|
36
|
+
*/
|
|
37
|
+
readonly settings: pulumi.Output<outputs.opensearchserverless.IndexSettings | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* The unique identifier for the index.
|
|
40
|
+
*/
|
|
41
|
+
readonly uuid: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Create a Index resource with the given unique name, arguments, and options.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resource.
|
|
46
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
47
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
48
|
+
*/
|
|
49
|
+
constructor(name: string, args: IndexArgs, opts?: pulumi.CustomResourceOptions);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* The set of arguments for constructing a Index resource.
|
|
53
|
+
*/
|
|
54
|
+
export interface IndexArgs {
|
|
55
|
+
/**
|
|
56
|
+
* The endpoint for the collection.
|
|
57
|
+
*/
|
|
58
|
+
collectionEndpoint: pulumi.Input<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The name of the OpenSearch Serverless index.
|
|
61
|
+
*/
|
|
62
|
+
indexName?: pulumi.Input<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Index Mappings
|
|
65
|
+
*/
|
|
66
|
+
mappings?: pulumi.Input<inputs.opensearchserverless.MappingsPropertiesArgs>;
|
|
67
|
+
/**
|
|
68
|
+
* Index settings
|
|
69
|
+
*/
|
|
70
|
+
settings?: pulumi.Input<inputs.opensearchserverless.IndexSettingsArgs>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.Index = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* An OpenSearch Serverless index resource
|
|
10
|
+
*/
|
|
11
|
+
class Index extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Index 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 Index(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Index. 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'] === Index.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Index 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.collectionEndpoint === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'collectionEndpoint'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["collectionEndpoint"] = args ? args.collectionEndpoint : undefined;
|
|
48
|
+
resourceInputs["indexName"] = args ? args.indexName : undefined;
|
|
49
|
+
resourceInputs["mappings"] = args ? args.mappings : undefined;
|
|
50
|
+
resourceInputs["settings"] = args ? args.settings : undefined;
|
|
51
|
+
resourceInputs["uuid"] = undefined /*out*/;
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
resourceInputs["collectionEndpoint"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["indexName"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["mappings"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["settings"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["uuid"] = undefined /*out*/;
|
|
59
|
+
}
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
61
|
+
const replaceOnChanges = { replaceOnChanges: ["collectionEndpoint", "indexName"] };
|
|
62
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
63
|
+
super(Index.__pulumiType, name, resourceInputs, opts);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.Index = Index;
|
|
67
|
+
/** @internal */
|
|
68
|
+
Index.__pulumiType = 'aws-native:opensearchserverless:Index';
|
|
69
|
+
//# sourceMappingURL=index_.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index_.js","sourceRoot":"","sources":["../../opensearchserverless/index_.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,KAAK,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAe,EAAE,IAAmC;QAC1E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,kBAAkB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/D,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAC;aACrE;YACD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;aAAM;YACH,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,oBAAoB,EAAE,WAAW,CAAC,EAAE,CAAC;QACnF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AA9EL,sBA+EC;AAlEG,gBAAgB;AACO,kBAAY,GAAG,uCAAuC,CAAC"}
|
|
@@ -68,6 +68,9 @@ export declare class SecurityConfig extends pulumi.CustomResource {
|
|
|
68
68
|
* Security config description
|
|
69
69
|
*/
|
|
70
70
|
readonly description: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* Describes IAM Identity Center options in the form of a key-value map.
|
|
73
|
+
*/
|
|
71
74
|
readonly iamIdentityCenterOptions: pulumi.Output<outputs.opensearchserverless.SecurityConfigIamIdentityCenterConfigOptions | undefined>;
|
|
72
75
|
/**
|
|
73
76
|
* The friendly name of the security config
|
|
@@ -98,6 +101,9 @@ export interface SecurityConfigArgs {
|
|
|
98
101
|
* Security config description
|
|
99
102
|
*/
|
|
100
103
|
description?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Describes IAM Identity Center options in the form of a key-value map.
|
|
106
|
+
*/
|
|
101
107
|
iamIdentityCenterOptions?: pulumi.Input<inputs.opensearchserverless.SecurityConfigIamIdentityCenterConfigOptionsArgs>;
|
|
102
108
|
/**
|
|
103
109
|
* The friendly name of the security config
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"securityConfig.js","sourceRoot":"","sources":["../../opensearchserverless/securityConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"securityConfig.js","sourceRoot":"","sources":["../../opensearchserverless/securityConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IA2BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAyB,EAAE,IAAmC;QACpF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;aAAM;YACH,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,sCAAsC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;QACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAjFL,wCAkFC;AArEG,gBAAgB;AACO,2BAAY,GAAG,gDAAgD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws-native",
|
|
3
|
-
"version": "1.26.0-alpha.
|
|
3
|
+
"version": "1.26.0-alpha.1741720127",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws-native 1.26.0-alpha.
|
|
18
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws-native 1.26.0-alpha.1741720127"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@pulumi/pulumi": "^3.142.0"
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"pulumi": {
|
|
28
28
|
"resource": true,
|
|
29
29
|
"name": "aws-native",
|
|
30
|
-
"version": "1.26.0-alpha.
|
|
30
|
+
"version": "1.26.0-alpha.1741720127"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws-native",
|
|
3
|
-
"version": "1.26.0-alpha.
|
|
3
|
+
"version": "1.26.0-alpha.1741720127",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"pulumi": {
|
|
27
27
|
"resource": true,
|
|
28
28
|
"name": "aws-native",
|
|
29
|
-
"version": "1.26.0-alpha.
|
|
29
|
+
"version": "1.26.0-alpha.1741720127"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Represents a Connector that connects AWS PrivateCA and your directory
|
|
6
6
|
*/
|
|
7
7
|
export declare class Connector extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ exports.Connector = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Represents a Connector that connects AWS PrivateCA and your directory
|
|
10
10
|
*/
|
|
11
11
|
class Connector extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Represents a Connector that connects AWS PrivateCA and your directory
|
|
4
4
|
*/
|
|
5
5
|
export declare function getConnector(args: GetConnectorArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectorResult>;
|
|
6
6
|
export interface GetConnectorArgs {
|
|
@@ -22,7 +22,7 @@ export interface GetConnectorResult {
|
|
|
22
22
|
};
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Represents a Connector that connects AWS PrivateCA and your directory
|
|
26
26
|
*/
|
|
27
27
|
export declare function getConnectorOutput(args: GetConnectorOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectorResult>;
|
|
28
28
|
export interface GetConnectorOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getConnectorOutput = exports.getConnector = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Represents a Connector that connects AWS PrivateCA and your directory
|
|
10
10
|
*/
|
|
11
11
|
function getConnector(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getConnector(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getConnector = getConnector;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Represents a Connector that connects AWS PrivateCA and your directory
|
|
20
20
|
*/
|
|
21
21
|
function getConnectorOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/quicksight/getTheme.d.ts
CHANGED
|
@@ -20,6 +20,14 @@ export interface GetThemeResult {
|
|
|
20
20
|
* <p>The Amazon Resource Name (ARN) of the theme.</p>
|
|
21
21
|
*/
|
|
22
22
|
readonly arn?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use `ListThemes` or choose *Themes* from within an analysis.
|
|
25
|
+
*/
|
|
26
|
+
readonly baseThemeId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The theme configuration, which contains the theme display properties.
|
|
29
|
+
*/
|
|
30
|
+
readonly configuration?: outputs.quicksight.ThemeConfiguration;
|
|
23
31
|
/**
|
|
24
32
|
* <p>The date and time that the theme was created.</p>
|
|
25
33
|
*/
|
|
@@ -45,6 +53,10 @@ export interface GetThemeResult {
|
|
|
45
53
|
*/
|
|
46
54
|
readonly type?: enums.quicksight.ThemeType;
|
|
47
55
|
readonly version?: outputs.quicksight.ThemeVersion;
|
|
56
|
+
/**
|
|
57
|
+
* A description of the first version of the theme that you're creating. Every time `UpdateTheme` is called, a new version is created. Each version of the theme has a description of the version in the `VersionDescription` field.
|
|
58
|
+
*/
|
|
59
|
+
readonly versionDescription?: string;
|
|
48
60
|
}
|
|
49
61
|
/**
|
|
50
62
|
* Definition of the AWS::QuickSight::Theme Resource Type.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTheme.js","sourceRoot":"","sources":["../../quicksight/getTheme.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,gCAAgC,EAAE;QAC3D,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;
|
|
1
|
+
{"version":3,"file":"getTheme.js","sourceRoot":"","sources":["../../quicksight/getTheme.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,gCAAgC,EAAE;QAC3D,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAwDD;;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,gCAAgC,EAAE;QACjE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|