@pulumi/aws-native 1.26.0-alpha.1741696873 → 1.26.0-alpha.1741720127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/batch/computeEnvironment.d.ts +4 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/consumableResource.d.ts +92 -0
- package/batch/consumableResource.js +78 -0
- package/batch/consumableResource.js.map +1 -0
- package/batch/getConsumableResource.d.ts +43 -0
- package/batch/getConsumableResource.js +28 -0
- package/batch/getConsumableResource.js.map +1 -0
- package/batch/getJobDefinition.d.ts +4 -0
- package/batch/getJobDefinition.js.map +1 -1
- package/batch/index.d.ts +6 -0
- package/batch/index.js +8 -1
- package/batch/index.js.map +1 -1
- package/batch/jobDefinition.d.ts +8 -0
- package/batch/jobDefinition.js +2 -0
- package/batch/jobDefinition.js.map +1 -1
- package/bedrock/agent.d.ts +24 -0
- package/bedrock/agent.js.map +1 -1
- package/bedrock/blueprint.d.ts +108 -0
- package/bedrock/blueprint.js +82 -0
- package/bedrock/blueprint.js.map +1 -0
- package/bedrock/dataAutomationProject.d.ts +124 -0
- package/bedrock/dataAutomationProject.js +82 -0
- package/bedrock/dataAutomationProject.js.map +1 -0
- package/bedrock/getAgent.d.ts +12 -0
- package/bedrock/getAgent.js.map +1 -1
- package/bedrock/getBlueprint.d.ts +61 -0
- package/bedrock/getBlueprint.js +28 -0
- package/bedrock/getBlueprint.js.map +1 -0
- package/bedrock/getDataAutomationProject.d.ts +75 -0
- package/bedrock/getDataAutomationProject.js +28 -0
- package/bedrock/getDataAutomationProject.js.map +1 -0
- package/bedrock/index.d.ts +12 -0
- package/bedrock/index.js +15 -1
- package/bedrock/index.js.map +1 -1
- package/ce/costCategory.d.ts +11 -1
- package/ce/costCategory.js +3 -1
- package/ce/costCategory.js.map +1 -1
- package/ce/getCostCategory.d.ts +7 -2
- package/ce/getCostCategory.js +2 -2
- package/ce/getCostCategory.js.map +1 -1
- package/chatbot/customAction.d.ts +2 -2
- package/chatbot/getCustomAction.d.ts +1 -1
- package/cloudformation/getStack.d.ts +1 -1
- package/cloudformation/stack.d.ts +2 -2
- package/cloudtrail/getChannel.d.ts +4 -0
- package/cloudtrail/getChannel.js.map +1 -1
- package/cognito/getUserPool.d.ts +1 -1
- package/cognito/userPool.d.ts +2 -2
- package/datasync/locationNfs.js +0 -2
- package/datasync/locationNfs.js.map +1 -1
- package/datasync/locationObjectStorage.js +1 -1
- package/datasync/locationObjectStorage.js.map +1 -1
- package/datazone/domain.d.ts +16 -0
- package/datazone/domain.js +5 -1
- package/datazone/domain.js.map +1 -1
- package/datazone/getDomain.d.ts +4 -0
- package/datazone/getDomain.js.map +1 -1
- package/dynamodb/getTable.d.ts +2 -2
- package/dynamodb/table.d.ts +4 -4
- package/ec2/carrierGateway.d.ts +1 -1
- package/ec2/carrierGateway.js +1 -1
- package/ec2/getCarrierGateway.d.ts +2 -2
- package/ec2/getCarrierGateway.js +2 -2
- package/ec2/getLocalGatewayRoute.d.ts +2 -2
- package/ec2/getLocalGatewayRoute.js +2 -2
- package/ec2/getLocalGatewayRouteTable.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTable.js +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.js +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.js +2 -2
- package/ec2/getVpcEndpointService.d.ts +5 -0
- package/ec2/getVpcEndpointService.js.map +1 -1
- package/ec2/localGatewayRoute.d.ts +1 -1
- package/ec2/localGatewayRoute.js +1 -1
- package/ec2/localGatewayRouteTable.d.ts +1 -1
- package/ec2/localGatewayRouteTable.js +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.js +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.js +1 -1
- package/ec2/vpcEndpointService.d.ts +9 -0
- package/ec2/vpcEndpointService.js +2 -0
- package/ec2/vpcEndpointService.js.map +1 -1
- package/ecr/getReplicationConfiguration.d.ts +7 -5
- package/ecr/getReplicationConfiguration.js +4 -2
- package/ecr/getReplicationConfiguration.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +13 -13
- package/ecr/getRepositoryCreationTemplate.js +2 -2
- package/ecr/pullThroughCacheRule.d.ts +9 -9
- package/ecr/pullThroughCacheRule.js +1 -1
- package/ecr/replicationConfiguration.d.ts +3 -2
- package/ecr/replicationConfiguration.js +2 -1
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +19 -19
- package/ecr/repositoryCreationTemplate.js +1 -1
- package/ecs/getService.d.ts +1 -1
- package/ecs/service.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +2 -4
- package/ecs/taskDefinition.js.map +1 -1
- package/gamelift/containerFleet.d.ts +2 -2
- package/gamelift/fleet.d.ts +2 -2
- package/gamelift/getContainerFleet.d.ts +1 -1
- package/gamelift/getFleet.d.ts +1 -1
- package/gameliftstreams/application.d.ts +113 -0
- package/gameliftstreams/application.js +86 -0
- package/gameliftstreams/application.js.map +1 -0
- package/gameliftstreams/getApplication.d.ts +55 -0
- package/gameliftstreams/getApplication.js +28 -0
- package/gameliftstreams/getApplication.js.map +1 -0
- package/gameliftstreams/getStreamGroup.d.ts +50 -0
- package/gameliftstreams/getStreamGroup.js +28 -0
- package/gameliftstreams/getStreamGroup.js.map +1 -0
- package/gameliftstreams/index.d.ts +12 -0
- package/gameliftstreams/index.js +32 -0
- package/gameliftstreams/index.js.map +1 -0
- package/gameliftstreams/streamGroup.d.ts +165 -0
- package/gameliftstreams/streamGroup.js +79 -0
- package/gameliftstreams/streamGroup.js.map +1 -0
- package/guardduty/getPublishingDestination.d.ts +6 -0
- package/guardduty/getPublishingDestination.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +12 -0
- package/guardduty/publishingDestination.js.map +1 -1
- package/iam/getSamlProvider.d.ts +13 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/index.d.ts +1 -0
- package/iam/index.js +16 -0
- package/iam/index.js.map +1 -1
- package/iam/samlProvider.d.ts +40 -3
- package/iam/samlProvider.js +11 -4
- package/iam/samlProvider.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/getSoftwarePackage.d.ts +9 -0
- package/iot/getSoftwarePackage.js.map +1 -1
- package/iot/getSoftwarePackageVersion.d.ts +7 -0
- package/iot/getSoftwarePackageVersion.js.map +1 -1
- package/iot/getThingType.d.ts +1 -1
- package/iot/getTopicRule.d.ts +0 -4
- package/iot/getTopicRule.js.map +1 -1
- package/iot/softwarePackage.d.ts +12 -0
- package/iot/softwarePackage.js.map +1 -1
- package/iot/softwarePackageVersion.d.ts +13 -0
- package/iot/softwarePackageVersion.js +8 -0
- package/iot/softwarePackageVersion.js.map +1 -1
- package/iot/thingType.d.ts +2 -2
- package/iot/topicRule.d.ts +0 -4
- package/iot/topicRule.js.map +1 -1
- package/lambda/function.d.ts +14 -2
- package/lambda/function.js +1 -1
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +7 -5
- package/lambda/getFunction.js.map +1 -1
- package/medialive/cloudWatchAlarmTemplate.d.ts +2 -2
- package/medialive/cloudWatchAlarmTemplate.js +0 -3
- package/medialive/cloudWatchAlarmTemplate.js.map +1 -1
- package/medialive/eventBridgeRuleTemplate.d.ts +2 -2
- package/medialive/eventBridgeRuleTemplate.js +0 -3
- package/medialive/eventBridgeRuleTemplate.js.map +1 -1
- package/mediapackagev2/channel.d.ts +16 -0
- package/mediapackagev2/channel.js +4 -0
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getChannel.d.ts +8 -0
- package/mediapackagev2/getChannel.js.map +1 -1
- package/msk/batchScramSecret.d.ts +12 -0
- package/msk/batchScramSecret.js.map +1 -1
- package/msk/cluster.d.ts +69 -0
- package/msk/cluster.js.map +1 -1
- package/msk/configuration.d.ts +33 -0
- package/msk/configuration.js.map +1 -1
- package/msk/getBatchScramSecret.d.ts +9 -0
- package/msk/getBatchScramSecret.js.map +1 -1
- package/msk/getCluster.d.ts +39 -0
- package/msk/getCluster.js.map +1 -1
- package/msk/getConfiguration.d.ts +15 -0
- package/msk/getConfiguration.js.map +1 -1
- package/msk/getServerlessCluster.d.ts +9 -0
- package/msk/getServerlessCluster.js.map +1 -1
- package/msk/getVpcConnection.d.ts +3 -0
- package/msk/getVpcConnection.js.map +1 -1
- package/msk/serverlessCluster.d.ts +21 -0
- package/msk/serverlessCluster.js.map +1 -1
- package/msk/vpcConnection.d.ts +24 -0
- package/msk/vpcConnection.js.map +1 -1
- package/opensearchserverless/getIndex.d.ts +44 -0
- package/opensearchserverless/getIndex.js +30 -0
- package/opensearchserverless/getIndex.js.map +1 -0
- package/opensearchserverless/getSecurityConfig.d.ts +3 -0
- package/opensearchserverless/getSecurityConfig.js.map +1 -1
- package/opensearchserverless/index.d.ts +6 -0
- package/opensearchserverless/index.js +8 -1
- package/opensearchserverless/index.js.map +1 -1
- package/opensearchserverless/index_.d.ts +71 -0
- package/opensearchserverless/index_.js +69 -0
- package/opensearchserverless/index_.js.map +1 -0
- package/opensearchserverless/securityConfig.d.ts +6 -0
- package/opensearchserverless/securityConfig.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/pcaconnectorad/connector.d.ts +1 -1
- package/pcaconnectorad/connector.js +1 -1
- package/pcaconnectorad/getConnector.d.ts +2 -2
- package/pcaconnectorad/getConnector.js +2 -2
- package/quicksight/getTheme.d.ts +12 -0
- package/quicksight/getTheme.js.map +1 -1
- package/rds/dbInstance.d.ts +14 -2
- package/rds/dbInstance.js +2 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/dbParameterGroup.d.ts +2 -2
- package/rds/getDbInstance.d.ts +1 -1
- package/rds/getDbParameterGroup.d.ts +1 -1
- package/rds/getGlobalCluster.d.ts +0 -3
- package/rds/getGlobalCluster.js.map +1 -1
- package/rds/globalCluster.d.ts +0 -3
- package/rds/globalCluster.js.map +1 -1
- package/redshift/integration.d.ts +2 -2
- package/s3/bucketPolicy.d.ts +4 -1
- package/s3/bucketPolicy.js +4 -1
- package/s3/bucketPolicy.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +8 -2
- package/s3/getBucketPolicy.js +8 -2
- package/s3/getBucketPolicy.js.map +1 -1
- package/sagemaker/cluster.d.ts +2 -2
- package/sagemaker/getCluster.d.ts +1 -1
- package/sagemaker/getModelPackage.d.ts +4 -1
- package/sagemaker/getModelPackage.js.map +1 -1
- package/sagemaker/inferenceComponent.d.ts +2 -0
- package/sagemaker/inferenceComponent.js +2 -0
- package/sagemaker/inferenceComponent.js.map +1 -1
- package/sagemaker/modelPackage.d.ts +8 -2
- package/sagemaker/modelPackage.js.map +1 -1
- package/transfer/agreement.d.ts +10 -2
- package/transfer/agreement.js +2 -3
- package/transfer/agreement.js.map +1 -1
- package/transfer/getAgreement.d.ts +4 -0
- package/transfer/getAgreement.js.map +1 -1
- package/transfer/getServer.d.ts +5 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +5 -0
- package/transfer/server.js.map +1 -1
- package/types/enums/batch/index.d.ts +8 -0
- package/types/enums/batch/index.js +5 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/bedrock/index.d.ts +94 -0
- package/types/enums/bedrock/index.js +70 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/dms/index.d.ts +7 -0
- package/types/enums/dms/index.js +7 -1
- package/types/enums/dms/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +5 -0
- package/types/enums/ec2/index.js +5 -1
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +8 -0
- package/types/enums/iam/index.js +10 -0
- package/types/enums/iam/index.js.map +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +7 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/medialive/index.d.ts +1 -0
- package/types/enums/medialive/index.js +1 -0
- package/types/enums/medialive/index.js.map +1 -1
- package/types/enums/msk/index.d.ts +15 -0
- package/types/enums/msk/index.js.map +1 -1
- package/types/enums/oam/index.d.ts +2 -0
- package/types/enums/oam/index.js +2 -0
- package/types/enums/oam/index.js.map +1 -1
- package/types/enums/opensearchserverless/index.d.ts +37 -0
- package/types/enums/opensearchserverless/index.js +22 -1
- package/types/enums/opensearchserverless/index.js.map +1 -1
- package/types/enums/pcaconnectorad/index.d.ts +5 -0
- package/types/enums/pcaconnectorad/index.js +5 -1
- package/types/enums/pcaconnectorad/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +31 -0
- package/types/enums/quicksight/index.js +35 -9
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +5 -0
- package/types/enums/sagemaker/index.js +7 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/wafv2/index.d.ts +78 -0
- package/types/enums/wafv2/index.js +25 -1
- package/types/enums/wafv2/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +29 -0
- package/types/enums/workspacesweb/index.js +26 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +1502 -65
- package/types/output.d.ts +1513 -73
- package/types/output.js.map +1 -1
- package/wisdom/aiPrompt.d.ts +2 -2
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
- package/xray/getTransactionSearchConfig.d.ts +19 -0
- package/xray/getTransactionSearchConfig.js +28 -0
- package/xray/getTransactionSearchConfig.js.map +1 -0
- package/xray/index.d.ts +6 -0
- package/xray/index.js +8 -1
- package/xray/index.js.map +1 -1
- package/xray/transactionSearchConfig.d.ts +36 -0
- package/xray/transactionSearchConfig.js +58 -0
- package/xray/transactionSearchConfig.js.map +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
4
4
|
*/
|
|
5
5
|
export declare function getLocalGatewayRoute(args: GetLocalGatewayRouteArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteResult>;
|
|
6
6
|
export interface GetLocalGatewayRouteArgs {
|
|
@@ -32,7 +32,7 @@ export interface GetLocalGatewayRouteResult {
|
|
|
32
32
|
readonly type?: string;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
36
36
|
*/
|
|
37
37
|
export declare function getLocalGatewayRouteOutput(args: GetLocalGatewayRouteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteResult>;
|
|
38
38
|
export interface GetLocalGatewayRouteOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteOutput = exports.getLocalGatewayRoute = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRoute(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,7 +17,7 @@ function getLocalGatewayRoute(args, opts) {
|
|
|
17
17
|
}
|
|
18
18
|
exports.getLocalGatewayRoute = getLocalGatewayRoute;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
21
21
|
*/
|
|
22
22
|
function getLocalGatewayRouteOutput(args, opts) {
|
|
23
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLocalGatewayRouteTable(args: GetLocalGatewayRouteTableArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteTableResult>;
|
|
7
7
|
export interface GetLocalGatewayRouteTableArgs {
|
|
@@ -37,7 +37,7 @@ export interface GetLocalGatewayRouteTableResult {
|
|
|
37
37
|
readonly tags?: outputs.Tag[];
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
41
41
|
*/
|
|
42
42
|
export declare function getLocalGatewayRouteTableOutput(args: GetLocalGatewayRouteTableOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteTableResult>;
|
|
43
43
|
export interface GetLocalGatewayRouteTableOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteTableOutput = exports.getLocalGatewayRouteTable = vo
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRouteTable(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLocalGatewayRouteTable(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLocalGatewayRouteTable = getLocalGatewayRouteTable;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
20
20
|
*/
|
|
21
21
|
function getLocalGatewayRouteTableOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args: GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult>;
|
|
7
7
|
export interface GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs {
|
|
@@ -37,7 +37,7 @@ export interface GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
|
|
|
37
37
|
readonly tags?: outputs.Tag[];
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
41
41
|
*/
|
|
42
42
|
export declare function getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput(args: GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult>;
|
|
43
43
|
export interface GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput = export
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLocalGatewayRouteTableVirtualInterfaceGroupAssociation = getLocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
20
20
|
*/
|
|
21
21
|
function getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLocalGatewayRouteTableVpcAssociation(args: GetLocalGatewayRouteTableVpcAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayRouteTableVpcAssociationResult>;
|
|
7
7
|
export interface GetLocalGatewayRouteTableVpcAssociationArgs {
|
|
@@ -29,7 +29,7 @@ export interface GetLocalGatewayRouteTableVpcAssociationResult {
|
|
|
29
29
|
readonly tags?: outputs.Tag[];
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
33
33
|
*/
|
|
34
34
|
export declare function getLocalGatewayRouteTableVpcAssociationOutput(args: GetLocalGatewayRouteTableVpcAssociationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLocalGatewayRouteTableVpcAssociationResult>;
|
|
35
35
|
export interface GetLocalGatewayRouteTableVpcAssociationOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getLocalGatewayRouteTableVpcAssociationOutput = exports.getLocalGatewayR
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
10
10
|
*/
|
|
11
11
|
function getLocalGatewayRouteTableVpcAssociation(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLocalGatewayRouteTableVpcAssociation(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLocalGatewayRouteTableVpcAssociation = getLocalGatewayRouteTableVpcAssociation;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
20
20
|
*/
|
|
21
21
|
function getLocalGatewayRouteTableVpcAssociationOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
3
4
|
/**
|
|
4
5
|
* Resource Type definition for AWS::EC2::VPCEndpointService
|
|
5
6
|
*/
|
|
@@ -31,6 +32,10 @@ export interface GetVpcEndpointServiceResult {
|
|
|
31
32
|
* The ID of the endpoint service.
|
|
32
33
|
*/
|
|
33
34
|
readonly serviceId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Specify which Ip Address types are supported for VPC endpoint service.
|
|
37
|
+
*/
|
|
38
|
+
readonly supportedIpAddressTypes?: enums.ec2.VpcEndpointServiceIpAddressType[];
|
|
34
39
|
/**
|
|
35
40
|
* The tags to add to the VPC endpoint service.
|
|
36
41
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcEndpointService.js","sourceRoot":"","sources":["../../ec2/getVpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;
|
|
1
|
+
{"version":3,"file":"getVpcEndpointService.js","sourceRoot":"","sources":["../../ec2/getVpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAuCD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
4
4
|
*/
|
|
5
5
|
export declare class LocalGatewayRoute extends pulumi.CustomResource {
|
|
6
6
|
/**
|
package/ec2/localGatewayRoute.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRoute = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRoute extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
6
6
|
*/
|
|
7
7
|
export declare class LocalGatewayRouteTable extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRouteTable = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRouteTable extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
6
6
|
*/
|
|
7
7
|
export declare class LocalGatewayRouteTableVirtualInterfaceGroupAssociation extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRouteTableVirtualInterfaceGroupAssociation = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRouteTableVirtualInterfaceGroupAssociation extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
6
6
|
*/
|
|
7
7
|
export declare class LocalGatewayRouteTableVpcAssociation extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ exports.LocalGatewayRouteTableVpcAssociation = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.
|
|
10
10
|
*/
|
|
11
11
|
class LocalGatewayRouteTableVpcAssociation extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
4
5
|
/**
|
|
5
6
|
* Resource Type definition for AWS::EC2::VPCEndpointService
|
|
6
7
|
*/
|
|
@@ -43,6 +44,10 @@ export declare class VpcEndpointService extends pulumi.CustomResource {
|
|
|
43
44
|
* The ID of the endpoint service.
|
|
44
45
|
*/
|
|
45
46
|
readonly serviceId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Specify which Ip Address types are supported for VPC endpoint service.
|
|
49
|
+
*/
|
|
50
|
+
readonly supportedIpAddressTypes: pulumi.Output<enums.ec2.VpcEndpointServiceIpAddressType[] | undefined>;
|
|
46
51
|
/**
|
|
47
52
|
* The tags to add to the VPC endpoint service.
|
|
48
53
|
*/
|
|
@@ -80,6 +85,10 @@ export interface VpcEndpointServiceArgs {
|
|
|
80
85
|
* The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
|
|
81
86
|
*/
|
|
82
87
|
payerResponsibility?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Specify which Ip Address types are supported for VPC endpoint service.
|
|
90
|
+
*/
|
|
91
|
+
supportedIpAddressTypes?: pulumi.Input<pulumi.Input<enums.ec2.VpcEndpointServiceIpAddressType>[]>;
|
|
83
92
|
/**
|
|
84
93
|
* The tags to add to the VPC endpoint service.
|
|
85
94
|
*/
|
|
@@ -46,6 +46,7 @@ class VpcEndpointService extends pulumi.CustomResource {
|
|
|
46
46
|
resourceInputs["gatewayLoadBalancerArns"] = args ? args.gatewayLoadBalancerArns : undefined;
|
|
47
47
|
resourceInputs["networkLoadBalancerArns"] = args ? args.networkLoadBalancerArns : undefined;
|
|
48
48
|
resourceInputs["payerResponsibility"] = args ? args.payerResponsibility : undefined;
|
|
49
|
+
resourceInputs["supportedIpAddressTypes"] = args ? args.supportedIpAddressTypes : undefined;
|
|
49
50
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
50
51
|
resourceInputs["serviceId"] = undefined /*out*/;
|
|
51
52
|
}
|
|
@@ -56,6 +57,7 @@ class VpcEndpointService extends pulumi.CustomResource {
|
|
|
56
57
|
resourceInputs["networkLoadBalancerArns"] = undefined /*out*/;
|
|
57
58
|
resourceInputs["payerResponsibility"] = undefined /*out*/;
|
|
58
59
|
resourceInputs["serviceId"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["supportedIpAddressTypes"] = undefined /*out*/;
|
|
59
61
|
resourceInputs["tags"] = undefined /*out*/;
|
|
60
62
|
}
|
|
61
63
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vpcEndpointService.js","sourceRoot":"","sources":["../../ec2/vpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"vpcEndpointService.js","sourceRoot":"","sources":["../../ec2/vpcEndpointService.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA6B,EAAE,IAAmC;QACxF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;aAAM;YACH,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,4BAA4B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjE,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AA3FL,gDA4FC;AA/EG,gBAAgB;AACO,+BAAY,GAAG,mCAAmC,CAAC"}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
4
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
5
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
5
6
|
*/
|
|
6
7
|
export declare function getReplicationConfiguration(args: GetReplicationConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetReplicationConfigurationResult>;
|
|
7
8
|
export interface GetReplicationConfigurationArgs {
|
|
8
9
|
/**
|
|
9
|
-
* The
|
|
10
|
+
* The account ID of the destination registry.
|
|
10
11
|
*/
|
|
11
12
|
registryId: string;
|
|
12
13
|
}
|
|
13
14
|
export interface GetReplicationConfigurationResult {
|
|
14
15
|
/**
|
|
15
|
-
* The
|
|
16
|
+
* The account ID of the destination registry.
|
|
16
17
|
*/
|
|
17
18
|
readonly registryId?: string;
|
|
18
19
|
/**
|
|
@@ -21,12 +22,13 @@ export interface GetReplicationConfigurationResult {
|
|
|
21
22
|
readonly replicationConfiguration?: outputs.ecr.ReplicationConfiguration;
|
|
22
23
|
}
|
|
23
24
|
/**
|
|
24
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
25
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
26
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
25
27
|
*/
|
|
26
28
|
export declare function getReplicationConfigurationOutput(args: GetReplicationConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetReplicationConfigurationResult>;
|
|
27
29
|
export interface GetReplicationConfigurationOutputArgs {
|
|
28
30
|
/**
|
|
29
|
-
* The
|
|
31
|
+
* The account ID of the destination registry.
|
|
30
32
|
*/
|
|
31
33
|
registryId: pulumi.Input<string>;
|
|
32
34
|
}
|
|
@@ -6,7 +6,8 @@ exports.getReplicationConfigurationOutput = exports.getReplicationConfiguration
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
9
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
10
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
10
11
|
*/
|
|
11
12
|
function getReplicationConfiguration(args, opts) {
|
|
12
13
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +17,8 @@ function getReplicationConfiguration(args, opts) {
|
|
|
16
17
|
}
|
|
17
18
|
exports.getReplicationConfiguration = getReplicationConfiguration;
|
|
18
19
|
/**
|
|
19
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
20
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
21
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
20
22
|
*/
|
|
21
23
|
function getReplicationConfigurationOutput(args, opts) {
|
|
22
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getReplicationConfiguration.js","sourceRoot":"","sources":["../../ecr/getReplicationConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getReplicationConfiguration.js","sourceRoot":"","sources":["../../ecr/getReplicationConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;GAGG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAmBD;;;GAGG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
|
|
@@ -2,30 +2,30 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
import * as enums from "../types/enums";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* The details of the repository creation template associated with the request.
|
|
6
6
|
*/
|
|
7
7
|
export declare function getRepositoryCreationTemplate(args: GetRepositoryCreationTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetRepositoryCreationTemplateResult>;
|
|
8
8
|
export interface GetRepositoryCreationTemplateArgs {
|
|
9
9
|
/**
|
|
10
|
-
* The prefix
|
|
10
|
+
* The repository namespace prefix associated with the repository creation template.
|
|
11
11
|
*/
|
|
12
12
|
prefix: string;
|
|
13
13
|
}
|
|
14
14
|
export interface GetRepositoryCreationTemplateResult {
|
|
15
15
|
/**
|
|
16
|
-
* A list of enumerable Strings representing the repository creation scenarios that
|
|
16
|
+
* A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
|
|
17
17
|
*/
|
|
18
18
|
readonly appliedFor?: enums.ecr.RepositoryCreationTemplateAppliedForItem[];
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The date and time, in JavaScript date format, when the repository creation template was created.
|
|
21
21
|
*/
|
|
22
22
|
readonly createdAt?: string;
|
|
23
23
|
/**
|
|
24
|
-
* The ARN of the role to be assumed by ECR.
|
|
24
|
+
* The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.
|
|
25
25
|
*/
|
|
26
26
|
readonly customRoleArn?: string;
|
|
27
27
|
/**
|
|
28
|
-
* The description
|
|
28
|
+
* The description associated with the repository creation template.
|
|
29
29
|
*/
|
|
30
30
|
readonly description?: string;
|
|
31
31
|
/**
|
|
@@ -33,33 +33,33 @@ export interface GetRepositoryCreationTemplateResult {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly encryptionConfiguration?: outputs.ecr.RepositoryCreationTemplateEncryptionConfiguration;
|
|
35
35
|
/**
|
|
36
|
-
* The
|
|
36
|
+
* The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
|
|
37
37
|
*/
|
|
38
38
|
readonly imageTagMutability?: enums.ecr.RepositoryCreationTemplateImageTagMutability;
|
|
39
39
|
/**
|
|
40
|
-
* The
|
|
40
|
+
* The lifecycle policy to use for repositories created using the template.
|
|
41
41
|
*/
|
|
42
42
|
readonly lifecyclePolicy?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
|
|
45
45
|
*/
|
|
46
46
|
readonly repositoryPolicy?: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
|
49
49
|
*/
|
|
50
50
|
readonly resourceTags?: outputs.ecr.RepositoryCreationTemplateTag[];
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* The date and time, in JavaScript date format, when the repository creation template was last updated.
|
|
53
53
|
*/
|
|
54
54
|
readonly updatedAt?: string;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* The details of the repository creation template associated with the request.
|
|
58
58
|
*/
|
|
59
59
|
export declare function getRepositoryCreationTemplateOutput(args: GetRepositoryCreationTemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRepositoryCreationTemplateResult>;
|
|
60
60
|
export interface GetRepositoryCreationTemplateOutputArgs {
|
|
61
61
|
/**
|
|
62
|
-
* The prefix
|
|
62
|
+
* The repository namespace prefix associated with the repository creation template.
|
|
63
63
|
*/
|
|
64
64
|
prefix: pulumi.Input<string>;
|
|
65
65
|
}
|
|
@@ -6,7 +6,7 @@ exports.getRepositoryCreationTemplateOutput = exports.getRepositoryCreationTempl
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The details of the repository creation template associated with the request.
|
|
10
10
|
*/
|
|
11
11
|
function getRepositoryCreationTemplate(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getRepositoryCreationTemplate(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getRepositoryCreationTemplate = getRepositoryCreationTemplate;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* The details of the repository creation template associated with the request.
|
|
20
20
|
*/
|
|
21
21
|
function getRepositoryCreationTemplateOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* The AWS::ECR::PullThroughCacheRule resource
|
|
3
|
+
* The ``AWS::ECR::PullThroughCacheRule`` resource creates or updates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry in your Amazon ECR private registry.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
* ### Example
|
|
@@ -44,19 +44,19 @@ export declare class PullThroughCacheRule extends pulumi.CustomResource {
|
|
|
44
44
|
*/
|
|
45
45
|
static isInstance(obj: any): obj is PullThroughCacheRule;
|
|
46
46
|
/**
|
|
47
|
-
* The
|
|
47
|
+
* The ARN of the Secrets Manager secret associated with the pull through cache rule.
|
|
48
48
|
*/
|
|
49
49
|
readonly credentialArn: pulumi.Output<string | undefined>;
|
|
50
50
|
/**
|
|
51
|
-
* The
|
|
51
|
+
* The Amazon ECR repository prefix associated with the pull through cache rule.
|
|
52
52
|
*/
|
|
53
53
|
readonly ecrRepositoryPrefix: pulumi.Output<string | undefined>;
|
|
54
54
|
/**
|
|
55
|
-
* The name of the upstream registry.
|
|
55
|
+
* The name of the upstream source registry associated with the pull through cache rule.
|
|
56
56
|
*/
|
|
57
57
|
readonly upstreamRegistry: pulumi.Output<string | undefined>;
|
|
58
58
|
/**
|
|
59
|
-
* The
|
|
59
|
+
* The upstream registry URL associated with the pull through cache rule.
|
|
60
60
|
*/
|
|
61
61
|
readonly upstreamRegistryUrl: pulumi.Output<string | undefined>;
|
|
62
62
|
/**
|
|
@@ -73,19 +73,19 @@ export declare class PullThroughCacheRule extends pulumi.CustomResource {
|
|
|
73
73
|
*/
|
|
74
74
|
export interface PullThroughCacheRuleArgs {
|
|
75
75
|
/**
|
|
76
|
-
* The
|
|
76
|
+
* The ARN of the Secrets Manager secret associated with the pull through cache rule.
|
|
77
77
|
*/
|
|
78
78
|
credentialArn?: pulumi.Input<string>;
|
|
79
79
|
/**
|
|
80
|
-
* The
|
|
80
|
+
* The Amazon ECR repository prefix associated with the pull through cache rule.
|
|
81
81
|
*/
|
|
82
82
|
ecrRepositoryPrefix?: pulumi.Input<string>;
|
|
83
83
|
/**
|
|
84
|
-
* The name of the upstream registry.
|
|
84
|
+
* The name of the upstream source registry associated with the pull through cache rule.
|
|
85
85
|
*/
|
|
86
86
|
upstreamRegistry?: pulumi.Input<string>;
|
|
87
87
|
/**
|
|
88
|
-
* The
|
|
88
|
+
* The upstream registry URL associated with the pull through cache rule.
|
|
89
89
|
*/
|
|
90
90
|
upstreamRegistryUrl?: pulumi.Input<string>;
|
|
91
91
|
}
|
|
@@ -6,7 +6,7 @@ exports.PullThroughCacheRule = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* The AWS::ECR::PullThroughCacheRule resource
|
|
9
|
+
* The ``AWS::ECR::PullThroughCacheRule`` resource creates or updates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry in your Amazon ECR private registry.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Example
|
|
@@ -2,7 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
5
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
6
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
6
7
|
*
|
|
7
8
|
* ## Example Usage
|
|
8
9
|
* ### Example
|
|
@@ -44,7 +45,7 @@ export declare class ReplicationConfiguration extends pulumi.CustomResource {
|
|
|
44
45
|
*/
|
|
45
46
|
static isInstance(obj: any): obj is ReplicationConfiguration;
|
|
46
47
|
/**
|
|
47
|
-
* The
|
|
48
|
+
* The account ID of the destination registry.
|
|
48
49
|
*/
|
|
49
50
|
readonly registryId: pulumi.Output<string>;
|
|
50
51
|
/**
|
|
@@ -6,7 +6,8 @@ exports.ReplicationConfiguration = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* The AWS::ECR::ReplicationConfiguration resource
|
|
9
|
+
* The ``AWS::ECR::ReplicationConfiguration`` resource creates or updates the replication configuration for a private registry. The first time a replication configuration is applied to a private registry, a service-linked IAM role is created in your account for the replication process. For more information, see [Using Service-Linked Roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
10
|
+
* When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a private registry permissions policy. For more information, see ``AWS::ECR::RegistryPolicy``.
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
* ### Example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replicationConfiguration.js","sourceRoot":"","sources":["../../ecr/replicationConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"replicationConfiguration.js","sourceRoot":"","sources":["../../ecr/replicationConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;IAC/D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,wBAAwB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,wBAAwB,CAAC,YAAY,CAAC;IACzE,CAAC;IAWD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,wBAAwB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrE,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;aAC3E;YACD,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,wBAAwB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7E,CAAC;;AA1DL,4DA2DC;AA9CG,gBAAgB;AACO,qCAAY,GAAG,yCAAyC,CAAC"}
|