@pulumi/aws 5.2.0-alpha.1650047579 → 5.2.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/apigateway/stage.d.ts +18 -6
- package/apigateway/stage.js +2 -0
- package/apigateway/stage.js.map +1 -1
- package/athena/database.d.ts +42 -0
- package/athena/database.js +26 -0
- package/athena/database.js.map +1 -1
- package/autoscaling/attachment.d.ts +1 -1
- package/autoscaling/attachment.js +1 -1
- package/autoscaling/group.d.ts +19 -10
- package/autoscaling/group.js +4 -1
- package/autoscaling/group.js.map +1 -1
- package/backup/plan.d.ts +3 -0
- package/backup/plan.js +3 -0
- package/backup/plan.js.map +1 -1
- package/cfg/rule.d.ts +39 -12
- package/cfg/rule.js +27 -0
- package/cfg/rule.js.map +1 -1
- package/cloudformation/stackSet.d.ts +12 -0
- package/cloudformation/stackSet.js +2 -0
- package/cloudformation/stackSet.js.map +1 -1
- package/cloudformation/stackSetInstance.d.ts +19 -1
- package/cloudformation/stackSetInstance.js +9 -1
- package/cloudformation/stackSetInstance.js.map +1 -1
- package/cloudtrail/trail.d.ts +31 -30
- package/cloudtrail/trail.js +31 -30
- package/cloudtrail/trail.js.map +1 -1
- package/cloudwatch/getEventBus.d.ts +51 -0
- package/cloudwatch/getEventBus.js +38 -0
- package/cloudwatch/getEventBus.js.map +1 -0
- package/cloudwatch/index.d.ts +1 -0
- package/cloudwatch/index.js +1 -0
- package/cloudwatch/index.js.map +1 -1
- package/cognito/index.d.ts +1 -0
- package/cognito/index.js +5 -0
- package/cognito/index.js.map +1 -1
- package/cognito/userInGroup.d.ts +100 -0
- package/cognito/userInGroup.js +90 -0
- package/cognito/userInGroup.js.map +1 -0
- package/cognito/userPoolClient.d.ts +22 -0
- package/cognito/userPoolClient.js +22 -0
- package/cognito/userPoolClient.js.map +1 -1
- package/datasync/fsxOpenZfsFileSystem.d.ts +175 -0
- package/datasync/fsxOpenZfsFileSystem.js +104 -0
- package/datasync/fsxOpenZfsFileSystem.js.map +1 -0
- package/datasync/index.d.ts +1 -0
- package/datasync/index.js +5 -0
- package/datasync/index.js.map +1 -1
- package/dynamodb/contributorInsights.d.ts +82 -0
- package/dynamodb/contributorInsights.js +76 -0
- package/dynamodb/contributorInsights.js.map +1 -0
- package/dynamodb/index.d.ts +1 -0
- package/dynamodb/index.js +5 -0
- package/dynamodb/index.js.map +1 -1
- package/dynamodb/tableItem.d.ts +6 -9
- package/dynamodb/tableItem.js.map +1 -1
- package/ec2/amiLaunchPermission.d.ts +70 -10
- package/ec2/amiLaunchPermission.js +32 -5
- package/ec2/amiLaunchPermission.js.map +1 -1
- package/ec2/defaultNetworkAcl.d.ts +1 -1
- package/ec2/defaultNetworkAcl.js +1 -1
- package/ec2/getEips.d.ts +1 -1
- package/ec2/getNatGateways.d.ts +65 -0
- package/ec2/getNatGateways.js +28 -0
- package/ec2/getNatGateways.js.map +1 -0
- package/ec2/getRoute.d.ts +9 -0
- package/ec2/getRoute.js +1 -0
- package/ec2/getRoute.js.map +1 -1
- package/ec2/index.d.ts +1 -0
- package/ec2/index.js +1 -0
- package/ec2/index.js.map +1 -1
- package/ec2/instance.d.ts +18 -6
- package/ec2/instance.js +2 -0
- package/ec2/instance.js.map +1 -1
- package/ec2/keyPair.d.ts +3 -12
- package/ec2/keyPair.js.map +1 -1
- package/ec2/route.d.ts +12 -0
- package/ec2/route.js +2 -0
- package/ec2/route.js.map +1 -1
- package/ec2/spotInstanceRequest.d.ts +18 -6
- package/ec2/spotInstanceRequest.js +2 -0
- package/ec2/spotInstanceRequest.js.map +1 -1
- package/ec2/vpc.d.ts +3 -3
- package/ec2/vpcEndpointService.d.ts +4 -4
- package/ec2/vpcIpam.d.ts +12 -0
- package/ec2/vpcIpam.js +2 -0
- package/ec2/vpcIpam.js.map +1 -1
- package/ec2/vpnConnection.d.ts +16 -0
- package/ec2/vpnConnection.js +4 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/eks/addon.d.ts +18 -6
- package/eks/addon.js +2 -0
- package/eks/addon.js.map +1 -1
- package/eks/getAddonVersion.d.ts +82 -0
- package/eks/getAddonVersion.js +51 -0
- package/eks/getAddonVersion.js.map +1 -0
- package/eks/index.d.ts +1 -0
- package/eks/index.js +1 -0
- package/eks/index.js.map +1 -1
- package/elasticache/cluster.d.ts +64 -3
- package/elasticache/cluster.js +32 -0
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/getCluster.d.ts +4 -0
- package/elasticache/getCluster.js.map +1 -1
- package/elasticache/getReplicationGroup.d.ts +5 -0
- package/elasticache/getReplicationGroup.js.map +1 -1
- package/elasticache/index.d.ts +1 -0
- package/elasticache/index.js +5 -0
- package/elasticache/index.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +54 -6
- package/elasticache/replicationGroup.js +32 -0
- package/elasticache/replicationGroup.js.map +1 -1
- package/elasticache/userGroupAssociation.d.ts +100 -0
- package/elasticache/userGroupAssociation.js +97 -0
- package/elasticache/userGroupAssociation.js.map +1 -0
- package/emr/cluster.d.ts +6 -6
- package/gamelift/alias.d.ts +2 -2
- package/gamelift/alias.js +2 -2
- package/gamelift/build.d.ts +6 -6
- package/gamelift/build.js +2 -2
- package/gamelift/fleet.d.ts +10 -14
- package/gamelift/fleet.js +2 -2
- package/gamelift/fleet.js.map +1 -1
- package/gamelift/gameServerGroup.d.ts +5 -5
- package/gamelift/gameServerGroup.js +3 -3
- package/gamelift/gameSessionQueue.d.ts +2 -2
- package/gamelift/gameSessionQueue.js +2 -2
- package/gamelift/script.d.ts +4 -4
- package/gamelift/script.js +2 -2
- package/getCanonicalUserId.d.ts +2 -0
- package/getCanonicalUserId.js +2 -0
- package/getCanonicalUserId.js.map +1 -1
- package/glue/schema.d.ts +3 -3
- package/grafana/index.d.ts +1 -0
- package/grafana/index.js +5 -0
- package/grafana/index.js.map +1 -1
- package/grafana/roleAssociation.d.ts +121 -0
- package/grafana/roleAssociation.js +98 -0
- package/grafana/roleAssociation.js.map +1 -0
- package/guardduty/ipset.d.ts +0 -1
- package/guardduty/ipset.js +0 -1
- package/guardduty/ipset.js.map +1 -1
- package/iam/getSamlProvider.d.ts +81 -0
- package/iam/getSamlProvider.js +39 -0
- package/iam/getSamlProvider.js.map +1 -0
- package/iam/group.d.ts +0 -2
- package/iam/group.js +0 -2
- package/iam/group.js.map +1 -1
- package/iam/index.d.ts +1 -0
- package/iam/index.js +1 -0
- package/iam/index.js.map +1 -1
- package/imagebuilder/getImagePipelines.d.ts +57 -0
- package/imagebuilder/getImagePipelines.js +40 -0
- package/imagebuilder/getImagePipelines.js.map +1 -0
- package/imagebuilder/index.d.ts +1 -0
- package/imagebuilder/index.js +1 -0
- package/imagebuilder/index.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +7 -3
- package/index.js.map +1 -1
- package/iot/authorizer.d.ts +12 -0
- package/iot/authorizer.js +2 -0
- package/iot/authorizer.js.map +1 -1
- package/iot/index.d.ts +3 -0
- package/iot/index.js +15 -0
- package/iot/index.js.map +1 -1
- package/iot/indexingConfiguration.d.ts +98 -0
- package/iot/indexingConfiguration.js +88 -0
- package/iot/indexingConfiguration.js.map +1 -0
- package/iot/loggingOptions.d.ts +87 -0
- package/iot/loggingOptions.js +74 -0
- package/iot/loggingOptions.js.map +1 -0
- package/iot/provisioningTemplate.d.ts +232 -0
- package/iot/provisioningTemplate.js +144 -0
- package/iot/provisioningTemplate.js.map +1 -0
- package/keyspaces/index.d.ts +1 -0
- package/keyspaces/index.js +37 -0
- package/keyspaces/index.js.map +1 -0
- package/keyspaces/keyspace.d.ts +114 -0
- package/keyspaces/keyspace.js +77 -0
- package/keyspaces/keyspace.js.map +1 -0
- package/lambda/function.d.ts +44 -0
- package/lambda/function.js +34 -0
- package/lambda/function.js.map +1 -1
- package/lambda/functionUrl.d.ts +153 -0
- package/lambda/functionUrl.js +111 -0
- package/lambda/functionUrl.js.map +1 -0
- package/lambda/getFunction.d.ts +4 -0
- package/lambda/getFunction.js.map +1 -1
- package/lambda/getFunctionUrl.d.ts +85 -0
- package/lambda/getFunctionUrl.js +39 -0
- package/lambda/getFunctionUrl.js.map +1 -0
- package/lambda/index.d.ts +2 -0
- package/lambda/index.js +6 -0
- package/lambda/index.js.map +1 -1
- package/lambda/permission.d.ts +18 -6
- package/lambda/permission.js +2 -0
- package/lambda/permission.js.map +1 -1
- package/memorydb/getAcl.d.ts +75 -0
- package/memorydb/getAcl.js +37 -0
- package/memorydb/getAcl.js.map +1 -0
- package/memorydb/getCluster.d.ts +152 -0
- package/memorydb/getCluster.js +37 -0
- package/memorydb/getCluster.js.map +1 -0
- package/memorydb/getParameterGroup.d.ts +83 -0
- package/memorydb/getParameterGroup.js +37 -0
- package/memorydb/getParameterGroup.js.map +1 -0
- package/memorydb/getSnapshot.d.ts +87 -0
- package/memorydb/getSnapshot.js +37 -0
- package/memorydb/getSnapshot.js.map +1 -0
- package/memorydb/getSubnetGroup.d.ts +79 -0
- package/memorydb/getSubnetGroup.js +37 -0
- package/memorydb/getSubnetGroup.js.map +1 -0
- package/memorydb/getUser.d.ts +80 -0
- package/memorydb/getUser.js +37 -0
- package/memorydb/getUser.js.map +1 -0
- package/memorydb/index.d.ts +6 -0
- package/memorydb/index.js +6 -0
- package/memorydb/index.js.map +1 -1
- package/msk/getCluster.d.ts +4 -0
- package/msk/getCluster.js.map +1 -1
- package/mskconnect/connector.d.ts +270 -0
- package/mskconnect/connector.js +166 -0
- package/mskconnect/connector.js.map +1 -0
- package/mskconnect/getConnector.d.ts +57 -0
- package/mskconnect/getConnector.js +36 -0
- package/mskconnect/getConnector.js.map +1 -0
- package/mskconnect/index.d.ts +2 -0
- package/mskconnect/index.js +6 -0
- package/mskconnect/index.js.map +1 -1
- package/mwaa/environment.d.ts +12 -0
- package/mwaa/environment.js +2 -0
- package/mwaa/environment.js.map +1 -1
- package/neptune/clusterEndpoint.d.ts +9 -0
- package/neptune/clusterEndpoint.js.map +1 -1
- package/opensearch/domain.d.ts +445 -0
- package/opensearch/domain.js +273 -0
- package/opensearch/domain.js.map +1 -0
- package/opensearch/domainPolicy.d.ts +93 -0
- package/opensearch/domainPolicy.js +90 -0
- package/opensearch/domainPolicy.js.map +1 -0
- package/opensearch/domainSamlOptions.d.ts +105 -0
- package/opensearch/domainSamlOptions.js +98 -0
- package/opensearch/domainSamlOptions.js.map +1 -0
- package/opensearch/getDomain.d.ts +144 -0
- package/opensearch/getDomain.js +37 -0
- package/opensearch/getDomain.js.map +1 -0
- package/opensearch/index.d.ts +4 -0
- package/opensearch/index.js +48 -0
- package/opensearch/index.js.map +1 -0
- package/organizations/account.d.ts +17 -5
- package/organizations/account.js +4 -2
- package/organizations/account.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/qldb/getLedger.d.ts +10 -0
- package/qldb/getLedger.js +1 -0
- package/qldb/getLedger.js.map +1 -1
- package/qldb/index.d.ts +1 -0
- package/qldb/index.js +5 -0
- package/qldb/index.js.map +1 -1
- package/qldb/ledger.d.ts +12 -0
- package/qldb/ledger.js +2 -0
- package/qldb/ledger.js.map +1 -1
- package/qldb/stream.d.ts +159 -0
- package/qldb/stream.js +104 -0
- package/qldb/stream.js.map +1 -0
- package/rds/cluster.d.ts +3 -3
- package/rds/clusterActivityStream.d.ts +138 -0
- package/rds/clusterActivityStream.js +112 -0
- package/rds/clusterActivityStream.js.map +1 -0
- package/rds/index.d.ts +2 -0
- package/rds/index.js +10 -0
- package/rds/index.js.map +1 -1
- package/rds/instance.d.ts +3 -3
- package/rds/instanceAutomatedBackupsReplication.d.ts +153 -0
- package/rds/instanceAutomatedBackupsReplication.js +127 -0
- package/rds/instanceAutomatedBackupsReplication.js.map +1 -0
- package/route53/getTrafficPolicyDocument.d.ts +125 -0
- package/route53/getTrafficPolicyDocument.js +72 -0
- package/route53/getTrafficPolicyDocument.js.map +1 -0
- package/route53/index.d.ts +3 -0
- package/route53/index.js +11 -0
- package/route53/index.js.map +1 -1
- package/route53/trafficPolicy.d.ts +122 -0
- package/route53/trafficPolicy.js +94 -0
- package/route53/trafficPolicy.js.map +1 -0
- package/route53/trafficPolicyInstance.d.ts +121 -0
- package/route53/trafficPolicyInstance.js +94 -0
- package/route53/trafficPolicyInstance.js.map +1 -0
- package/s3/bucketObject.d.ts +2 -12
- package/s3/bucketObject.js +2 -0
- package/s3/bucketObject.js.map +1 -1
- package/s3/bucketObjectLockConfigurationV2.d.ts +35 -2
- package/s3/bucketObjectLockConfigurationV2.js +35 -2
- package/s3/bucketObjectLockConfigurationV2.js.map +1 -1
- package/s3/bucketV2.d.ts +518 -32
- package/s3/bucketV2.js +378 -12
- package/s3/bucketV2.js.map +1 -1
- package/s3/getCanonicalUserId.d.ts +2 -0
- package/s3/getCanonicalUserId.js +2 -0
- package/s3/getCanonicalUserId.js.map +1 -1
- package/ses/identityNotificationTopic.d.ts +10 -10
- package/ses/identityNotificationTopic.js +1 -1
- package/ssm/getDocument.d.ts +3 -3
- package/ssm/getMaintenanceWindows.d.ts +53 -0
- package/ssm/getMaintenanceWindows.js +40 -0
- package/ssm/getMaintenanceWindows.js.map +1 -0
- package/ssm/index.d.ts +1 -0
- package/ssm/index.js +1 -0
- package/ssm/index.js.map +1 -1
- package/ssm/maintenanceWindowTask.d.ts +30 -2
- package/ssm/maintenanceWindowTask.js +6 -6
- package/ssm/maintenanceWindowTask.js.map +1 -1
- package/storagegateway/gateway.d.ts +12 -0
- package/storagegateway/gateway.js +2 -0
- package/storagegateway/gateway.js.map +1 -1
- package/storagegateway/nfsFileShare.d.ts +24 -0
- package/storagegateway/nfsFileShare.js +4 -0
- package/storagegateway/nfsFileShare.js.map +1 -1
- package/types/input.d.ts +1658 -413
- package/types/output.d.ts +1672 -285
- package/xray/group.d.ts +17 -0
- package/xray/group.js +6 -0
- package/xray/group.js.map +1 -1
package/gamelift/build.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides an
|
|
4
|
+
* Provides an GameLift Build resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -21,7 +21,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
21
21
|
*
|
|
22
22
|
* ## Import
|
|
23
23
|
*
|
|
24
|
-
*
|
|
24
|
+
* GameLift Builds can be imported using the ID, e.g.,
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
27
|
* $ pulumi import aws:gamelift/build:Build example <build-id>
|
|
@@ -44,7 +44,7 @@ export declare class Build extends pulumi.CustomResource {
|
|
|
44
44
|
*/
|
|
45
45
|
static isInstance(obj: any): obj is Build;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* GameLift Build ARN.
|
|
48
48
|
*/
|
|
49
49
|
readonly arn: pulumi.Output<string>;
|
|
50
50
|
/**
|
|
@@ -66,7 +66,7 @@ export declare class Build extends pulumi.CustomResource {
|
|
|
66
66
|
[key: string]: string;
|
|
67
67
|
} | undefined>;
|
|
68
68
|
/**
|
|
69
|
-
* A map of tags assigned to the resource, including those inherited from the provider .
|
|
69
|
+
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
70
70
|
*/
|
|
71
71
|
readonly tagsAll: pulumi.Output<{
|
|
72
72
|
[key: string]: string;
|
|
@@ -89,7 +89,7 @@ export declare class Build extends pulumi.CustomResource {
|
|
|
89
89
|
*/
|
|
90
90
|
export interface BuildState {
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* GameLift Build ARN.
|
|
93
93
|
*/
|
|
94
94
|
arn?: pulumi.Input<string>;
|
|
95
95
|
/**
|
|
@@ -111,7 +111,7 @@ export interface BuildState {
|
|
|
111
111
|
[key: string]: pulumi.Input<string>;
|
|
112
112
|
}>;
|
|
113
113
|
/**
|
|
114
|
-
* A map of tags assigned to the resource, including those inherited from the provider .
|
|
114
|
+
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
115
115
|
*/
|
|
116
116
|
tagsAll?: pulumi.Input<{
|
|
117
117
|
[key: string]: pulumi.Input<string>;
|
package/gamelift/build.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Build = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides an
|
|
9
|
+
* Provides an GameLift Build resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
|
|
|
26
26
|
*
|
|
27
27
|
* ## Import
|
|
28
28
|
*
|
|
29
|
-
*
|
|
29
|
+
* GameLift Builds can be imported using the ID, e.g.,
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import aws:gamelift/build:Build example <build-id>
|
package/gamelift/fleet.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a
|
|
4
|
+
* Provides a GameLift Fleet resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -24,7 +24,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
24
24
|
*
|
|
25
25
|
* ## Import
|
|
26
26
|
*
|
|
27
|
-
*
|
|
27
|
+
* GameLift Fleets can be imported using the ID, e.g.,
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
30
|
* $ pulumi import aws:gamelift/fleet:Fleet example <fleet-id>
|
|
@@ -55,7 +55,7 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
55
55
|
*/
|
|
56
56
|
readonly buildArn: pulumi.Output<string>;
|
|
57
57
|
/**
|
|
58
|
-
* ID of the
|
|
58
|
+
* ID of the GameLift Build to be deployed on the fleet.
|
|
59
59
|
*/
|
|
60
60
|
readonly buildId: pulumi.Output<string | undefined>;
|
|
61
61
|
/**
|
|
@@ -97,7 +97,6 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
97
97
|
readonly newGameSessionProtectionPolicy: pulumi.Output<string | undefined>;
|
|
98
98
|
/**
|
|
99
99
|
* Operating system of the fleet's computing resources.
|
|
100
|
-
* <<<<<<< HEAD
|
|
101
100
|
*/
|
|
102
101
|
readonly operatingSystem: pulumi.Output<string>;
|
|
103
102
|
/**
|
|
@@ -113,7 +112,7 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
113
112
|
*/
|
|
114
113
|
readonly scriptArn: pulumi.Output<string>;
|
|
115
114
|
/**
|
|
116
|
-
* ID of the
|
|
115
|
+
* ID of the GameLift Script to be deployed on the fleet.
|
|
117
116
|
*/
|
|
118
117
|
readonly scriptId: pulumi.Output<string | undefined>;
|
|
119
118
|
/**
|
|
@@ -123,8 +122,7 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
123
122
|
[key: string]: string;
|
|
124
123
|
} | undefined>;
|
|
125
124
|
/**
|
|
126
|
-
* A map of tags assigned to the resource, including those inherited from the provider
|
|
127
|
-
* >>>>>>> v4.1.0
|
|
125
|
+
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
128
126
|
*/
|
|
129
127
|
readonly tagsAll: pulumi.Output<{
|
|
130
128
|
[key: string]: string;
|
|
@@ -151,7 +149,7 @@ export interface FleetState {
|
|
|
151
149
|
*/
|
|
152
150
|
buildArn?: pulumi.Input<string>;
|
|
153
151
|
/**
|
|
154
|
-
* ID of the
|
|
152
|
+
* ID of the GameLift Build to be deployed on the fleet.
|
|
155
153
|
*/
|
|
156
154
|
buildId?: pulumi.Input<string>;
|
|
157
155
|
/**
|
|
@@ -193,7 +191,6 @@ export interface FleetState {
|
|
|
193
191
|
newGameSessionProtectionPolicy?: pulumi.Input<string>;
|
|
194
192
|
/**
|
|
195
193
|
* Operating system of the fleet's computing resources.
|
|
196
|
-
* <<<<<<< HEAD
|
|
197
194
|
*/
|
|
198
195
|
operatingSystem?: pulumi.Input<string>;
|
|
199
196
|
/**
|
|
@@ -209,7 +206,7 @@ export interface FleetState {
|
|
|
209
206
|
*/
|
|
210
207
|
scriptArn?: pulumi.Input<string>;
|
|
211
208
|
/**
|
|
212
|
-
* ID of the
|
|
209
|
+
* ID of the GameLift Script to be deployed on the fleet.
|
|
213
210
|
*/
|
|
214
211
|
scriptId?: pulumi.Input<string>;
|
|
215
212
|
/**
|
|
@@ -219,8 +216,7 @@ export interface FleetState {
|
|
|
219
216
|
[key: string]: pulumi.Input<string>;
|
|
220
217
|
}>;
|
|
221
218
|
/**
|
|
222
|
-
* A map of tags assigned to the resource, including those inherited from the provider
|
|
223
|
-
* >>>>>>> v4.1.0
|
|
219
|
+
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
224
220
|
*/
|
|
225
221
|
tagsAll?: pulumi.Input<{
|
|
226
222
|
[key: string]: pulumi.Input<string>;
|
|
@@ -231,7 +227,7 @@ export interface FleetState {
|
|
|
231
227
|
*/
|
|
232
228
|
export interface FleetArgs {
|
|
233
229
|
/**
|
|
234
|
-
* ID of the
|
|
230
|
+
* ID of the GameLift Build to be deployed on the fleet.
|
|
235
231
|
*/
|
|
236
232
|
buildId?: pulumi.Input<string>;
|
|
237
233
|
/**
|
|
@@ -279,7 +275,7 @@ export interface FleetArgs {
|
|
|
279
275
|
*/
|
|
280
276
|
runtimeConfiguration?: pulumi.Input<inputs.gamelift.FleetRuntimeConfiguration>;
|
|
281
277
|
/**
|
|
282
|
-
* ID of the
|
|
278
|
+
* ID of the GameLift Script to be deployed on the fleet.
|
|
283
279
|
*/
|
|
284
280
|
scriptId?: pulumi.Input<string>;
|
|
285
281
|
/**
|
package/gamelift/fleet.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Fleet = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a
|
|
9
|
+
* Provides a GameLift Fleet resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -29,7 +29,7 @@ const utilities = require("../utilities");
|
|
|
29
29
|
*
|
|
30
30
|
* ## Import
|
|
31
31
|
*
|
|
32
|
-
*
|
|
32
|
+
* GameLift Fleets can be imported using the ID, e.g.,
|
|
33
33
|
*
|
|
34
34
|
* ```sh
|
|
35
35
|
* $ pulumi import aws:gamelift/fleet:Fleet example <fleet-id>
|
package/gamelift/fleet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fleet.js","sourceRoot":"","sources":["../../gamelift/fleet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"fleet.js","sourceRoot":"","sources":["../../gamelift/fleet.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides an
|
|
4
|
+
* Provides an GameLift Game Server Group resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -74,7 +74,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
74
74
|
* dependsOn: [aws_iam_role_policy_attachment.example],
|
|
75
75
|
* });
|
|
76
76
|
* ```
|
|
77
|
-
* ### Example IAM Role for
|
|
77
|
+
* ### Example IAM Role for GameLift Game Server Group
|
|
78
78
|
*
|
|
79
79
|
* ```typescript
|
|
80
80
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -105,7 +105,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
105
105
|
*
|
|
106
106
|
* ## Import
|
|
107
107
|
*
|
|
108
|
-
*
|
|
108
|
+
* GameLift Game Server Group can be imported using the `name`, e.g.
|
|
109
109
|
*
|
|
110
110
|
* ```sh
|
|
111
111
|
* $ pulumi import aws:gamelift/gameServerGroup:GameServerGroup example example
|
|
@@ -128,7 +128,7 @@ export declare class GameServerGroup extends pulumi.CustomResource {
|
|
|
128
128
|
*/
|
|
129
129
|
static isInstance(obj: any): obj is GameServerGroup;
|
|
130
130
|
/**
|
|
131
|
-
* The ARN of the
|
|
131
|
+
* The ARN of the GameLift Game Server Group.
|
|
132
132
|
*/
|
|
133
133
|
readonly arn: pulumi.Output<string>;
|
|
134
134
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class GameServerGroup extends pulumi.CustomResource {
|
|
|
199
199
|
*/
|
|
200
200
|
export interface GameServerGroupState {
|
|
201
201
|
/**
|
|
202
|
-
* The ARN of the
|
|
202
|
+
* The ARN of the GameLift Game Server Group.
|
|
203
203
|
*/
|
|
204
204
|
arn?: pulumi.Input<string>;
|
|
205
205
|
/**
|
|
@@ -6,7 +6,7 @@ exports.GameServerGroup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides an
|
|
9
|
+
* Provides an GameLift Game Server Group resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -79,7 +79,7 @@ const utilities = require("../utilities");
|
|
|
79
79
|
* dependsOn: [aws_iam_role_policy_attachment.example],
|
|
80
80
|
* });
|
|
81
81
|
* ```
|
|
82
|
-
* ### Example IAM Role for
|
|
82
|
+
* ### Example IAM Role for GameLift Game Server Group
|
|
83
83
|
*
|
|
84
84
|
* ```typescript
|
|
85
85
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -110,7 +110,7 @@ const utilities = require("../utilities");
|
|
|
110
110
|
*
|
|
111
111
|
* ## Import
|
|
112
112
|
*
|
|
113
|
-
*
|
|
113
|
+
* GameLift Game Server Group can be imported using the `name`, e.g.
|
|
114
114
|
*
|
|
115
115
|
* ```sh
|
|
116
116
|
* $ pulumi import aws:gamelift/gameServerGroup:GameServerGroup example example
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides an
|
|
4
|
+
* Provides an GameLift Game Session Queue resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -29,7 +29,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
29
29
|
*
|
|
30
30
|
* ## Import
|
|
31
31
|
*
|
|
32
|
-
*
|
|
32
|
+
* GameLift Game Session Queues can be imported by their `name`, e.g.,
|
|
33
33
|
*
|
|
34
34
|
* ```sh
|
|
35
35
|
* $ pulumi import aws:gamelift/gameSessionQueue:GameSessionQueue example example
|
|
@@ -6,7 +6,7 @@ exports.GameSessionQueue = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides an
|
|
9
|
+
* Provides an GameLift Game Session Queue resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
|
|
|
34
34
|
*
|
|
35
35
|
* ## Import
|
|
36
36
|
*
|
|
37
|
-
*
|
|
37
|
+
* GameLift Game Session Queues can be imported by their `name`, e.g.,
|
|
38
38
|
*
|
|
39
39
|
* ```sh
|
|
40
40
|
* $ pulumi import aws:gamelift/gameSessionQueue:GameSessionQueue example example
|
package/gamelift/script.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides an
|
|
4
|
+
* Provides an GameLift Script resource.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -18,7 +18,7 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
18
18
|
*
|
|
19
19
|
* ## Import
|
|
20
20
|
*
|
|
21
|
-
*
|
|
21
|
+
* GameLift Scripts can be imported using the ID, e.g.,
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
24
|
* $ pulumi import aws:gamelift/script:Script example <script-id>
|
|
@@ -41,7 +41,7 @@ export declare class Script extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
static isInstance(obj: any): obj is Script;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* GameLift Script ARN.
|
|
45
45
|
*/
|
|
46
46
|
readonly arn: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class Script extends pulumi.CustomResource {
|
|
|
86
86
|
*/
|
|
87
87
|
export interface ScriptState {
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* GameLift Script ARN.
|
|
90
90
|
*/
|
|
91
91
|
arn?: pulumi.Input<string>;
|
|
92
92
|
/**
|
package/gamelift/script.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Script = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides an
|
|
9
|
+
* Provides an GameLift Script resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
|
|
|
23
23
|
*
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
|
-
*
|
|
26
|
+
* GameLift Scripts can be imported using the ID, e.g.,
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import aws:gamelift/script:Script example <script-id>
|
package/getCanonicalUserId.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* The Canonical User ID data source allows access to the [canonical user ID](http://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html)
|
|
4
4
|
* for the effective account in which this provider is working.
|
|
5
5
|
*
|
|
6
|
+
* > **NOTE:** To use this data source, you must have the `s3:ListAllMyBuckets` permission.
|
|
7
|
+
*
|
|
6
8
|
* ## Example Usage
|
|
7
9
|
*
|
|
8
10
|
* ```typescript
|
package/getCanonicalUserId.js
CHANGED
|
@@ -9,6 +9,8 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* The Canonical User ID data source allows access to the [canonical user ID](http://docs.aws.amazon.com/general/latest/gr/acct-identifiers.html)
|
|
10
10
|
* for the effective account in which this provider is working.
|
|
11
11
|
*
|
|
12
|
+
* > **NOTE:** To use this data source, you must have the `s3:ListAllMyBuckets` permission.
|
|
13
|
+
*
|
|
12
14
|
* ## Example Usage
|
|
13
15
|
*
|
|
14
16
|
* ```typescript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCanonicalUserId.js","sourceRoot":"","sources":["../getCanonicalUserId.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getCanonicalUserId.js","sourceRoot":"","sources":["../getCanonicalUserId.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,mGAAmG;AACnG,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,oHAAoH,CAAC,CAAA;IACrI,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE,EAC/E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC"}
|
package/glue/schema.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export declare class Schema extends pulumi.CustomResource {
|
|
|
50
50
|
*/
|
|
51
51
|
readonly compatibility: pulumi.Output<string>;
|
|
52
52
|
/**
|
|
53
|
-
* The data format of the schema definition. Valid values are `AVRO` and `
|
|
53
|
+
* The data format of the schema definition. Valid values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
54
54
|
*/
|
|
55
55
|
readonly dataFormat: pulumi.Output<string>;
|
|
56
56
|
/**
|
|
@@ -119,7 +119,7 @@ export interface SchemaState {
|
|
|
119
119
|
*/
|
|
120
120
|
compatibility?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
|
-
* The data format of the schema definition. Valid values are `AVRO` and `
|
|
122
|
+
* The data format of the schema definition. Valid values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
123
123
|
*/
|
|
124
124
|
dataFormat?: pulumi.Input<string>;
|
|
125
125
|
/**
|
|
@@ -176,7 +176,7 @@ export interface SchemaArgs {
|
|
|
176
176
|
*/
|
|
177
177
|
compatibility: pulumi.Input<string>;
|
|
178
178
|
/**
|
|
179
|
-
* The data format of the schema definition. Valid values are `AVRO` and `
|
|
179
|
+
* The data format of the schema definition. Valid values are `AVRO`, `JSON` and `PROTOBUF`.
|
|
180
180
|
*/
|
|
181
181
|
dataFormat: pulumi.Input<string>;
|
|
182
182
|
/**
|
package/grafana/index.d.ts
CHANGED
package/grafana/index.js
CHANGED
|
@@ -21,10 +21,12 @@ const utilities = require("../utilities");
|
|
|
21
21
|
// Export members:
|
|
22
22
|
__exportStar(require("./getWorkspace"), exports);
|
|
23
23
|
__exportStar(require("./licenseAssociation"), exports);
|
|
24
|
+
__exportStar(require("./roleAssociation"), exports);
|
|
24
25
|
__exportStar(require("./workspace"), exports);
|
|
25
26
|
__exportStar(require("./workspaceSamlConfiguration"), exports);
|
|
26
27
|
// Import resources to register:
|
|
27
28
|
const licenseAssociation_1 = require("./licenseAssociation");
|
|
29
|
+
const roleAssociation_1 = require("./roleAssociation");
|
|
28
30
|
const workspace_1 = require("./workspace");
|
|
29
31
|
const workspaceSamlConfiguration_1 = require("./workspaceSamlConfiguration");
|
|
30
32
|
const _module = {
|
|
@@ -33,6 +35,8 @@ const _module = {
|
|
|
33
35
|
switch (type) {
|
|
34
36
|
case "aws:grafana/licenseAssociation:LicenseAssociation":
|
|
35
37
|
return new licenseAssociation_1.LicenseAssociation(name, undefined, { urn });
|
|
38
|
+
case "aws:grafana/roleAssociation:RoleAssociation":
|
|
39
|
+
return new roleAssociation_1.RoleAssociation(name, undefined, { urn });
|
|
36
40
|
case "aws:grafana/workspace:Workspace":
|
|
37
41
|
return new workspace_1.Workspace(name, undefined, { urn });
|
|
38
42
|
case "aws:grafana/workspaceSamlConfiguration:WorkspaceSamlConfiguration":
|
|
@@ -43,6 +47,7 @@ const _module = {
|
|
|
43
47
|
},
|
|
44
48
|
};
|
|
45
49
|
pulumi.runtime.registerResourceModule("aws", "grafana/licenseAssociation", _module);
|
|
50
|
+
pulumi.runtime.registerResourceModule("aws", "grafana/roleAssociation", _module);
|
|
46
51
|
pulumi.runtime.registerResourceModule("aws", "grafana/workspace", _module);
|
|
47
52
|
pulumi.runtime.registerResourceModule("aws", "grafana/workspaceSamlConfiguration", _module);
|
|
48
53
|
//# sourceMappingURL=index.js.map
|
package/grafana/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../grafana/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,iDAA+B;AAC/B,uDAAqC;AACrC,8CAA4B;AAC5B,+DAA6C;AAE7C,gCAAgC;AAChC,6DAA0D;AAC1D,2CAAwC;AACxC,6EAA0E;AAE1E,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,mDAAmD;gBACpD,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,iCAAiC;gBAClC,OAAO,IAAI,qBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,mEAAmE;gBACpE,OAAO,IAAI,uDAA0B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA;AACnF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oCAAoC,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../grafana/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,iDAA+B;AAC/B,uDAAqC;AACrC,oDAAkC;AAClC,8CAA4B;AAC5B,+DAA6C;AAE7C,gCAAgC;AAChC,6DAA0D;AAC1D,uDAAoD;AACpD,2CAAwC;AACxC,6EAA0E;AAE1E,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,mDAAmD;gBACpD,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,iCAAiC;gBAClC,OAAO,IAAI,qBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,mEAAmE;gBACpE,OAAO,IAAI,uDAA0B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA;AACnF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oCAAoC,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides an Amazon Managed Grafana workspace role association resource.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
* ### Basic configuration
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aws from "@pulumi/aws";
|
|
11
|
+
*
|
|
12
|
+
* const assume = new aws.iam.Role("assume", {assumeRolePolicy: JSON.stringify({
|
|
13
|
+
* Version: "2012-10-17",
|
|
14
|
+
* Statement: [{
|
|
15
|
+
* Action: "sts:AssumeRole",
|
|
16
|
+
* Effect: "Allow",
|
|
17
|
+
* Sid: "",
|
|
18
|
+
* Principal: {
|
|
19
|
+
* Service: "grafana.amazonaws.com",
|
|
20
|
+
* },
|
|
21
|
+
* }],
|
|
22
|
+
* })});
|
|
23
|
+
* const exampleWorkspace = new aws.grafana.Workspace("exampleWorkspace", {
|
|
24
|
+
* accountAccessType: "CURRENT_ACCOUNT",
|
|
25
|
+
* authenticationProviders: ["SAML"],
|
|
26
|
+
* permissionType: "SERVICE_MANAGED",
|
|
27
|
+
* roleArn: assume.arn,
|
|
28
|
+
* });
|
|
29
|
+
* const exampleRoleAssociation = new aws.grafana.RoleAssociation("exampleRoleAssociation", {
|
|
30
|
+
* role: "ADMIN",
|
|
31
|
+
* userIds: [
|
|
32
|
+
* "USER_ID_1",
|
|
33
|
+
* "USER_ID_2",
|
|
34
|
+
* ],
|
|
35
|
+
* workspaceId: exampleWorkspace.id,
|
|
36
|
+
* });
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export declare class RoleAssociation extends pulumi.CustomResource {
|
|
40
|
+
/**
|
|
41
|
+
* Get an existing RoleAssociation resource's state with the given name, ID, and optional extra
|
|
42
|
+
* properties used to qualify the lookup.
|
|
43
|
+
*
|
|
44
|
+
* @param name The _unique_ name of the resulting resource.
|
|
45
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
46
|
+
* @param state Any extra arguments used during the lookup.
|
|
47
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
48
|
+
*/
|
|
49
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RoleAssociationState, opts?: pulumi.CustomResourceOptions): RoleAssociation;
|
|
50
|
+
/**
|
|
51
|
+
* Returns true if the given object is an instance of RoleAssociation. This is designed to work even
|
|
52
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
53
|
+
*/
|
|
54
|
+
static isInstance(obj: any): obj is RoleAssociation;
|
|
55
|
+
/**
|
|
56
|
+
* The AWS SSO group ids to be assigned the role given in `role`.
|
|
57
|
+
*/
|
|
58
|
+
readonly groupIds: pulumi.Output<string[] | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* The grafana role. Valid values can be found [here](https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateInstruction.html#ManagedGrafana-Type-UpdateInstruction-role).
|
|
61
|
+
*/
|
|
62
|
+
readonly role: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The AWS SSO user ids to be assigned the role given in `role`.
|
|
65
|
+
*/
|
|
66
|
+
readonly userIds: pulumi.Output<string[] | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* The workspace id.
|
|
69
|
+
*/
|
|
70
|
+
readonly workspaceId: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Create a RoleAssociation resource with the given unique name, arguments, and options.
|
|
73
|
+
*
|
|
74
|
+
* @param name The _unique_ name of the resource.
|
|
75
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
76
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
77
|
+
*/
|
|
78
|
+
constructor(name: string, args: RoleAssociationArgs, opts?: pulumi.CustomResourceOptions);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Input properties used for looking up and filtering RoleAssociation resources.
|
|
82
|
+
*/
|
|
83
|
+
export interface RoleAssociationState {
|
|
84
|
+
/**
|
|
85
|
+
* The AWS SSO group ids to be assigned the role given in `role`.
|
|
86
|
+
*/
|
|
87
|
+
groupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
88
|
+
/**
|
|
89
|
+
* The grafana role. Valid values can be found [here](https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateInstruction.html#ManagedGrafana-Type-UpdateInstruction-role).
|
|
90
|
+
*/
|
|
91
|
+
role?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The AWS SSO user ids to be assigned the role given in `role`.
|
|
94
|
+
*/
|
|
95
|
+
userIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
96
|
+
/**
|
|
97
|
+
* The workspace id.
|
|
98
|
+
*/
|
|
99
|
+
workspaceId?: pulumi.Input<string>;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* The set of arguments for constructing a RoleAssociation resource.
|
|
103
|
+
*/
|
|
104
|
+
export interface RoleAssociationArgs {
|
|
105
|
+
/**
|
|
106
|
+
* The AWS SSO group ids to be assigned the role given in `role`.
|
|
107
|
+
*/
|
|
108
|
+
groupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
109
|
+
/**
|
|
110
|
+
* The grafana role. Valid values can be found [here](https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdateInstruction.html#ManagedGrafana-Type-UpdateInstruction-role).
|
|
111
|
+
*/
|
|
112
|
+
role: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The AWS SSO user ids to be assigned the role given in `role`.
|
|
115
|
+
*/
|
|
116
|
+
userIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
117
|
+
/**
|
|
118
|
+
* The workspace id.
|
|
119
|
+
*/
|
|
120
|
+
workspaceId: pulumi.Input<string>;
|
|
121
|
+
}
|