@pulumi/aws-native 1.26.0-alpha.1741696873 → 1.26.0-alpha.1741720127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/batch/computeEnvironment.d.ts +4 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/consumableResource.d.ts +92 -0
- package/batch/consumableResource.js +78 -0
- package/batch/consumableResource.js.map +1 -0
- package/batch/getConsumableResource.d.ts +43 -0
- package/batch/getConsumableResource.js +28 -0
- package/batch/getConsumableResource.js.map +1 -0
- package/batch/getJobDefinition.d.ts +4 -0
- package/batch/getJobDefinition.js.map +1 -1
- package/batch/index.d.ts +6 -0
- package/batch/index.js +8 -1
- package/batch/index.js.map +1 -1
- package/batch/jobDefinition.d.ts +8 -0
- package/batch/jobDefinition.js +2 -0
- package/batch/jobDefinition.js.map +1 -1
- package/bedrock/agent.d.ts +24 -0
- package/bedrock/agent.js.map +1 -1
- package/bedrock/blueprint.d.ts +108 -0
- package/bedrock/blueprint.js +82 -0
- package/bedrock/blueprint.js.map +1 -0
- package/bedrock/dataAutomationProject.d.ts +124 -0
- package/bedrock/dataAutomationProject.js +82 -0
- package/bedrock/dataAutomationProject.js.map +1 -0
- package/bedrock/getAgent.d.ts +12 -0
- package/bedrock/getAgent.js.map +1 -1
- package/bedrock/getBlueprint.d.ts +61 -0
- package/bedrock/getBlueprint.js +28 -0
- package/bedrock/getBlueprint.js.map +1 -0
- package/bedrock/getDataAutomationProject.d.ts +75 -0
- package/bedrock/getDataAutomationProject.js +28 -0
- package/bedrock/getDataAutomationProject.js.map +1 -0
- package/bedrock/index.d.ts +12 -0
- package/bedrock/index.js +15 -1
- package/bedrock/index.js.map +1 -1
- package/ce/costCategory.d.ts +11 -1
- package/ce/costCategory.js +3 -1
- package/ce/costCategory.js.map +1 -1
- package/ce/getCostCategory.d.ts +7 -2
- package/ce/getCostCategory.js +2 -2
- package/ce/getCostCategory.js.map +1 -1
- package/chatbot/customAction.d.ts +2 -2
- package/chatbot/getCustomAction.d.ts +1 -1
- package/cloudformation/getStack.d.ts +1 -1
- package/cloudformation/stack.d.ts +2 -2
- package/cloudtrail/getChannel.d.ts +4 -0
- package/cloudtrail/getChannel.js.map +1 -1
- package/cognito/getUserPool.d.ts +1 -1
- package/cognito/userPool.d.ts +2 -2
- package/datasync/locationNfs.js +0 -2
- package/datasync/locationNfs.js.map +1 -1
- package/datasync/locationObjectStorage.js +1 -1
- package/datasync/locationObjectStorage.js.map +1 -1
- package/datazone/domain.d.ts +16 -0
- package/datazone/domain.js +5 -1
- package/datazone/domain.js.map +1 -1
- package/datazone/getDomain.d.ts +4 -0
- package/datazone/getDomain.js.map +1 -1
- package/dynamodb/getTable.d.ts +2 -2
- package/dynamodb/table.d.ts +4 -4
- package/ec2/carrierGateway.d.ts +1 -1
- package/ec2/carrierGateway.js +1 -1
- package/ec2/getCarrierGateway.d.ts +2 -2
- package/ec2/getCarrierGateway.js +2 -2
- package/ec2/getLocalGatewayRoute.d.ts +2 -2
- package/ec2/getLocalGatewayRoute.js +2 -2
- package/ec2/getLocalGatewayRouteTable.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTable.js +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.js +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.js +2 -2
- package/ec2/getVpcEndpointService.d.ts +5 -0
- package/ec2/getVpcEndpointService.js.map +1 -1
- package/ec2/localGatewayRoute.d.ts +1 -1
- package/ec2/localGatewayRoute.js +1 -1
- package/ec2/localGatewayRouteTable.d.ts +1 -1
- package/ec2/localGatewayRouteTable.js +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.js +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.js +1 -1
- package/ec2/vpcEndpointService.d.ts +9 -0
- package/ec2/vpcEndpointService.js +2 -0
- package/ec2/vpcEndpointService.js.map +1 -1
- package/ecr/getReplicationConfiguration.d.ts +7 -5
- package/ecr/getReplicationConfiguration.js +4 -2
- package/ecr/getReplicationConfiguration.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +13 -13
- package/ecr/getRepositoryCreationTemplate.js +2 -2
- package/ecr/pullThroughCacheRule.d.ts +9 -9
- package/ecr/pullThroughCacheRule.js +1 -1
- package/ecr/replicationConfiguration.d.ts +3 -2
- package/ecr/replicationConfiguration.js +2 -1
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +19 -19
- package/ecr/repositoryCreationTemplate.js +1 -1
- package/ecs/getService.d.ts +1 -1
- package/ecs/service.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +2 -4
- package/ecs/taskDefinition.js.map +1 -1
- package/gamelift/containerFleet.d.ts +2 -2
- package/gamelift/fleet.d.ts +2 -2
- package/gamelift/getContainerFleet.d.ts +1 -1
- package/gamelift/getFleet.d.ts +1 -1
- package/gameliftstreams/application.d.ts +113 -0
- package/gameliftstreams/application.js +86 -0
- package/gameliftstreams/application.js.map +1 -0
- package/gameliftstreams/getApplication.d.ts +55 -0
- package/gameliftstreams/getApplication.js +28 -0
- package/gameliftstreams/getApplication.js.map +1 -0
- package/gameliftstreams/getStreamGroup.d.ts +50 -0
- package/gameliftstreams/getStreamGroup.js +28 -0
- package/gameliftstreams/getStreamGroup.js.map +1 -0
- package/gameliftstreams/index.d.ts +12 -0
- package/gameliftstreams/index.js +32 -0
- package/gameliftstreams/index.js.map +1 -0
- package/gameliftstreams/streamGroup.d.ts +165 -0
- package/gameliftstreams/streamGroup.js +79 -0
- package/gameliftstreams/streamGroup.js.map +1 -0
- package/guardduty/getPublishingDestination.d.ts +6 -0
- package/guardduty/getPublishingDestination.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +12 -0
- package/guardduty/publishingDestination.js.map +1 -1
- package/iam/getSamlProvider.d.ts +13 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/index.d.ts +1 -0
- package/iam/index.js +16 -0
- package/iam/index.js.map +1 -1
- package/iam/samlProvider.d.ts +40 -3
- package/iam/samlProvider.js +11 -4
- package/iam/samlProvider.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/getSoftwarePackage.d.ts +9 -0
- package/iot/getSoftwarePackage.js.map +1 -1
- package/iot/getSoftwarePackageVersion.d.ts +7 -0
- package/iot/getSoftwarePackageVersion.js.map +1 -1
- package/iot/getThingType.d.ts +1 -1
- package/iot/getTopicRule.d.ts +0 -4
- package/iot/getTopicRule.js.map +1 -1
- package/iot/softwarePackage.d.ts +12 -0
- package/iot/softwarePackage.js.map +1 -1
- package/iot/softwarePackageVersion.d.ts +13 -0
- package/iot/softwarePackageVersion.js +8 -0
- package/iot/softwarePackageVersion.js.map +1 -1
- package/iot/thingType.d.ts +2 -2
- package/iot/topicRule.d.ts +0 -4
- package/iot/topicRule.js.map +1 -1
- package/lambda/function.d.ts +14 -2
- package/lambda/function.js +1 -1
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +7 -5
- package/lambda/getFunction.js.map +1 -1
- package/medialive/cloudWatchAlarmTemplate.d.ts +2 -2
- package/medialive/cloudWatchAlarmTemplate.js +0 -3
- package/medialive/cloudWatchAlarmTemplate.js.map +1 -1
- package/medialive/eventBridgeRuleTemplate.d.ts +2 -2
- package/medialive/eventBridgeRuleTemplate.js +0 -3
- package/medialive/eventBridgeRuleTemplate.js.map +1 -1
- package/mediapackagev2/channel.d.ts +16 -0
- package/mediapackagev2/channel.js +4 -0
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getChannel.d.ts +8 -0
- package/mediapackagev2/getChannel.js.map +1 -1
- package/msk/batchScramSecret.d.ts +12 -0
- package/msk/batchScramSecret.js.map +1 -1
- package/msk/cluster.d.ts +69 -0
- package/msk/cluster.js.map +1 -1
- package/msk/configuration.d.ts +33 -0
- package/msk/configuration.js.map +1 -1
- package/msk/getBatchScramSecret.d.ts +9 -0
- package/msk/getBatchScramSecret.js.map +1 -1
- package/msk/getCluster.d.ts +39 -0
- package/msk/getCluster.js.map +1 -1
- package/msk/getConfiguration.d.ts +15 -0
- package/msk/getConfiguration.js.map +1 -1
- package/msk/getServerlessCluster.d.ts +9 -0
- package/msk/getServerlessCluster.js.map +1 -1
- package/msk/getVpcConnection.d.ts +3 -0
- package/msk/getVpcConnection.js.map +1 -1
- package/msk/serverlessCluster.d.ts +21 -0
- package/msk/serverlessCluster.js.map +1 -1
- package/msk/vpcConnection.d.ts +24 -0
- package/msk/vpcConnection.js.map +1 -1
- package/opensearchserverless/getIndex.d.ts +44 -0
- package/opensearchserverless/getIndex.js +30 -0
- package/opensearchserverless/getIndex.js.map +1 -0
- package/opensearchserverless/getSecurityConfig.d.ts +3 -0
- package/opensearchserverless/getSecurityConfig.js.map +1 -1
- package/opensearchserverless/index.d.ts +6 -0
- package/opensearchserverless/index.js +8 -1
- package/opensearchserverless/index.js.map +1 -1
- package/opensearchserverless/index_.d.ts +71 -0
- package/opensearchserverless/index_.js +69 -0
- package/opensearchserverless/index_.js.map +1 -0
- package/opensearchserverless/securityConfig.d.ts +6 -0
- package/opensearchserverless/securityConfig.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/pcaconnectorad/connector.d.ts +1 -1
- package/pcaconnectorad/connector.js +1 -1
- package/pcaconnectorad/getConnector.d.ts +2 -2
- package/pcaconnectorad/getConnector.js +2 -2
- package/quicksight/getTheme.d.ts +12 -0
- package/quicksight/getTheme.js.map +1 -1
- package/rds/dbInstance.d.ts +14 -2
- package/rds/dbInstance.js +2 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/dbParameterGroup.d.ts +2 -2
- package/rds/getDbInstance.d.ts +1 -1
- package/rds/getDbParameterGroup.d.ts +1 -1
- package/rds/getGlobalCluster.d.ts +0 -3
- package/rds/getGlobalCluster.js.map +1 -1
- package/rds/globalCluster.d.ts +0 -3
- package/rds/globalCluster.js.map +1 -1
- package/redshift/integration.d.ts +2 -2
- package/s3/bucketPolicy.d.ts +4 -1
- package/s3/bucketPolicy.js +4 -1
- package/s3/bucketPolicy.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +8 -2
- package/s3/getBucketPolicy.js +8 -2
- package/s3/getBucketPolicy.js.map +1 -1
- package/sagemaker/cluster.d.ts +2 -2
- package/sagemaker/getCluster.d.ts +1 -1
- package/sagemaker/getModelPackage.d.ts +4 -1
- package/sagemaker/getModelPackage.js.map +1 -1
- package/sagemaker/inferenceComponent.d.ts +2 -0
- package/sagemaker/inferenceComponent.js +2 -0
- package/sagemaker/inferenceComponent.js.map +1 -1
- package/sagemaker/modelPackage.d.ts +8 -2
- package/sagemaker/modelPackage.js.map +1 -1
- package/transfer/agreement.d.ts +10 -2
- package/transfer/agreement.js +2 -3
- package/transfer/agreement.js.map +1 -1
- package/transfer/getAgreement.d.ts +4 -0
- package/transfer/getAgreement.js.map +1 -1
- package/transfer/getServer.d.ts +5 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +5 -0
- package/transfer/server.js.map +1 -1
- package/types/enums/batch/index.d.ts +8 -0
- package/types/enums/batch/index.js +5 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/bedrock/index.d.ts +94 -0
- package/types/enums/bedrock/index.js +70 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/dms/index.d.ts +7 -0
- package/types/enums/dms/index.js +7 -1
- package/types/enums/dms/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +5 -0
- package/types/enums/ec2/index.js +5 -1
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +8 -0
- package/types/enums/iam/index.js +10 -0
- package/types/enums/iam/index.js.map +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +7 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/medialive/index.d.ts +1 -0
- package/types/enums/medialive/index.js +1 -0
- package/types/enums/medialive/index.js.map +1 -1
- package/types/enums/msk/index.d.ts +15 -0
- package/types/enums/msk/index.js.map +1 -1
- package/types/enums/oam/index.d.ts +2 -0
- package/types/enums/oam/index.js +2 -0
- package/types/enums/oam/index.js.map +1 -1
- package/types/enums/opensearchserverless/index.d.ts +37 -0
- package/types/enums/opensearchserverless/index.js +22 -1
- package/types/enums/opensearchserverless/index.js.map +1 -1
- package/types/enums/pcaconnectorad/index.d.ts +5 -0
- package/types/enums/pcaconnectorad/index.js +5 -1
- package/types/enums/pcaconnectorad/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +31 -0
- package/types/enums/quicksight/index.js +35 -9
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +5 -0
- package/types/enums/sagemaker/index.js +7 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/wafv2/index.d.ts +78 -0
- package/types/enums/wafv2/index.js +25 -1
- package/types/enums/wafv2/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +29 -0
- package/types/enums/workspacesweb/index.js +26 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +1502 -65
- package/types/output.d.ts +1513 -73
- package/types/output.js.map +1 -1
- package/wisdom/aiPrompt.d.ts +2 -2
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
- package/xray/getTransactionSearchConfig.d.ts +19 -0
- package/xray/getTransactionSearchConfig.js +28 -0
- package/xray/getTransactionSearchConfig.js.map +1 -0
- package/xray/index.d.ts +6 -0
- package/xray/index.js +8 -1
- package/xray/index.js.map +1 -1
- package/xray/transactionSearchConfig.d.ts +36 -0
- package/xray/transactionSearchConfig.js +58 -0
- package/xray/transactionSearchConfig.js.map +1 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStreamGroupOutput = exports.getStreamGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::GameLiftStreams::StreamGroup Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getStreamGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:gameliftstreams:getStreamGroup", {
|
|
14
|
+
"arn": args.arn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getStreamGroup = getStreamGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Definition of AWS::GameLiftStreams::StreamGroup Resource Type
|
|
20
|
+
*/
|
|
21
|
+
function getStreamGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:gameliftstreams:getStreamGroup", {
|
|
24
|
+
"arn": args.arn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getStreamGroupOutput = getStreamGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getStreamGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStreamGroup.js","sourceRoot":"","sources":["../../gameliftstreams/getStreamGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAmCD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { ApplicationArgs } from "./application";
|
|
2
|
+
export type Application = import("./application").Application;
|
|
3
|
+
export declare const Application: typeof import("./application").Application;
|
|
4
|
+
export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
|
|
5
|
+
export declare const getApplication: typeof import("./getApplication").getApplication;
|
|
6
|
+
export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
|
|
7
|
+
export { GetStreamGroupArgs, GetStreamGroupResult, GetStreamGroupOutputArgs } from "./getStreamGroup";
|
|
8
|
+
export declare const getStreamGroup: typeof import("./getStreamGroup").getStreamGroup;
|
|
9
|
+
export declare const getStreamGroupOutput: typeof import("./getStreamGroup").getStreamGroupOutput;
|
|
10
|
+
export { StreamGroupArgs } from "./streamGroup";
|
|
11
|
+
export type StreamGroup = import("./streamGroup").StreamGroup;
|
|
12
|
+
export declare const StreamGroup: typeof import("./streamGroup").StreamGroup;
|
|
@@ -0,0 +1,32 @@
|
|
|
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.StreamGroup = exports.getStreamGroupOutput = exports.getStreamGroup = exports.getApplicationOutput = exports.getApplication = exports.Application = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.Application = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Application"], () => require("./application"));
|
|
10
|
+
exports.getApplication = null;
|
|
11
|
+
exports.getApplicationOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getApplication", "getApplicationOutput"], () => require("./getApplication"));
|
|
13
|
+
exports.getStreamGroup = null;
|
|
14
|
+
exports.getStreamGroupOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getStreamGroup", "getStreamGroupOutput"], () => require("./getStreamGroup"));
|
|
16
|
+
exports.StreamGroup = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["StreamGroup"], () => require("./streamGroup"));
|
|
18
|
+
const _module = {
|
|
19
|
+
version: utilities.getVersion(),
|
|
20
|
+
construct: (name, type, urn) => {
|
|
21
|
+
switch (type) {
|
|
22
|
+
case "aws-native:gameliftstreams:Application":
|
|
23
|
+
return new exports.Application(name, undefined, { urn });
|
|
24
|
+
case "aws-native:gameliftstreams:StreamGroup":
|
|
25
|
+
return new exports.StreamGroup(name, undefined, { urn });
|
|
26
|
+
default:
|
|
27
|
+
throw new Error(`unknown resource type ${type}`);
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
pulumi.runtime.registerResourceModule("aws-native", "gameliftstreams", _module);
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../gameliftstreams/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGhE,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAI7F,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAG7E,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,wCAAwC;gBACzC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Definition of AWS::GameLiftStreams::StreamGroup Resource Type
|
|
6
|
+
*/
|
|
7
|
+
export declare class StreamGroup extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing StreamGroup 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): StreamGroup;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of StreamGroup. 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 StreamGroup;
|
|
22
|
+
/**
|
|
23
|
+
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the stream group resource. For example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` .
|
|
24
|
+
*/
|
|
25
|
+
readonly arn: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* An ID that uniquely identifies the stream group resource. For example: `sg-1AB2C3De4` .
|
|
28
|
+
*/
|
|
29
|
+
readonly awsId: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* Object that identifies the Amazon GameLift Streams application to stream with this stream group.
|
|
32
|
+
*/
|
|
33
|
+
readonly defaultApplication: pulumi.Output<outputs.gameliftstreams.StreamGroupDefaultApplication | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* A descriptive label for the stream group.
|
|
36
|
+
*/
|
|
37
|
+
readonly description: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* A set of one or more locations and the streaming capacity for each location. One of the locations MUST be your primary location, which is the AWS Region where you are specifying this resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly locationConfigurations: pulumi.Output<outputs.gameliftstreams.StreamGroupLocationConfiguration[]>;
|
|
42
|
+
/**
|
|
43
|
+
* The target stream quality for sessions that are hosted in this stream group. Set a stream class that is appropriate to the type of content that you're streaming. Stream class determines the type of computing resources Amazon GameLift Streams uses and impacts the cost of streaming. The following options are available:
|
|
44
|
+
*
|
|
45
|
+
* A stream class can be one of the following:
|
|
46
|
+
*
|
|
47
|
+
* - *`gen5n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.4, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA A10G Tensor GPU.
|
|
48
|
+
*
|
|
49
|
+
* - Reference resolution: 1080p
|
|
50
|
+
* - Reference frame rate: 60 fps
|
|
51
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
52
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
53
|
+
* - *`gen5n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA A10G Tensor GPU.
|
|
54
|
+
*
|
|
55
|
+
* - Reference resolution: 1080p
|
|
56
|
+
* - Reference frame rate: 60 fps
|
|
57
|
+
* - Workload specifications: 4 vCPUs, 16 GB RAM, 12 GB VRAM
|
|
58
|
+
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
59
|
+
* - *`gen5n_ultra` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Uses dedicated NVIDIA A10G Tensor GPU.
|
|
60
|
+
*
|
|
61
|
+
* - Reference resolution: 1080p
|
|
62
|
+
* - Reference frame rate: 60 fps
|
|
63
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
64
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
65
|
+
* - *`gen4n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.4, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA T4 Tensor GPU.
|
|
66
|
+
*
|
|
67
|
+
* - Reference resolution: 1080p
|
|
68
|
+
* - Reference frame rate: 60 fps
|
|
69
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
|
|
70
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
71
|
+
* - *`gen4n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA T4 Tensor GPU.
|
|
72
|
+
*
|
|
73
|
+
* - Reference resolution: 1080p
|
|
74
|
+
* - Reference frame rate: 60 fps
|
|
75
|
+
* - Workload specifications: 4 vCPUs, 16 GB RAM, 8 GB VRAM
|
|
76
|
+
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
77
|
+
* - *`gen4n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA T4 Tensor GPU.
|
|
78
|
+
*
|
|
79
|
+
* - Reference resolution: 1080p
|
|
80
|
+
* - Reference frame rate: 60 fps
|
|
81
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
|
|
82
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
83
|
+
*/
|
|
84
|
+
readonly streamClass: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* A list of labels to assign to the new stream group resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See [Tagging AWS Resources](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) in the *AWS General Reference* .
|
|
87
|
+
*/
|
|
88
|
+
readonly tags: pulumi.Output<{
|
|
89
|
+
[key: string]: string;
|
|
90
|
+
} | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Create a StreamGroup resource with the given unique name, arguments, and options.
|
|
93
|
+
*
|
|
94
|
+
* @param name The _unique_ name of the resource.
|
|
95
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
96
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
97
|
+
*/
|
|
98
|
+
constructor(name: string, args: StreamGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* The set of arguments for constructing a StreamGroup resource.
|
|
102
|
+
*/
|
|
103
|
+
export interface StreamGroupArgs {
|
|
104
|
+
/**
|
|
105
|
+
* Object that identifies the Amazon GameLift Streams application to stream with this stream group.
|
|
106
|
+
*/
|
|
107
|
+
defaultApplication?: pulumi.Input<inputs.gameliftstreams.StreamGroupDefaultApplicationArgs>;
|
|
108
|
+
/**
|
|
109
|
+
* A descriptive label for the stream group.
|
|
110
|
+
*/
|
|
111
|
+
description: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* A set of one or more locations and the streaming capacity for each location. One of the locations MUST be your primary location, which is the AWS Region where you are specifying this resource.
|
|
114
|
+
*/
|
|
115
|
+
locationConfigurations: pulumi.Input<pulumi.Input<inputs.gameliftstreams.StreamGroupLocationConfigurationArgs>[]>;
|
|
116
|
+
/**
|
|
117
|
+
* The target stream quality for sessions that are hosted in this stream group. Set a stream class that is appropriate to the type of content that you're streaming. Stream class determines the type of computing resources Amazon GameLift Streams uses and impacts the cost of streaming. The following options are available:
|
|
118
|
+
*
|
|
119
|
+
* A stream class can be one of the following:
|
|
120
|
+
*
|
|
121
|
+
* - *`gen5n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.4, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA A10G Tensor GPU.
|
|
122
|
+
*
|
|
123
|
+
* - Reference resolution: 1080p
|
|
124
|
+
* - Reference frame rate: 60 fps
|
|
125
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
126
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
127
|
+
* - *`gen5n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA A10G Tensor GPU.
|
|
128
|
+
*
|
|
129
|
+
* - Reference resolution: 1080p
|
|
130
|
+
* - Reference frame rate: 60 fps
|
|
131
|
+
* - Workload specifications: 4 vCPUs, 16 GB RAM, 12 GB VRAM
|
|
132
|
+
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
133
|
+
* - *`gen5n_ultra` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Uses dedicated NVIDIA A10G Tensor GPU.
|
|
134
|
+
*
|
|
135
|
+
* - Reference resolution: 1080p
|
|
136
|
+
* - Reference frame rate: 60 fps
|
|
137
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
138
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
139
|
+
* - *`gen4n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.4, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA T4 Tensor GPU.
|
|
140
|
+
*
|
|
141
|
+
* - Reference resolution: 1080p
|
|
142
|
+
* - Reference frame rate: 60 fps
|
|
143
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
|
|
144
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
145
|
+
* - *`gen4n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA T4 Tensor GPU.
|
|
146
|
+
*
|
|
147
|
+
* - Reference resolution: 1080p
|
|
148
|
+
* - Reference frame rate: 60 fps
|
|
149
|
+
* - Workload specifications: 4 vCPUs, 16 GB RAM, 8 GB VRAM
|
|
150
|
+
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
151
|
+
* - *`gen4n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA T4 Tensor GPU.
|
|
152
|
+
*
|
|
153
|
+
* - Reference resolution: 1080p
|
|
154
|
+
* - Reference frame rate: 60 fps
|
|
155
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
|
|
156
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
157
|
+
*/
|
|
158
|
+
streamClass: pulumi.Input<string>;
|
|
159
|
+
/**
|
|
160
|
+
* A list of labels to assign to the new stream group resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See [Tagging AWS Resources](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) in the *AWS General Reference* .
|
|
161
|
+
*/
|
|
162
|
+
tags?: pulumi.Input<{
|
|
163
|
+
[key: string]: pulumi.Input<string>;
|
|
164
|
+
}>;
|
|
165
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
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.StreamGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::GameLiftStreams::StreamGroup Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class StreamGroup extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing StreamGroup 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 StreamGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of StreamGroup. 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'] === StreamGroup.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a StreamGroup 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.description === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'description'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.locationConfigurations === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'locationConfigurations'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.streamClass === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'streamClass'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["defaultApplication"] = args ? args.defaultApplication : undefined;
|
|
54
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
55
|
+
resourceInputs["locationConfigurations"] = args ? args.locationConfigurations : undefined;
|
|
56
|
+
resourceInputs["streamClass"] = args ? args.streamClass : undefined;
|
|
57
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
58
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["defaultApplication"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["locationConfigurations"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["streamClass"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
const replaceOnChanges = { replaceOnChanges: ["defaultApplication.id", "streamClass"] };
|
|
72
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
73
|
+
super(StreamGroup.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.StreamGroup = StreamGroup;
|
|
77
|
+
/** @internal */
|
|
78
|
+
StreamGroup.__pulumiType = 'aws-native:gameliftstreams:StreamGroup';
|
|
79
|
+
//# sourceMappingURL=streamGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streamGroup.js","sourceRoot":"","sources":["../../gameliftstreams/streamGroup.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,6 +15,9 @@ export interface GetPublishingDestinationArgs {
|
|
|
15
15
|
id: string;
|
|
16
16
|
}
|
|
17
17
|
export interface GetPublishingDestinationResult {
|
|
18
|
+
/**
|
|
19
|
+
* Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.
|
|
20
|
+
*/
|
|
18
21
|
readonly destinationProperties?: outputs.guardduty.PublishingDestinationCfnDestinationProperties;
|
|
19
22
|
/**
|
|
20
23
|
* The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
|
|
@@ -32,6 +35,9 @@ export interface GetPublishingDestinationResult {
|
|
|
32
35
|
* The status of the publishing destination.
|
|
33
36
|
*/
|
|
34
37
|
readonly status?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Describes a tag.
|
|
40
|
+
*/
|
|
35
41
|
readonly tags?: outputs.Tag[];
|
|
36
42
|
}
|
|
37
43
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPublishingDestination.js","sourceRoot":"","sources":["../../guardduty/getPublishingDestination.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC;
|
|
1
|
+
{"version":3,"file":"getPublishingDestination.js","sourceRoot":"","sources":["../../guardduty/getPublishingDestination.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC;AAuCD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wEAMC"}
|
|
@@ -23,6 +23,9 @@ export declare class PublishingDestination extends pulumi.CustomResource {
|
|
|
23
23
|
* The ID of the publishing destination.
|
|
24
24
|
*/
|
|
25
25
|
readonly awsId: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.
|
|
28
|
+
*/
|
|
26
29
|
readonly destinationProperties: pulumi.Output<outputs.guardduty.PublishingDestinationCfnDestinationProperties>;
|
|
27
30
|
/**
|
|
28
31
|
* The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
|
|
@@ -40,6 +43,9 @@ export declare class PublishingDestination extends pulumi.CustomResource {
|
|
|
40
43
|
* The status of the publishing destination.
|
|
41
44
|
*/
|
|
42
45
|
readonly status: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Describes a tag.
|
|
48
|
+
*/
|
|
43
49
|
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
44
50
|
/**
|
|
45
51
|
* Create a PublishingDestination resource with the given unique name, arguments, and options.
|
|
@@ -54,6 +60,9 @@ export declare class PublishingDestination extends pulumi.CustomResource {
|
|
|
54
60
|
* The set of arguments for constructing a PublishingDestination resource.
|
|
55
61
|
*/
|
|
56
62
|
export interface PublishingDestinationArgs {
|
|
63
|
+
/**
|
|
64
|
+
* Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.
|
|
65
|
+
*/
|
|
57
66
|
destinationProperties: pulumi.Input<inputs.guardduty.PublishingDestinationCfnDestinationPropertiesArgs>;
|
|
58
67
|
/**
|
|
59
68
|
* The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
|
|
@@ -63,5 +72,8 @@ export interface PublishingDestinationArgs {
|
|
|
63
72
|
* The ID of the GuardDuty detector associated with the publishing destination.
|
|
64
73
|
*/
|
|
65
74
|
detectorId: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Describes a tag.
|
|
77
|
+
*/
|
|
66
78
|
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
67
79
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publishingDestination.js","sourceRoot":"","sources":["../../guardduty/publishingDestination.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClF,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;
|
|
1
|
+
{"version":3,"file":"publishingDestination.js","sourceRoot":"","sources":["../../guardduty/publishingDestination.ts"],"names":[],"mappings":"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"}
|
package/iam/getSamlProvider.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
3
4
|
/**
|
|
4
5
|
* Resource Type definition for AWS::IAM::SAMLProvider
|
|
5
6
|
*/
|
|
@@ -15,12 +16,24 @@ export interface GetSamlProviderResult {
|
|
|
15
16
|
* Amazon Resource Name (ARN) of the SAML provider
|
|
16
17
|
*/
|
|
17
18
|
readonly arn?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The encryption setting for the SAML provider
|
|
21
|
+
*/
|
|
22
|
+
readonly assertionEncryptionMode?: enums.iam.SamlProviderAssertionEncryptionMode;
|
|
23
|
+
/**
|
|
24
|
+
* The private key metadata for the SAML provider.
|
|
25
|
+
*/
|
|
26
|
+
readonly privateKeyList?: outputs.iam.SamlProviderSamlPrivateKey[];
|
|
18
27
|
/**
|
|
19
28
|
* An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
|
|
20
29
|
*
|
|
21
30
|
* For more information, see [About SAML 2.0-based federation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html) in the *IAM User Guide*
|
|
22
31
|
*/
|
|
23
32
|
readonly samlMetadataDocument?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The unique identifier assigned to the SAML provider
|
|
35
|
+
*/
|
|
36
|
+
readonly samlProviderUuid?: string;
|
|
24
37
|
/**
|
|
25
38
|
* A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see [Tagging IAM resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html) in the *IAM User Guide* .
|
|
26
39
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSamlProvider.js","sourceRoot":"","sources":["../../iam/getSamlProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;
|
|
1
|
+
{"version":3,"file":"getSamlProvider.js","sourceRoot":"","sources":["../../iam/getSamlProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAuCD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,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,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
package/iam/index.d.ts
CHANGED
|
@@ -76,3 +76,4 @@ export declare const UserPolicy: typeof import("./userPolicy").UserPolicy;
|
|
|
76
76
|
export { VirtualMfaDeviceArgs } from "./virtualMfaDevice";
|
|
77
77
|
export type VirtualMfaDevice = import("./virtualMfaDevice").VirtualMfaDevice;
|
|
78
78
|
export declare const VirtualMfaDevice: typeof import("./virtualMfaDevice").VirtualMfaDevice;
|
|
79
|
+
export * from "../types/enums/iam";
|
package/iam/index.js
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
4
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
19
|
exports.VirtualMfaDevice = exports.UserPolicy = exports.User = exports.ServiceLinkedRole = exports.ServerCertificate = exports.SamlProvider = exports.RolePolicy = exports.Role = exports.OidcProvider = exports.ManagedPolicy = exports.InstanceProfile = exports.GroupPolicy = exports.Group = exports.getVirtualMfaDeviceOutput = exports.getVirtualMfaDevice = exports.getUserPolicyOutput = exports.getUserPolicy = exports.getUserOutput = exports.getUser = exports.getServiceLinkedRoleOutput = exports.getServiceLinkedRole = exports.getServerCertificateOutput = exports.getServerCertificate = exports.getSamlProviderOutput = exports.getSamlProvider = exports.getRolePolicyOutput = exports.getRolePolicy = exports.getRoleOutput = exports.getRole = exports.getOidcProviderOutput = exports.getOidcProvider = exports.getManagedPolicyOutput = exports.getManagedPolicy = exports.getInstanceProfileOutput = exports.getInstanceProfile = exports.getGroupPolicyOutput = exports.getGroupPolicy = exports.getGroupOutput = exports.getGroup = void 0;
|
|
6
20
|
const pulumi = require("@pulumi/pulumi");
|
|
@@ -70,6 +84,8 @@ exports.UserPolicy = null;
|
|
|
70
84
|
utilities.lazyLoad(exports, ["UserPolicy"], () => require("./userPolicy"));
|
|
71
85
|
exports.VirtualMfaDevice = null;
|
|
72
86
|
utilities.lazyLoad(exports, ["VirtualMfaDevice"], () => require("./virtualMfaDevice"));
|
|
87
|
+
// Export enums:
|
|
88
|
+
__exportStar(require("../types/enums/iam"), exports);
|
|
73
89
|
const _module = {
|
|
74
90
|
version: utilities.getVersion(),
|
|
75
91
|
construct: (name, type, urn) => {
|
package/iam/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../iam/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../iam/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGnG,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,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,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,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAI5G,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAIxE,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;AAIpE,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAI5E,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAI5E,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGvF,gBAAgB;AAChB,qDAAmC;AAEnC,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,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,4BAA4B;gBAC7B,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,6BAA6B;gBAC9B,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,qBAAqB;gBACtB,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,2BAA2B;gBAC5B,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,6BAA6B;gBAC9B,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kCAAkC;gBACnC,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,kCAAkC;gBACnC,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,qBAAqB;gBACtB,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,2BAA2B;gBAC5B,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,iCAAiC;gBAClC,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA"}
|
package/iam/samlProvider.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
4
5
|
/**
|
|
5
6
|
* Resource Type definition for AWS::IAM::SAMLProvider
|
|
6
7
|
*/
|
|
@@ -19,22 +20,42 @@ export declare class SamlProvider extends pulumi.CustomResource {
|
|
|
19
20
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
21
|
*/
|
|
21
22
|
static isInstance(obj: any): obj is SamlProvider;
|
|
23
|
+
/**
|
|
24
|
+
* The private key from your external identity provider
|
|
25
|
+
*/
|
|
26
|
+
readonly addPrivateKey: pulumi.Output<string | undefined>;
|
|
22
27
|
/**
|
|
23
28
|
* Amazon Resource Name (ARN) of the SAML provider
|
|
24
29
|
*/
|
|
25
30
|
readonly arn: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The encryption setting for the SAML provider
|
|
33
|
+
*/
|
|
34
|
+
readonly assertionEncryptionMode: pulumi.Output<enums.iam.SamlProviderAssertionEncryptionMode | undefined>;
|
|
26
35
|
/**
|
|
27
36
|
* The name of the provider to create.
|
|
28
37
|
*
|
|
29
38
|
* This parameter allows (through its [regex pattern](https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex) ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
|
|
30
39
|
*/
|
|
31
40
|
readonly name: pulumi.Output<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* The private key metadata for the SAML provider.
|
|
43
|
+
*/
|
|
44
|
+
readonly privateKeyList: pulumi.Output<outputs.iam.SamlProviderSamlPrivateKey[] | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* The Key ID of the private key to remove
|
|
47
|
+
*/
|
|
48
|
+
readonly removePrivateKey: pulumi.Output<string | undefined>;
|
|
32
49
|
/**
|
|
33
50
|
* An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
|
|
34
51
|
*
|
|
35
52
|
* For more information, see [About SAML 2.0-based federation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html) in the *IAM User Guide*
|
|
36
53
|
*/
|
|
37
|
-
readonly samlMetadataDocument: pulumi.Output<string>;
|
|
54
|
+
readonly samlMetadataDocument: pulumi.Output<string | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* The unique identifier assigned to the SAML provider
|
|
57
|
+
*/
|
|
58
|
+
readonly samlProviderUuid: pulumi.Output<string>;
|
|
38
59
|
/**
|
|
39
60
|
* A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see [Tagging IAM resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html) in the *IAM User Guide* .
|
|
40
61
|
*
|
|
@@ -48,24 +69,40 @@ export declare class SamlProvider extends pulumi.CustomResource {
|
|
|
48
69
|
* @param args The arguments to use to populate this resource's properties.
|
|
49
70
|
* @param opts A bag of options that control this resource's behavior.
|
|
50
71
|
*/
|
|
51
|
-
constructor(name: string, args
|
|
72
|
+
constructor(name: string, args?: SamlProviderArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
73
|
}
|
|
53
74
|
/**
|
|
54
75
|
* The set of arguments for constructing a SamlProvider resource.
|
|
55
76
|
*/
|
|
56
77
|
export interface SamlProviderArgs {
|
|
78
|
+
/**
|
|
79
|
+
* The private key from your external identity provider
|
|
80
|
+
*/
|
|
81
|
+
addPrivateKey?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The encryption setting for the SAML provider
|
|
84
|
+
*/
|
|
85
|
+
assertionEncryptionMode?: pulumi.Input<enums.iam.SamlProviderAssertionEncryptionMode>;
|
|
57
86
|
/**
|
|
58
87
|
* The name of the provider to create.
|
|
59
88
|
*
|
|
60
89
|
* This parameter allows (through its [regex pattern](https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex) ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
|
|
61
90
|
*/
|
|
62
91
|
name?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The private key metadata for the SAML provider.
|
|
94
|
+
*/
|
|
95
|
+
privateKeyList?: pulumi.Input<pulumi.Input<inputs.iam.SamlProviderSamlPrivateKeyArgs>[]>;
|
|
96
|
+
/**
|
|
97
|
+
* The Key ID of the private key to remove
|
|
98
|
+
*/
|
|
99
|
+
removePrivateKey?: pulumi.Input<string>;
|
|
63
100
|
/**
|
|
64
101
|
* An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
|
|
65
102
|
*
|
|
66
103
|
* For more information, see [About SAML 2.0-based federation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html) in the *IAM User Guide*
|
|
67
104
|
*/
|
|
68
|
-
samlMetadataDocument
|
|
105
|
+
samlMetadataDocument?: pulumi.Input<string>;
|
|
69
106
|
/**
|
|
70
107
|
* A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see [Tagging IAM resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html) in the *IAM User Guide* .
|
|
71
108
|
*
|