@pulumi/aws-native 1.26.0-alpha.1741696873 → 1.26.0
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/athena/dataCatalog.d.ts +26 -2
- package/athena/dataCatalog.js +6 -0
- package/athena/dataCatalog.js.map +1 -1
- package/athena/getDataCatalog.d.ts +13 -1
- package/athena/getDataCatalog.js.map +1 -1
- package/backup/getRestoreTestingPlan.d.ts +1 -1
- package/backup/restoreTestingPlan.d.ts +2 -2
- 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 +5 -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 +9 -0
- package/batch/jobDefinition.js +4 -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/chatbot/getMicrosoftTeamsChannelConfiguration.d.ts +4 -0
- package/chatbot/getMicrosoftTeamsChannelConfiguration.js.map +1 -1
- package/chatbot/microsoftTeamsChannelConfiguration.d.ts +8 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js +2 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js.map +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 +13 -9
- package/ecr/pullThroughCacheRule.js +6 -2
- package/ecr/pullThroughCacheRule.js.map +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/elasticloadbalancingv2/getLoadBalancer.d.ts +2 -1
- package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +4 -2
- package/elasticloadbalancingv2/loadBalancer.js +2 -0
- package/elasticloadbalancingv2/loadBalancer.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/getManagedPolicy.d.ts +44 -0
- package/iam/getManagedPolicy.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/managedPolicy.d.ts +34 -0
- package/iam/managedPolicy.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/replicator.d.ts +1 -5
- package/msk/replicator.js +1 -1
- package/msk/replicator.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/rum/appMonitor.d.ts +2 -0
- package/rum/appMonitor.js +2 -0
- package/rum/appMonitor.js.map +1 -1
- package/rum/getAppMonitor.d.ts +1 -0
- package/rum/getAppMonitor.js.map +1 -1
- 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/athena/index.d.ts +17 -1
- package/types/enums/athena/index.js +13 -1
- package/types/enums/athena/index.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 +6 -1
- 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 +1540 -80
- package/types/output.d.ts +1551 -88
- 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
package/gamelift/getFleet.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export interface GetFleetResult {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly fleetId?: string;
|
|
35
35
|
/**
|
|
36
|
-
* A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as `us-west-2` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see [Amazon GameLift service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
36
|
+
* A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as `us-west-2` , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see [Amazon GameLift Servers service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
37
37
|
*/
|
|
38
38
|
readonly locations?: outputs.gamelift.FleetLocationConfiguration[];
|
|
39
39
|
/**
|
|
@@ -0,0 +1,113 @@
|
|
|
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::Application Resource Type
|
|
6
|
+
*/
|
|
7
|
+
export declare class Application extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Application 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): Application;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of Application. 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 Application;
|
|
22
|
+
/**
|
|
23
|
+
* An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more `ApplicationLogPaths` .
|
|
24
|
+
*/
|
|
25
|
+
readonly applicationLogOutputUri: pulumi.Output<string | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Locations of log files that your content generates during a stream session. Enter path values that are relative to the `ApplicationSourceUri` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in `ApplicationLogOutputUri` at the end of a stream session. To retrieve stored log files, call [GetStreamSession](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html) and get the `LogFileLocationUri` .
|
|
28
|
+
*/
|
|
29
|
+
readonly applicationLogPaths: pulumi.Output<string[] | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
|
|
32
|
+
*
|
|
33
|
+
* This value is immutable. To designate a different content location, create a new application.
|
|
34
|
+
*
|
|
35
|
+
* > The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
|
|
36
|
+
*/
|
|
37
|
+
readonly applicationSourceUri: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource across all AWS Regions. For example:
|
|
40
|
+
*
|
|
41
|
+
* `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` .
|
|
42
|
+
*/
|
|
43
|
+
readonly arn: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* An ID that uniquely identifies the application resource. For example: `a-9ZY8X7Wv6` .
|
|
46
|
+
*/
|
|
47
|
+
readonly awsId: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* A human-readable label for the application. You can update this value later.
|
|
50
|
+
*/
|
|
51
|
+
readonly description: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in `ApplicationSourceUri` .
|
|
54
|
+
*/
|
|
55
|
+
readonly executablePath: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
|
|
58
|
+
*/
|
|
59
|
+
readonly runtimeEnvironment: pulumi.Output<outputs.gameliftstreams.ApplicationRuntimeEnvironment>;
|
|
60
|
+
/**
|
|
61
|
+
* A list of labels to assign to the new application 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* .
|
|
62
|
+
*/
|
|
63
|
+
readonly tags: pulumi.Output<{
|
|
64
|
+
[key: string]: string;
|
|
65
|
+
} | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Create a Application resource with the given unique name, arguments, and options.
|
|
68
|
+
*
|
|
69
|
+
* @param name The _unique_ name of the resource.
|
|
70
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
71
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
72
|
+
*/
|
|
73
|
+
constructor(name: string, args: ApplicationArgs, opts?: pulumi.CustomResourceOptions);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The set of arguments for constructing a Application resource.
|
|
77
|
+
*/
|
|
78
|
+
export interface ApplicationArgs {
|
|
79
|
+
/**
|
|
80
|
+
* An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more `ApplicationLogPaths` .
|
|
81
|
+
*/
|
|
82
|
+
applicationLogOutputUri?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Locations of log files that your content generates during a stream session. Enter path values that are relative to the `ApplicationSourceUri` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in `ApplicationLogOutputUri` at the end of a stream session. To retrieve stored log files, call [GetStreamSession](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html) and get the `LogFileLocationUri` .
|
|
85
|
+
*/
|
|
86
|
+
applicationLogPaths?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87
|
+
/**
|
|
88
|
+
* The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
|
|
89
|
+
*
|
|
90
|
+
* This value is immutable. To designate a different content location, create a new application.
|
|
91
|
+
*
|
|
92
|
+
* > The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
|
|
93
|
+
*/
|
|
94
|
+
applicationSourceUri: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* A human-readable label for the application. You can update this value later.
|
|
97
|
+
*/
|
|
98
|
+
description: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in `ApplicationSourceUri` .
|
|
101
|
+
*/
|
|
102
|
+
executablePath: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
|
|
105
|
+
*/
|
|
106
|
+
runtimeEnvironment: pulumi.Input<inputs.gameliftstreams.ApplicationRuntimeEnvironmentArgs>;
|
|
107
|
+
/**
|
|
108
|
+
* A list of labels to assign to the new application 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* .
|
|
109
|
+
*/
|
|
110
|
+
tags?: pulumi.Input<{
|
|
111
|
+
[key: string]: pulumi.Input<string>;
|
|
112
|
+
}>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
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.Application = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::GameLiftStreams::Application Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class Application extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Application 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 Application(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Application. 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'] === Application.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Application 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.applicationSourceUri === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'applicationSourceUri'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.description === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'description'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.executablePath === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'executablePath'");
|
|
52
|
+
}
|
|
53
|
+
if ((!args || args.runtimeEnvironment === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'runtimeEnvironment'");
|
|
55
|
+
}
|
|
56
|
+
resourceInputs["applicationLogOutputUri"] = args ? args.applicationLogOutputUri : undefined;
|
|
57
|
+
resourceInputs["applicationLogPaths"] = args ? args.applicationLogPaths : undefined;
|
|
58
|
+
resourceInputs["applicationSourceUri"] = args ? args.applicationSourceUri : undefined;
|
|
59
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
60
|
+
resourceInputs["executablePath"] = args ? args.executablePath : undefined;
|
|
61
|
+
resourceInputs["runtimeEnvironment"] = args ? args.runtimeEnvironment : undefined;
|
|
62
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
63
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
resourceInputs["applicationLogOutputUri"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["applicationLogPaths"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["applicationSourceUri"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["executablePath"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["runtimeEnvironment"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
76
|
+
}
|
|
77
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
|
+
const replaceOnChanges = { replaceOnChanges: ["applicationSourceUri", "executablePath", "runtimeEnvironment"] };
|
|
79
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
80
|
+
super(Application.__pulumiType, name, resourceInputs, opts);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.Application = Application;
|
|
84
|
+
/** @internal */
|
|
85
|
+
Application.__pulumiType = 'aws-native:gameliftstreams:Application';
|
|
86
|
+
//# sourceMappingURL=application.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application.js","sourceRoot":"","sources":["../../gameliftstreams/application.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Definition of AWS::GameLiftStreams::Application Resource Type
|
|
4
|
+
*/
|
|
5
|
+
export declare function getApplication(args: GetApplicationArgs, opts?: pulumi.InvokeOptions): Promise<GetApplicationResult>;
|
|
6
|
+
export interface GetApplicationArgs {
|
|
7
|
+
/**
|
|
8
|
+
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource across all AWS Regions. For example:
|
|
9
|
+
*
|
|
10
|
+
* `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` .
|
|
11
|
+
*/
|
|
12
|
+
arn: string;
|
|
13
|
+
}
|
|
14
|
+
export interface GetApplicationResult {
|
|
15
|
+
/**
|
|
16
|
+
* An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more `ApplicationLogPaths` .
|
|
17
|
+
*/
|
|
18
|
+
readonly applicationLogOutputUri?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Locations of log files that your content generates during a stream session. Enter path values that are relative to the `ApplicationSourceUri` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in `ApplicationLogOutputUri` at the end of a stream session. To retrieve stored log files, call [GetStreamSession](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html) and get the `LogFileLocationUri` .
|
|
21
|
+
*/
|
|
22
|
+
readonly applicationLogPaths?: string[];
|
|
23
|
+
/**
|
|
24
|
+
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource across all AWS Regions. For example:
|
|
25
|
+
*
|
|
26
|
+
* `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` .
|
|
27
|
+
*/
|
|
28
|
+
readonly arn?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A human-readable label for the application. You can update this value later.
|
|
31
|
+
*/
|
|
32
|
+
readonly description?: string;
|
|
33
|
+
/**
|
|
34
|
+
* An ID that uniquely identifies the application resource. For example: `a-9ZY8X7Wv6` .
|
|
35
|
+
*/
|
|
36
|
+
readonly id?: string;
|
|
37
|
+
/**
|
|
38
|
+
* A list of labels to assign to the new application 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* .
|
|
39
|
+
*/
|
|
40
|
+
readonly tags?: {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Definition of AWS::GameLiftStreams::Application Resource Type
|
|
46
|
+
*/
|
|
47
|
+
export declare function getApplicationOutput(args: GetApplicationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetApplicationResult>;
|
|
48
|
+
export interface GetApplicationOutputArgs {
|
|
49
|
+
/**
|
|
50
|
+
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource across all AWS Regions. For example:
|
|
51
|
+
*
|
|
52
|
+
* `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` .
|
|
53
|
+
*/
|
|
54
|
+
arn: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -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.getApplicationOutput = exports.getApplication = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::GameLiftStreams::Application Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getApplication(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:gameliftstreams:getApplication", {
|
|
14
|
+
"arn": args.arn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getApplication = getApplication;
|
|
18
|
+
/**
|
|
19
|
+
* Definition of AWS::GameLiftStreams::Application Resource Type
|
|
20
|
+
*/
|
|
21
|
+
function getApplicationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:gameliftstreams:getApplication", {
|
|
24
|
+
"arn": args.arn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getApplicationOutput = getApplicationOutput;
|
|
28
|
+
//# sourceMappingURL=getApplication.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getApplication.js","sourceRoot":"","sources":["../../gameliftstreams/getApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,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;AAuCD;;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,50 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of AWS::GameLiftStreams::StreamGroup Resource Type
|
|
5
|
+
*/
|
|
6
|
+
export declare function getStreamGroup(args: GetStreamGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetStreamGroupResult>;
|
|
7
|
+
export interface GetStreamGroupArgs {
|
|
8
|
+
/**
|
|
9
|
+
* 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` .
|
|
10
|
+
*/
|
|
11
|
+
arn: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetStreamGroupResult {
|
|
14
|
+
/**
|
|
15
|
+
* 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` .
|
|
16
|
+
*/
|
|
17
|
+
readonly arn?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Object that identifies the Amazon GameLift Streams application to stream with this stream group.
|
|
20
|
+
*/
|
|
21
|
+
readonly defaultApplication?: outputs.gameliftstreams.StreamGroupDefaultApplication;
|
|
22
|
+
/**
|
|
23
|
+
* A descriptive label for the stream group.
|
|
24
|
+
*/
|
|
25
|
+
readonly description?: string;
|
|
26
|
+
/**
|
|
27
|
+
* An ID that uniquely identifies the stream group resource. For example: `sg-1AB2C3De4` .
|
|
28
|
+
*/
|
|
29
|
+
readonly id?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 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.
|
|
32
|
+
*/
|
|
33
|
+
readonly locationConfigurations?: outputs.gameliftstreams.StreamGroupLocationConfiguration[];
|
|
34
|
+
/**
|
|
35
|
+
* 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* .
|
|
36
|
+
*/
|
|
37
|
+
readonly tags?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Definition of AWS::GameLiftStreams::StreamGroup Resource Type
|
|
43
|
+
*/
|
|
44
|
+
export declare function getStreamGroupOutput(args: GetStreamGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStreamGroupResult>;
|
|
45
|
+
export interface GetStreamGroupOutputArgs {
|
|
46
|
+
/**
|
|
47
|
+
* 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` .
|
|
48
|
+
*/
|
|
49
|
+
arn: pulumi.Input<string>;
|
|
50
|
+
}
|
|
@@ -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
|
+
}
|