@pulumi/aws-native 1.26.0-alpha.1741696873 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/athena/dataCatalog.d.ts +26 -2
- package/athena/dataCatalog.js +6 -0
- package/athena/dataCatalog.js.map +1 -1
- package/athena/getDataCatalog.d.ts +13 -1
- package/athena/getDataCatalog.js.map +1 -1
- package/backup/getRestoreTestingPlan.d.ts +1 -1
- package/backup/restoreTestingPlan.d.ts +2 -2
- package/batch/computeEnvironment.d.ts +4 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/consumableResource.d.ts +92 -0
- package/batch/consumableResource.js +78 -0
- package/batch/consumableResource.js.map +1 -0
- package/batch/getConsumableResource.d.ts +43 -0
- package/batch/getConsumableResource.js +28 -0
- package/batch/getConsumableResource.js.map +1 -0
- package/batch/getJobDefinition.d.ts +5 -0
- package/batch/getJobDefinition.js.map +1 -1
- package/batch/index.d.ts +6 -0
- package/batch/index.js +8 -1
- package/batch/index.js.map +1 -1
- package/batch/jobDefinition.d.ts +9 -0
- package/batch/jobDefinition.js +4 -0
- package/batch/jobDefinition.js.map +1 -1
- package/bedrock/agent.d.ts +24 -0
- package/bedrock/agent.js.map +1 -1
- package/bedrock/blueprint.d.ts +108 -0
- package/bedrock/blueprint.js +82 -0
- package/bedrock/blueprint.js.map +1 -0
- package/bedrock/dataAutomationProject.d.ts +124 -0
- package/bedrock/dataAutomationProject.js +82 -0
- package/bedrock/dataAutomationProject.js.map +1 -0
- package/bedrock/getAgent.d.ts +12 -0
- package/bedrock/getAgent.js.map +1 -1
- package/bedrock/getBlueprint.d.ts +61 -0
- package/bedrock/getBlueprint.js +28 -0
- package/bedrock/getBlueprint.js.map +1 -0
- package/bedrock/getDataAutomationProject.d.ts +75 -0
- package/bedrock/getDataAutomationProject.js +28 -0
- package/bedrock/getDataAutomationProject.js.map +1 -0
- package/bedrock/index.d.ts +12 -0
- package/bedrock/index.js +15 -1
- package/bedrock/index.js.map +1 -1
- package/ce/costCategory.d.ts +11 -1
- package/ce/costCategory.js +3 -1
- package/ce/costCategory.js.map +1 -1
- package/ce/getCostCategory.d.ts +7 -2
- package/ce/getCostCategory.js +2 -2
- package/ce/getCostCategory.js.map +1 -1
- package/chatbot/customAction.d.ts +2 -2
- package/chatbot/getCustomAction.d.ts +1 -1
- package/chatbot/getMicrosoftTeamsChannelConfiguration.d.ts +4 -0
- package/chatbot/getMicrosoftTeamsChannelConfiguration.js.map +1 -1
- package/chatbot/microsoftTeamsChannelConfiguration.d.ts +8 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js +2 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js.map +1 -1
- package/cloudformation/getStack.d.ts +1 -1
- package/cloudformation/stack.d.ts +2 -2
- package/cloudtrail/getChannel.d.ts +4 -0
- package/cloudtrail/getChannel.js.map +1 -1
- package/cognito/getUserPool.d.ts +1 -1
- package/cognito/userPool.d.ts +2 -2
- package/datasync/locationNfs.js +0 -2
- package/datasync/locationNfs.js.map +1 -1
- package/datasync/locationObjectStorage.js +1 -1
- package/datasync/locationObjectStorage.js.map +1 -1
- package/datazone/domain.d.ts +16 -0
- package/datazone/domain.js +5 -1
- package/datazone/domain.js.map +1 -1
- package/datazone/getDomain.d.ts +4 -0
- package/datazone/getDomain.js.map +1 -1
- package/dynamodb/getTable.d.ts +2 -2
- package/dynamodb/table.d.ts +4 -4
- package/ec2/carrierGateway.d.ts +1 -1
- package/ec2/carrierGateway.js +1 -1
- package/ec2/getCarrierGateway.d.ts +2 -2
- package/ec2/getCarrierGateway.js +2 -2
- package/ec2/getLocalGatewayRoute.d.ts +2 -2
- package/ec2/getLocalGatewayRoute.js +2 -2
- package/ec2/getLocalGatewayRouteTable.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTable.js +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.js +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.js +2 -2
- package/ec2/getVpcEndpointService.d.ts +5 -0
- package/ec2/getVpcEndpointService.js.map +1 -1
- package/ec2/localGatewayRoute.d.ts +1 -1
- package/ec2/localGatewayRoute.js +1 -1
- package/ec2/localGatewayRouteTable.d.ts +1 -1
- package/ec2/localGatewayRouteTable.js +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.js +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.js +1 -1
- package/ec2/vpcEndpointService.d.ts +9 -0
- package/ec2/vpcEndpointService.js +2 -0
- package/ec2/vpcEndpointService.js.map +1 -1
- package/ecr/getReplicationConfiguration.d.ts +7 -5
- package/ecr/getReplicationConfiguration.js +4 -2
- package/ecr/getReplicationConfiguration.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +13 -13
- package/ecr/getRepositoryCreationTemplate.js +2 -2
- package/ecr/pullThroughCacheRule.d.ts +13 -9
- package/ecr/pullThroughCacheRule.js +6 -2
- package/ecr/pullThroughCacheRule.js.map +1 -1
- package/ecr/replicationConfiguration.d.ts +3 -2
- package/ecr/replicationConfiguration.js +2 -1
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +19 -19
- package/ecr/repositoryCreationTemplate.js +1 -1
- package/ecs/getService.d.ts +1 -1
- package/ecs/service.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +2 -4
- package/ecs/taskDefinition.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +2 -1
- package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +4 -2
- package/elasticloadbalancingv2/loadBalancer.js +2 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/gamelift/containerFleet.d.ts +2 -2
- package/gamelift/fleet.d.ts +2 -2
- package/gamelift/getContainerFleet.d.ts +1 -1
- package/gamelift/getFleet.d.ts +1 -1
- package/gameliftstreams/application.d.ts +113 -0
- package/gameliftstreams/application.js +86 -0
- package/gameliftstreams/application.js.map +1 -0
- package/gameliftstreams/getApplication.d.ts +55 -0
- package/gameliftstreams/getApplication.js +28 -0
- package/gameliftstreams/getApplication.js.map +1 -0
- package/gameliftstreams/getStreamGroup.d.ts +50 -0
- package/gameliftstreams/getStreamGroup.js +28 -0
- package/gameliftstreams/getStreamGroup.js.map +1 -0
- package/gameliftstreams/index.d.ts +12 -0
- package/gameliftstreams/index.js +32 -0
- package/gameliftstreams/index.js.map +1 -0
- package/gameliftstreams/streamGroup.d.ts +165 -0
- package/gameliftstreams/streamGroup.js +79 -0
- package/gameliftstreams/streamGroup.js.map +1 -0
- package/guardduty/getPublishingDestination.d.ts +6 -0
- package/guardduty/getPublishingDestination.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +12 -0
- package/guardduty/publishingDestination.js.map +1 -1
- package/iam/getManagedPolicy.d.ts +44 -0
- package/iam/getManagedPolicy.js.map +1 -1
- package/iam/getSamlProvider.d.ts +13 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/index.d.ts +1 -0
- package/iam/index.js +16 -0
- package/iam/index.js.map +1 -1
- package/iam/managedPolicy.d.ts +34 -0
- package/iam/managedPolicy.js.map +1 -1
- package/iam/samlProvider.d.ts +40 -3
- package/iam/samlProvider.js +11 -4
- package/iam/samlProvider.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/getSoftwarePackage.d.ts +9 -0
- package/iot/getSoftwarePackage.js.map +1 -1
- package/iot/getSoftwarePackageVersion.d.ts +7 -0
- package/iot/getSoftwarePackageVersion.js.map +1 -1
- package/iot/getThingType.d.ts +1 -1
- package/iot/getTopicRule.d.ts +0 -4
- package/iot/getTopicRule.js.map +1 -1
- package/iot/softwarePackage.d.ts +12 -0
- package/iot/softwarePackage.js.map +1 -1
- package/iot/softwarePackageVersion.d.ts +13 -0
- package/iot/softwarePackageVersion.js +8 -0
- package/iot/softwarePackageVersion.js.map +1 -1
- package/iot/thingType.d.ts +2 -2
- package/iot/topicRule.d.ts +0 -4
- package/iot/topicRule.js.map +1 -1
- package/lambda/function.d.ts +14 -2
- package/lambda/function.js +1 -1
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +7 -5
- package/lambda/getFunction.js.map +1 -1
- package/medialive/cloudWatchAlarmTemplate.d.ts +2 -2
- package/medialive/cloudWatchAlarmTemplate.js +0 -3
- package/medialive/cloudWatchAlarmTemplate.js.map +1 -1
- package/medialive/eventBridgeRuleTemplate.d.ts +2 -2
- package/medialive/eventBridgeRuleTemplate.js +0 -3
- package/medialive/eventBridgeRuleTemplate.js.map +1 -1
- package/mediapackagev2/channel.d.ts +16 -0
- package/mediapackagev2/channel.js +4 -0
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getChannel.d.ts +8 -0
- package/mediapackagev2/getChannel.js.map +1 -1
- package/msk/batchScramSecret.d.ts +12 -0
- package/msk/batchScramSecret.js.map +1 -1
- package/msk/cluster.d.ts +69 -0
- package/msk/cluster.js.map +1 -1
- package/msk/configuration.d.ts +33 -0
- package/msk/configuration.js.map +1 -1
- package/msk/getBatchScramSecret.d.ts +9 -0
- package/msk/getBatchScramSecret.js.map +1 -1
- package/msk/getCluster.d.ts +39 -0
- package/msk/getCluster.js.map +1 -1
- package/msk/getConfiguration.d.ts +15 -0
- package/msk/getConfiguration.js.map +1 -1
- package/msk/getServerlessCluster.d.ts +9 -0
- package/msk/getServerlessCluster.js.map +1 -1
- package/msk/getVpcConnection.d.ts +3 -0
- package/msk/getVpcConnection.js.map +1 -1
- package/msk/replicator.d.ts +1 -5
- package/msk/replicator.js +1 -1
- package/msk/replicator.js.map +1 -1
- package/msk/serverlessCluster.d.ts +21 -0
- package/msk/serverlessCluster.js.map +1 -1
- package/msk/vpcConnection.d.ts +24 -0
- package/msk/vpcConnection.js.map +1 -1
- package/opensearchserverless/getIndex.d.ts +44 -0
- package/opensearchserverless/getIndex.js +30 -0
- package/opensearchserverless/getIndex.js.map +1 -0
- package/opensearchserverless/getSecurityConfig.d.ts +3 -0
- package/opensearchserverless/getSecurityConfig.js.map +1 -1
- package/opensearchserverless/index.d.ts +6 -0
- package/opensearchserverless/index.js +8 -1
- package/opensearchserverless/index.js.map +1 -1
- package/opensearchserverless/index_.d.ts +71 -0
- package/opensearchserverless/index_.js +69 -0
- package/opensearchserverless/index_.js.map +1 -0
- package/opensearchserverless/securityConfig.d.ts +6 -0
- package/opensearchserverless/securityConfig.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/pcaconnectorad/connector.d.ts +1 -1
- package/pcaconnectorad/connector.js +1 -1
- package/pcaconnectorad/getConnector.d.ts +2 -2
- package/pcaconnectorad/getConnector.js +2 -2
- package/quicksight/getTheme.d.ts +12 -0
- package/quicksight/getTheme.js.map +1 -1
- package/rds/dbInstance.d.ts +14 -2
- package/rds/dbInstance.js +2 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/dbParameterGroup.d.ts +2 -2
- package/rds/getDbInstance.d.ts +1 -1
- package/rds/getDbParameterGroup.d.ts +1 -1
- package/rds/getGlobalCluster.d.ts +0 -3
- package/rds/getGlobalCluster.js.map +1 -1
- package/rds/globalCluster.d.ts +0 -3
- package/rds/globalCluster.js.map +1 -1
- package/redshift/integration.d.ts +2 -2
- package/rum/appMonitor.d.ts +2 -0
- package/rum/appMonitor.js +2 -0
- package/rum/appMonitor.js.map +1 -1
- package/rum/getAppMonitor.d.ts +1 -0
- package/rum/getAppMonitor.js.map +1 -1
- package/s3/bucketPolicy.d.ts +4 -1
- package/s3/bucketPolicy.js +4 -1
- package/s3/bucketPolicy.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +8 -2
- package/s3/getBucketPolicy.js +8 -2
- package/s3/getBucketPolicy.js.map +1 -1
- package/sagemaker/cluster.d.ts +2 -2
- package/sagemaker/getCluster.d.ts +1 -1
- package/sagemaker/getModelPackage.d.ts +4 -1
- package/sagemaker/getModelPackage.js.map +1 -1
- package/sagemaker/inferenceComponent.d.ts +2 -0
- package/sagemaker/inferenceComponent.js +2 -0
- package/sagemaker/inferenceComponent.js.map +1 -1
- package/sagemaker/modelPackage.d.ts +8 -2
- package/sagemaker/modelPackage.js.map +1 -1
- package/transfer/agreement.d.ts +10 -2
- package/transfer/agreement.js +2 -3
- package/transfer/agreement.js.map +1 -1
- package/transfer/getAgreement.d.ts +4 -0
- package/transfer/getAgreement.js.map +1 -1
- package/transfer/getServer.d.ts +5 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +5 -0
- package/transfer/server.js.map +1 -1
- package/types/enums/athena/index.d.ts +17 -1
- package/types/enums/athena/index.js +13 -1
- package/types/enums/athena/index.js.map +1 -1
- package/types/enums/batch/index.d.ts +8 -0
- package/types/enums/batch/index.js +5 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/bedrock/index.d.ts +94 -0
- package/types/enums/bedrock/index.js +70 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/dms/index.d.ts +7 -0
- package/types/enums/dms/index.js +7 -1
- package/types/enums/dms/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +6 -1
- package/types/enums/ec2/index.js +5 -1
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +8 -0
- package/types/enums/iam/index.js +10 -0
- package/types/enums/iam/index.js.map +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +7 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/medialive/index.d.ts +1 -0
- package/types/enums/medialive/index.js +1 -0
- package/types/enums/medialive/index.js.map +1 -1
- package/types/enums/msk/index.d.ts +15 -0
- package/types/enums/msk/index.js.map +1 -1
- package/types/enums/oam/index.d.ts +2 -0
- package/types/enums/oam/index.js +2 -0
- package/types/enums/oam/index.js.map +1 -1
- package/types/enums/opensearchserverless/index.d.ts +37 -0
- package/types/enums/opensearchserverless/index.js +22 -1
- package/types/enums/opensearchserverless/index.js.map +1 -1
- package/types/enums/pcaconnectorad/index.d.ts +5 -0
- package/types/enums/pcaconnectorad/index.js +5 -1
- package/types/enums/pcaconnectorad/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +31 -0
- package/types/enums/quicksight/index.js +35 -9
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +5 -0
- package/types/enums/sagemaker/index.js +7 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/wafv2/index.d.ts +78 -0
- package/types/enums/wafv2/index.js +25 -1
- package/types/enums/wafv2/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +29 -0
- package/types/enums/workspacesweb/index.js +26 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +1540 -80
- package/types/output.d.ts +1551 -88
- package/types/output.js.map +1 -1
- package/wisdom/aiPrompt.d.ts +2 -2
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
- package/xray/getTransactionSearchConfig.d.ts +19 -0
- package/xray/getTransactionSearchConfig.js +28 -0
- package/xray/getTransactionSearchConfig.js.map +1 -0
- package/xray/index.d.ts +6 -0
- package/xray/index.js +8 -1
- package/xray/index.js.map +1 -1
- package/xray/transactionSearchConfig.d.ts +36 -0
- package/xray/transactionSearchConfig.js +58 -0
- package/xray/transactionSearchConfig.js.map +1 -0
|
@@ -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,21 +44,23 @@ 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
|
+
readonly customRoleArn: pulumi.Output<string | undefined>;
|
|
50
51
|
/**
|
|
51
|
-
* The
|
|
52
|
+
* The Amazon ECR repository prefix associated with the pull through cache rule.
|
|
52
53
|
*/
|
|
53
54
|
readonly ecrRepositoryPrefix: pulumi.Output<string | undefined>;
|
|
54
55
|
/**
|
|
55
|
-
* The name of the upstream registry.
|
|
56
|
+
* The name of the upstream source registry associated with the pull through cache rule.
|
|
56
57
|
*/
|
|
57
58
|
readonly upstreamRegistry: pulumi.Output<string | undefined>;
|
|
58
59
|
/**
|
|
59
|
-
* The
|
|
60
|
+
* The upstream registry URL associated with the pull through cache rule.
|
|
60
61
|
*/
|
|
61
62
|
readonly upstreamRegistryUrl: pulumi.Output<string | undefined>;
|
|
63
|
+
readonly upstreamRepositoryPrefix: pulumi.Output<string | undefined>;
|
|
62
64
|
/**
|
|
63
65
|
* Create a PullThroughCacheRule resource with the given unique name, arguments, and options.
|
|
64
66
|
*
|
|
@@ -73,19 +75,21 @@ export declare class PullThroughCacheRule extends pulumi.CustomResource {
|
|
|
73
75
|
*/
|
|
74
76
|
export interface PullThroughCacheRuleArgs {
|
|
75
77
|
/**
|
|
76
|
-
* The
|
|
78
|
+
* The ARN of the Secrets Manager secret associated with the pull through cache rule.
|
|
77
79
|
*/
|
|
78
80
|
credentialArn?: pulumi.Input<string>;
|
|
81
|
+
customRoleArn?: pulumi.Input<string>;
|
|
79
82
|
/**
|
|
80
|
-
* The
|
|
83
|
+
* The Amazon ECR repository prefix associated with the pull through cache rule.
|
|
81
84
|
*/
|
|
82
85
|
ecrRepositoryPrefix?: pulumi.Input<string>;
|
|
83
86
|
/**
|
|
84
|
-
* The name of the upstream registry.
|
|
87
|
+
* The name of the upstream source registry associated with the pull through cache rule.
|
|
85
88
|
*/
|
|
86
89
|
upstreamRegistry?: pulumi.Input<string>;
|
|
87
90
|
/**
|
|
88
|
-
* The
|
|
91
|
+
* The upstream registry URL associated with the pull through cache rule.
|
|
89
92
|
*/
|
|
90
93
|
upstreamRegistryUrl?: pulumi.Input<string>;
|
|
94
|
+
upstreamRepositoryPrefix?: pulumi.Input<string>;
|
|
91
95
|
}
|
|
@@ -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
|
|
@@ -68,18 +68,22 @@ class PullThroughCacheRule extends pulumi.CustomResource {
|
|
|
68
68
|
opts = opts || {};
|
|
69
69
|
if (!opts.id) {
|
|
70
70
|
resourceInputs["credentialArn"] = args ? args.credentialArn : undefined;
|
|
71
|
+
resourceInputs["customRoleArn"] = args ? args.customRoleArn : undefined;
|
|
71
72
|
resourceInputs["ecrRepositoryPrefix"] = args ? args.ecrRepositoryPrefix : undefined;
|
|
72
73
|
resourceInputs["upstreamRegistry"] = args ? args.upstreamRegistry : undefined;
|
|
73
74
|
resourceInputs["upstreamRegistryUrl"] = args ? args.upstreamRegistryUrl : undefined;
|
|
75
|
+
resourceInputs["upstreamRepositoryPrefix"] = args ? args.upstreamRepositoryPrefix : undefined;
|
|
74
76
|
}
|
|
75
77
|
else {
|
|
76
78
|
resourceInputs["credentialArn"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["customRoleArn"] = undefined /*out*/;
|
|
77
80
|
resourceInputs["ecrRepositoryPrefix"] = undefined /*out*/;
|
|
78
81
|
resourceInputs["upstreamRegistry"] = undefined /*out*/;
|
|
79
82
|
resourceInputs["upstreamRegistryUrl"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["upstreamRepositoryPrefix"] = undefined /*out*/;
|
|
80
84
|
}
|
|
81
85
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
82
|
-
const replaceOnChanges = { replaceOnChanges: ["credentialArn", "ecrRepositoryPrefix", "upstreamRegistry", "upstreamRegistryUrl"] };
|
|
86
|
+
const replaceOnChanges = { replaceOnChanges: ["credentialArn", "customRoleArn", "ecrRepositoryPrefix", "upstreamRegistry", "upstreamRegistryUrl", "upstreamRepositoryPrefix"] };
|
|
83
87
|
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
84
88
|
super(PullThroughCacheRule.__pulumiType, name, resourceInputs, opts);
|
|
85
89
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pullThroughCacheRule.js","sourceRoot":"","sources":["../../ecr/pullThroughCacheRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjF,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;
|
|
1
|
+
{"version":3,"file":"pullThroughCacheRule.js","sourceRoot":"","sources":["../../ecr/pullThroughCacheRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjF,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAqBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA+B,EAAE,IAAmC;QAC1F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;SACjG;aAAM;YACH,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,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,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,0BAA0B,CAAC,EAAE,CAAC;QAChL,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AA3EL,oDA4EC;AA/DG,gBAAgB;AACO,iCAAY,GAAG,qCAAqC,CAAC"}
|
|
@@ -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"}
|
|
@@ -3,7 +3,7 @@ import * as inputs from "../types/input";
|
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
import * as enums from "../types/enums";
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* The details of the repository creation template associated with the request.
|
|
7
7
|
*/
|
|
8
8
|
export declare class RepositoryCreationTemplate extends pulumi.CustomResource {
|
|
9
9
|
/**
|
|
@@ -21,19 +21,19 @@ export declare class RepositoryCreationTemplate extends pulumi.CustomResource {
|
|
|
21
21
|
*/
|
|
22
22
|
static isInstance(obj: any): obj is RepositoryCreationTemplate;
|
|
23
23
|
/**
|
|
24
|
-
* A list of enumerable Strings representing the repository creation scenarios that
|
|
24
|
+
* 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
|
|
25
25
|
*/
|
|
26
26
|
readonly appliedFor: pulumi.Output<enums.ecr.RepositoryCreationTemplateAppliedForItem[]>;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* The date and time, in JavaScript date format, when the repository creation template was created.
|
|
29
29
|
*/
|
|
30
30
|
readonly createdAt: pulumi.Output<string>;
|
|
31
31
|
/**
|
|
32
|
-
* The ARN of the role to be assumed by ECR.
|
|
32
|
+
* 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.
|
|
33
33
|
*/
|
|
34
34
|
readonly customRoleArn: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The description
|
|
36
|
+
* The description associated with the repository creation template.
|
|
37
37
|
*/
|
|
38
38
|
readonly description: pulumi.Output<string | undefined>;
|
|
39
39
|
/**
|
|
@@ -41,27 +41,27 @@ export declare class RepositoryCreationTemplate extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly encryptionConfiguration: pulumi.Output<outputs.ecr.RepositoryCreationTemplateEncryptionConfiguration | undefined>;
|
|
43
43
|
/**
|
|
44
|
-
* The
|
|
44
|
+
* 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.
|
|
45
45
|
*/
|
|
46
46
|
readonly imageTagMutability: pulumi.Output<enums.ecr.RepositoryCreationTemplateImageTagMutability | undefined>;
|
|
47
47
|
/**
|
|
48
|
-
* The
|
|
48
|
+
* The lifecycle policy to use for repositories created using the template.
|
|
49
49
|
*/
|
|
50
50
|
readonly lifecyclePolicy: pulumi.Output<string | undefined>;
|
|
51
51
|
/**
|
|
52
|
-
* The prefix
|
|
52
|
+
* The repository namespace prefix associated with the repository creation template.
|
|
53
53
|
*/
|
|
54
54
|
readonly prefix: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* 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.
|
|
57
57
|
*/
|
|
58
58
|
readonly repositoryPolicy: pulumi.Output<string | undefined>;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* 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.
|
|
61
61
|
*/
|
|
62
62
|
readonly resourceTags: pulumi.Output<outputs.ecr.RepositoryCreationTemplateTag[] | undefined>;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* The date and time, in JavaScript date format, when the repository creation template was last updated.
|
|
65
65
|
*/
|
|
66
66
|
readonly updatedAt: pulumi.Output<string>;
|
|
67
67
|
/**
|
|
@@ -78,15 +78,15 @@ export declare class RepositoryCreationTemplate extends pulumi.CustomResource {
|
|
|
78
78
|
*/
|
|
79
79
|
export interface RepositoryCreationTemplateArgs {
|
|
80
80
|
/**
|
|
81
|
-
* A list of enumerable Strings representing the repository creation scenarios that
|
|
81
|
+
* 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
|
|
82
82
|
*/
|
|
83
83
|
appliedFor: pulumi.Input<pulumi.Input<enums.ecr.RepositoryCreationTemplateAppliedForItem>[]>;
|
|
84
84
|
/**
|
|
85
|
-
* The ARN of the role to be assumed by ECR.
|
|
85
|
+
* 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.
|
|
86
86
|
*/
|
|
87
87
|
customRoleArn?: pulumi.Input<string>;
|
|
88
88
|
/**
|
|
89
|
-
* The description
|
|
89
|
+
* The description associated with the repository creation template.
|
|
90
90
|
*/
|
|
91
91
|
description?: pulumi.Input<string>;
|
|
92
92
|
/**
|
|
@@ -94,23 +94,23 @@ export interface RepositoryCreationTemplateArgs {
|
|
|
94
94
|
*/
|
|
95
95
|
encryptionConfiguration?: pulumi.Input<inputs.ecr.RepositoryCreationTemplateEncryptionConfigurationArgs>;
|
|
96
96
|
/**
|
|
97
|
-
* The
|
|
97
|
+
* 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.
|
|
98
98
|
*/
|
|
99
99
|
imageTagMutability?: pulumi.Input<enums.ecr.RepositoryCreationTemplateImageTagMutability>;
|
|
100
100
|
/**
|
|
101
|
-
* The
|
|
101
|
+
* The lifecycle policy to use for repositories created using the template.
|
|
102
102
|
*/
|
|
103
103
|
lifecyclePolicy?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
105
|
-
* The prefix
|
|
105
|
+
* The repository namespace prefix associated with the repository creation template.
|
|
106
106
|
*/
|
|
107
107
|
prefix: pulumi.Input<string>;
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 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.
|
|
110
110
|
*/
|
|
111
111
|
repositoryPolicy?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
113
|
-
*
|
|
113
|
+
* 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.
|
|
114
114
|
*/
|
|
115
115
|
resourceTags?: pulumi.Input<pulumi.Input<inputs.ecr.RepositoryCreationTemplateTagArgs>[]>;
|
|
116
116
|
}
|
|
@@ -6,7 +6,7 @@ exports.RepositoryCreationTemplate = void 0;
|
|
|
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
|
class RepositoryCreationTemplate extends pulumi.CustomResource {
|
|
12
12
|
/**
|
package/ecs/getService.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export interface GetServiceResult {
|
|
|
26
26
|
/**
|
|
27
27
|
* The capacity provider strategy to use for the service.
|
|
28
28
|
* If a ``capacityProviderStrategy`` is specified, the ``launchType`` parameter must be omitted. If no ``capacityProviderStrategy`` or ``launchType`` is specified, the ``defaultCapacityProviderStrategy`` for the cluster is used.
|
|
29
|
-
* A capacity provider strategy
|
|
29
|
+
* A capacity provider strategy can contain a maximum of 20 capacity providers.
|
|
30
30
|
* To remove this property from your service resource, specify an empty ``CapacityProviderStrategyItem`` array.
|
|
31
31
|
*/
|
|
32
32
|
readonly capacityProviderStrategy?: outputs.ecs.ServiceCapacityProviderStrategyItem[];
|
package/ecs/service.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class Service extends pulumi.CustomResource {
|
|
|
30
30
|
/**
|
|
31
31
|
* The capacity provider strategy to use for the service.
|
|
32
32
|
* If a ``capacityProviderStrategy`` is specified, the ``launchType`` parameter must be omitted. If no ``capacityProviderStrategy`` or ``launchType`` is specified, the ``defaultCapacityProviderStrategy`` for the cluster is used.
|
|
33
|
-
* A capacity provider strategy
|
|
33
|
+
* A capacity provider strategy can contain a maximum of 20 capacity providers.
|
|
34
34
|
* To remove this property from your service resource, specify an empty ``CapacityProviderStrategyItem`` array.
|
|
35
35
|
*/
|
|
36
36
|
readonly capacityProviderStrategy: pulumi.Output<outputs.ecs.ServiceCapacityProviderStrategyItem[] | undefined>;
|
|
@@ -185,7 +185,7 @@ export interface ServiceArgs {
|
|
|
185
185
|
/**
|
|
186
186
|
* The capacity provider strategy to use for the service.
|
|
187
187
|
* If a ``capacityProviderStrategy`` is specified, the ``launchType`` parameter must be omitted. If no ``capacityProviderStrategy`` or ``launchType`` is specified, the ``defaultCapacityProviderStrategy`` for the cluster is used.
|
|
188
|
-
* A capacity provider strategy
|
|
188
|
+
* A capacity provider strategy can contain a maximum of 20 capacity providers.
|
|
189
189
|
* To remove this property from your service resource, specify an empty ``CapacityProviderStrategyItem`` array.
|
|
190
190
|
*/
|
|
191
191
|
capacityProviderStrategy?: pulumi.Input<pulumi.Input<inputs.ecs.ServiceCapacityProviderStrategyItemArgs>[]>;
|
package/ecs/taskDefinition.d.ts
CHANGED
|
@@ -207,8 +207,7 @@ export declare class TaskDefinition extends pulumi.CustomResource {
|
|
|
207
207
|
readonly containerDefinitions: pulumi.Output<outputs.ecs.TaskDefinitionContainerDefinition[] | undefined>;
|
|
208
208
|
/**
|
|
209
209
|
* The number of ``cpu`` units used by the task. If you use the EC2 launch type, this field is optional. Any value can be used. If you use the Fargate launch type, this field is required. You must use one of the following values. The value that you choose determines your range of valid values for the ``memory`` parameter.
|
|
210
|
-
* If you
|
|
211
|
-
* The CPU units cannot be less than 1 vCPU when you use Windows containers on Fargate.
|
|
210
|
+
* If you're using the EC2 launch type or the external launch type, this field is optional. Supported values are between ``128`` CPU units (``0.125`` vCPUs) and ``196608`` CPU units (``192`` vCPUs). The CPU units cannot be less than 1 vCPU when you use Windows containers on Fargate.
|
|
212
211
|
* + 256 (.25 vCPU) - Available ``memory`` values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)
|
|
213
212
|
* + 512 (.5 vCPU) - Available ``memory`` values: 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB)
|
|
214
213
|
* + 1024 (1 vCPU) - Available ``memory`` values: 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)
|
|
@@ -350,8 +349,7 @@ export interface TaskDefinitionArgs {
|
|
|
350
349
|
containerDefinitions?: pulumi.Input<pulumi.Input<inputs.ecs.TaskDefinitionContainerDefinitionArgs>[]>;
|
|
351
350
|
/**
|
|
352
351
|
* The number of ``cpu`` units used by the task. If you use the EC2 launch type, this field is optional. Any value can be used. If you use the Fargate launch type, this field is required. You must use one of the following values. The value that you choose determines your range of valid values for the ``memory`` parameter.
|
|
353
|
-
* If you
|
|
354
|
-
* The CPU units cannot be less than 1 vCPU when you use Windows containers on Fargate.
|
|
352
|
+
* If you're using the EC2 launch type or the external launch type, this field is optional. Supported values are between ``128`` CPU units (``0.125`` vCPUs) and ``196608`` CPU units (``192`` vCPUs). The CPU units cannot be less than 1 vCPU when you use Windows containers on Fargate.
|
|
355
353
|
* + 256 (.25 vCPU) - Available ``memory`` values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)
|
|
356
354
|
* + 512 (.5 vCPU) - Available ``memory`` values: 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB)
|
|
357
355
|
* + 1024 (1 vCPU) - Available ``memory`` values: 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taskDefinition.js","sourceRoot":"","sources":["../../ecs/taskDefinition.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwLG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"taskDefinition.js","sourceRoot":"","sources":["../../ecs/taskDefinition.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwLG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAoID;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAyB,EAAE,IAAmC;QACpF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC3D;aAAM;YACH,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,yBAAyB,EAAE,KAAK,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,0BAA0B,EAAE,SAAS,EAAE,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,4BAA4B,EAAE,iBAAiB,EAAE,aAAa,EAAE,YAAY,CAAC,EAAE,CAAC;QACtW,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AApNL,wCAqNC;AAxMG,gBAAgB;AACO,2BAAY,GAAG,+BAA+B,CAAC"}
|
|
@@ -24,7 +24,7 @@ export interface GetLoadBalancerResult {
|
|
|
24
24
|
*/
|
|
25
25
|
readonly enablePrefixForIpv6SourceNat?: string;
|
|
26
26
|
/**
|
|
27
|
-
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
|
|
27
|
+
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink. The default is ``on``.
|
|
28
28
|
*/
|
|
29
29
|
readonly enforceSecurityGroupInboundRulesOnPrivateLinkTraffic?: string;
|
|
30
30
|
/**
|
|
@@ -34,6 +34,7 @@ export interface GetLoadBalancerResult {
|
|
|
34
34
|
* [Network Load Balancers and Gateway Load Balancers] The possible values are ``ipv4`` (IPv4 addresses) and ``dualstack`` (IPv4 and IPv6 addresses).
|
|
35
35
|
*/
|
|
36
36
|
readonly ipAddressType?: string;
|
|
37
|
+
readonly ipv4IpamPoolId?: string;
|
|
37
38
|
/**
|
|
38
39
|
* The Amazon Resource Name (ARN) of the load balancer.
|
|
39
40
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLoadBalancer.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/getLoadBalancer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;
|
|
1
|
+
{"version":3,"file":"getLoadBalancer.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/getLoadBalancer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAgFD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
|
@@ -32,7 +32,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
32
32
|
*/
|
|
33
33
|
readonly enablePrefixForIpv6SourceNat: pulumi.Output<string | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
|
|
35
|
+
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink. The default is ``on``.
|
|
36
36
|
*/
|
|
37
37
|
readonly enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: pulumi.Output<string | undefined>;
|
|
38
38
|
/**
|
|
@@ -42,6 +42,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
42
42
|
* [Network Load Balancers and Gateway Load Balancers] The possible values are ``ipv4`` (IPv4 addresses) and ``dualstack`` (IPv4 and IPv6 addresses).
|
|
43
43
|
*/
|
|
44
44
|
readonly ipAddressType: pulumi.Output<string | undefined>;
|
|
45
|
+
readonly ipv4IpamPoolId: pulumi.Output<string | undefined>;
|
|
45
46
|
/**
|
|
46
47
|
* The Amazon Resource Name (ARN) of the load balancer.
|
|
47
48
|
*/
|
|
@@ -121,7 +122,7 @@ export interface LoadBalancerArgs {
|
|
|
121
122
|
*/
|
|
122
123
|
enablePrefixForIpv6SourceNat?: pulumi.Input<string>;
|
|
123
124
|
/**
|
|
124
|
-
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
|
|
125
|
+
* Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink. The default is ``on``.
|
|
125
126
|
*/
|
|
126
127
|
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic?: pulumi.Input<string>;
|
|
127
128
|
/**
|
|
@@ -131,6 +132,7 @@ export interface LoadBalancerArgs {
|
|
|
131
132
|
* [Network Load Balancers and Gateway Load Balancers] The possible values are ``ipv4`` (IPv4 addresses) and ``dualstack`` (IPv4 and IPv6 addresses).
|
|
132
133
|
*/
|
|
133
134
|
ipAddressType?: pulumi.Input<string>;
|
|
135
|
+
ipv4IpamPoolId?: pulumi.Input<string>;
|
|
134
136
|
/**
|
|
135
137
|
* The load balancer attributes.
|
|
136
138
|
*/
|
|
@@ -44,6 +44,7 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
44
44
|
resourceInputs["enablePrefixForIpv6SourceNat"] = args ? args.enablePrefixForIpv6SourceNat : undefined;
|
|
45
45
|
resourceInputs["enforceSecurityGroupInboundRulesOnPrivateLinkTraffic"] = args ? args.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic : undefined;
|
|
46
46
|
resourceInputs["ipAddressType"] = args ? args.ipAddressType : undefined;
|
|
47
|
+
resourceInputs["ipv4IpamPoolId"] = args ? args.ipv4IpamPoolId : undefined;
|
|
47
48
|
resourceInputs["loadBalancerAttributes"] = args ? args.loadBalancerAttributes : undefined;
|
|
48
49
|
resourceInputs["minimumLoadBalancerCapacity"] = args ? args.minimumLoadBalancerCapacity : undefined;
|
|
49
50
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
@@ -65,6 +66,7 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
65
66
|
resourceInputs["enablePrefixForIpv6SourceNat"] = undefined /*out*/;
|
|
66
67
|
resourceInputs["enforceSecurityGroupInboundRulesOnPrivateLinkTraffic"] = undefined /*out*/;
|
|
67
68
|
resourceInputs["ipAddressType"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["ipv4IpamPoolId"] = undefined /*out*/;
|
|
68
70
|
resourceInputs["loadBalancerArn"] = undefined /*out*/;
|
|
69
71
|
resourceInputs["loadBalancerAttributes"] = undefined /*out*/;
|
|
70
72
|
resourceInputs["loadBalancerFullName"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/loadBalancer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,YAAY,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/loadBalancer.ts"],"names":[],"mappings":"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"}
|
|
@@ -79,7 +79,7 @@ export declare class ContainerFleet extends pulumi.CustomResource {
|
|
|
79
79
|
readonly instanceType: pulumi.Output<string | undefined>;
|
|
80
80
|
readonly locations: pulumi.Output<outputs.gamelift.ContainerFleetLocationConfiguration[] | undefined>;
|
|
81
81
|
/**
|
|
82
|
-
* The method that is used to collect container logs for the fleet. Amazon GameLift saves all standard output for each container in logs, including game session logs.
|
|
82
|
+
* The method that is used to collect container logs for the fleet. Amazon GameLift Servers saves all standard output for each container in logs, including game session logs.
|
|
83
83
|
*
|
|
84
84
|
* - `CLOUDWATCH` -- Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.
|
|
85
85
|
* - `S3` -- Store logs in an Amazon S3 bucket that you define.
|
|
@@ -173,7 +173,7 @@ export interface ContainerFleetArgs {
|
|
|
173
173
|
instanceType?: pulumi.Input<string>;
|
|
174
174
|
locations?: pulumi.Input<pulumi.Input<inputs.gamelift.ContainerFleetLocationConfigurationArgs>[]>;
|
|
175
175
|
/**
|
|
176
|
-
* The method that is used to collect container logs for the fleet. Amazon GameLift saves all standard output for each container in logs, including game session logs.
|
|
176
|
+
* The method that is used to collect container logs for the fleet. Amazon GameLift Servers saves all standard output for each container in logs, including game session logs.
|
|
177
177
|
*
|
|
178
178
|
* - `CLOUDWATCH` -- Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.
|
|
179
179
|
* - `S3` -- Store logs in an Amazon S3 bucket that you define.
|
package/gamelift/fleet.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
73
73
|
*/
|
|
74
74
|
readonly instanceRoleCredentialsProvider: pulumi.Output<enums.gamelift.FleetInstanceRoleCredentialsProvider | undefined>;
|
|
75
75
|
/**
|
|
76
|
-
* A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as `us-west-2` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see [Amazon GameLift service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
76
|
+
* A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as `us-west-2` , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see [Amazon GameLift Servers service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
77
77
|
*/
|
|
78
78
|
readonly locations: pulumi.Output<outputs.gamelift.FleetLocationConfiguration[] | undefined>;
|
|
79
79
|
/**
|
|
@@ -198,7 +198,7 @@ export interface FleetArgs {
|
|
|
198
198
|
*/
|
|
199
199
|
instanceRoleCredentialsProvider?: pulumi.Input<enums.gamelift.FleetInstanceRoleCredentialsProvider>;
|
|
200
200
|
/**
|
|
201
|
-
* A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift. Provide a list of one or more AWS Region codes, such as `us-west-2` , or Local Zone names. When using this parameter, Amazon GameLift requires you to include your home location in the request. For a list of supported Regions and Local Zones, see [Amazon GameLift service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
201
|
+
* A set of remote locations to deploy additional instances to and manage as a multi-location fleet. Use this parameter when creating a fleet in AWS Regions that support multiple locations. You can add any AWS Region or Local Zone that's supported by Amazon GameLift Servers. Provide a list of one or more AWS Region codes, such as `us-west-2` , or Local Zone names. When using this parameter, Amazon GameLift Servers requires you to include your home location in the request. For a list of supported Regions and Local Zones, see [Amazon GameLift Servers service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
202
202
|
*/
|
|
203
203
|
locations?: pulumi.Input<pulumi.Input<inputs.gamelift.FleetLocationConfigurationArgs>[]>;
|
|
204
204
|
/**
|
|
@@ -50,7 +50,7 @@ export interface GetContainerFleetResult {
|
|
|
50
50
|
*/
|
|
51
51
|
readonly instanceInboundPermissions?: outputs.gamelift.ContainerFleetIpPermission[];
|
|
52
52
|
/**
|
|
53
|
-
* The method that is used to collect container logs for the fleet. Amazon GameLift saves all standard output for each container in logs, including game session logs.
|
|
53
|
+
* The method that is used to collect container logs for the fleet. Amazon GameLift Servers saves all standard output for each container in logs, including game session logs.
|
|
54
54
|
*
|
|
55
55
|
* - `CLOUDWATCH` -- Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.
|
|
56
56
|
* - `S3` -- Store logs in an Amazon S3 bucket that you define.
|