@pulumi/aws 6.79.1 → 6.80.0-alpha.1746549310

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.
Files changed (40) hide show
  1. package/accessanalyzer/analyzer.d.ts +37 -0
  2. package/accessanalyzer/analyzer.js +37 -0
  3. package/accessanalyzer/analyzer.js.map +1 -1
  4. package/ec2/defaultCreditSpecification.d.ts +90 -0
  5. package/ec2/defaultCreditSpecification.js +84 -0
  6. package/ec2/defaultCreditSpecification.js.map +1 -0
  7. package/ec2/index.d.ts +3 -0
  8. package/ec2/index.js +10 -5
  9. package/ec2/index.js.map +1 -1
  10. package/eks/cluster.d.ts +2 -2
  11. package/eks/cluster.js +2 -2
  12. package/glue/connection.d.ts +38 -3
  13. package/glue/connection.js +20 -1
  14. package/glue/connection.js.map +1 -1
  15. package/glue/getConnection.d.ts +9 -0
  16. package/glue/getConnection.js.map +1 -1
  17. package/imagebuilder/getInfrastructureConfiguration.d.ts +4 -0
  18. package/imagebuilder/getInfrastructureConfiguration.js.map +1 -1
  19. package/imagebuilder/infrastructureConfiguration.d.ts +12 -0
  20. package/imagebuilder/infrastructureConfiguration.js +2 -0
  21. package/imagebuilder/infrastructureConfiguration.js.map +1 -1
  22. package/networkfirewall/firewall.d.ts +16 -0
  23. package/networkfirewall/firewall.js +6 -0
  24. package/networkfirewall/firewall.js.map +1 -1
  25. package/networkfirewall/getFirewall.d.ts +4 -0
  26. package/networkfirewall/getFirewall.js.map +1 -1
  27. package/package.json +2 -2
  28. package/transfer/server.d.ts +6 -6
  29. package/types/input.d.ts +80 -8
  30. package/types/input.js.map +1 -1
  31. package/types/output.d.ts +102 -8
  32. package/types/output.js.map +1 -1
  33. package/vpclattice/listenerRule.d.ts +10 -4
  34. package/vpclattice/listenerRule.js +4 -4
  35. package/vpclattice/listenerRule.js.map +1 -1
  36. package/workspaces/directory.d.ts +16 -0
  37. package/workspaces/directory.js +6 -0
  38. package/workspaces/directory.js.map +1 -1
  39. package/workspaces/getDirectory.d.ts +1 -0
  40. package/workspaces/getDirectory.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -1353,11 +1353,33 @@ export declare namespace accessanalyzer {
1353
1353
  unusedAccess?: pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationUnusedAccess>;
1354
1354
  }
1355
1355
  interface AnalyzerConfigurationUnusedAccess {
1356
+ /**
1357
+ * A block for analysis rules. Documented below
1358
+ */
1359
+ analysisRule?: pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRule>;
1356
1360
  /**
1357
1361
  * The specified access age in days for which to generate findings for unused access.
1358
1362
  */
1359
1363
  unusedAccessAge?: pulumi.Input<number>;
1360
1364
  }
1365
+ interface AnalyzerConfigurationUnusedAccessAnalysisRule {
1366
+ /**
1367
+ * A block for the analyzer rules containing criteria to exclude from analysis. Documented below
1368
+ */
1369
+ exclusions?: pulumi.Input<pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion>[]>;
1370
+ }
1371
+ interface AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion {
1372
+ /**
1373
+ * A list of account IDs to exclude from the analysis.
1374
+ */
1375
+ accountIds?: pulumi.Input<pulumi.Input<string>[]>;
1376
+ /**
1377
+ * A list of key-value pairs for resource tags to exclude from the analysis.
1378
+ */
1379
+ resourceTags?: pulumi.Input<pulumi.Input<{
1380
+ [key: string]: pulumi.Input<string>;
1381
+ }>[]>;
1382
+ }
1361
1383
  interface ArchiveRuleFilter {
1362
1384
  /**
1363
1385
  * Contains comparator.
@@ -9959,7 +9981,7 @@ export declare namespace bedrock {
9959
9981
  */
9960
9982
  sharePointConfiguration?: pulumi.Input<inputs.bedrock.AgentDataSourceDataSourceConfigurationSharePointConfiguration>;
9961
9983
  /**
9962
- * Type of storage for the data source. Valid values: `S3`.
9984
+ * Type of storage for the data source. Valid values: `S3`, `WEB`, `CONFLUENCE`, `SALESFORCE`, `SHAREPOINT`, `CUSTOM`, `REDSHIFT_METADATA`.
9963
9985
  */
9964
9986
  type: pulumi.Input<string>;
9965
9987
  /**
@@ -21167,6 +21189,16 @@ export declare namespace ec2 {
21167
21189
  */
21168
21190
  create?: pulumi.Input<string>;
21169
21191
  }
21192
+ interface DefaultCreditSpecificationTimeouts {
21193
+ /**
21194
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
21195
+ */
21196
+ create?: pulumi.Input<string>;
21197
+ /**
21198
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
21199
+ */
21200
+ update?: pulumi.Input<string>;
21201
+ }
21170
21202
  interface DefaultNetworkAclEgress {
21171
21203
  /**
21172
21204
  * The action to take.
@@ -30189,7 +30221,7 @@ export declare namespace fis {
30189
30221
  }
30190
30222
  interface ExperimentTemplateActionTarget {
30191
30223
  /**
30192
- * Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/actions.html#action-targets) for more details.
30224
+ * Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `ManagedResources` (EKS clusters, Application and Network Load Balancers, and EC2 Auto Scaling groups that are enabled for ARC zonal shift), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/actions.html#action-targets) for more details.
30193
30225
  */
30194
30226
  key: pulumi.Input<string>;
30195
30227
  /**
@@ -33918,6 +33950,24 @@ export declare namespace imagebuilder {
33918
33950
  */
33919
33951
  s3KeyPrefix?: pulumi.Input<string>;
33920
33952
  }
33953
+ interface InfrastructureConfigurationPlacement {
33954
+ /**
33955
+ * Availability Zone where your build and test instances will launch.
33956
+ */
33957
+ availabilityZone?: pulumi.Input<string>;
33958
+ /**
33959
+ * ID of the Dedicated Host on which build and test instances run. Conflicts with `hostResourceGroupArn`.
33960
+ */
33961
+ hostId?: pulumi.Input<string>;
33962
+ /**
33963
+ * ARN of the host resource group in which to launch build and test instances. Conflicts with `hostId`.
33964
+ */
33965
+ hostResourceGroupArn?: pulumi.Input<string>;
33966
+ /**
33967
+ * Placement tenancy of the instance. Valid values: `default`, `dedicated` and `host`.
33968
+ */
33969
+ tenancy?: pulumi.Input<string>;
33970
+ }
33921
33971
  interface LifecyclePolicyPolicyDetail {
33922
33972
  /**
33923
33973
  * Configuration details for the policy action.
@@ -75667,10 +75717,12 @@ export declare namespace vpclattice {
75667
75717
  interface ListenerRuleAction {
75668
75718
  /**
75669
75719
  * Describes the rule action that returns a custom HTTP response.
75720
+ * See `fixedResponse` Block for details.
75670
75721
  */
75671
75722
  fixedResponse?: pulumi.Input<inputs.vpclattice.ListenerRuleActionFixedResponse>;
75672
75723
  /**
75673
75724
  * The forward action. Traffic that matches the rule is forwarded to the specified target groups.
75725
+ * See `forward` Block for details.
75674
75726
  */
75675
75727
  forward?: pulumi.Input<inputs.vpclattice.ListenerRuleActionForward>;
75676
75728
  }
@@ -75695,12 +75747,15 @@ export declare namespace vpclattice {
75695
75747
  interface ListenerRuleMatch {
75696
75748
  /**
75697
75749
  * The HTTP criteria that a rule must match.
75750
+ * See `httpMatch` Block for details.
75698
75751
  */
75699
- httpMatch?: pulumi.Input<inputs.vpclattice.ListenerRuleMatchHttpMatch>;
75752
+ httpMatch: pulumi.Input<inputs.vpclattice.ListenerRuleMatchHttpMatch>;
75700
75753
  }
75701
75754
  interface ListenerRuleMatchHttpMatch {
75702
75755
  /**
75703
- * The header matches. Matches incoming requests with rule based on request header value before applying rule action.
75756
+ * The header matches.
75757
+ * Matches incoming requests with rule based on request header value before applying rule action.
75758
+ * See `headerMatches` Block for details.
75704
75759
  */
75705
75760
  headerMatches?: pulumi.Input<pulumi.Input<inputs.vpclattice.ListenerRuleMatchHttpMatchHeaderMatch>[]>;
75706
75761
  /**
@@ -75709,16 +75764,19 @@ export declare namespace vpclattice {
75709
75764
  method?: pulumi.Input<string>;
75710
75765
  /**
75711
75766
  * The path match.
75767
+ * See `pathMatch` Block for details.
75712
75768
  */
75713
75769
  pathMatch?: pulumi.Input<inputs.vpclattice.ListenerRuleMatchHttpMatchPathMatch>;
75714
75770
  }
75715
75771
  interface ListenerRuleMatchHttpMatchHeaderMatch {
75716
75772
  /**
75717
- * Indicates whether the match is case sensitive. Defaults to false.
75773
+ * Indicates whether the match is case sensitive.
75774
+ * Default is `false`.
75718
75775
  */
75719
75776
  caseSensitive?: pulumi.Input<boolean>;
75720
75777
  /**
75721
75778
  * The header match type.
75779
+ * See Header Match `match` Block for details.
75722
75780
  */
75723
75781
  match: pulumi.Input<inputs.vpclattice.ListenerRuleMatchHttpMatchHeaderMatchMatch>;
75724
75782
  /**
@@ -75736,17 +75794,20 @@ export declare namespace vpclattice {
75736
75794
  */
75737
75795
  exact?: pulumi.Input<string>;
75738
75796
  /**
75739
- * Specifies a prefix type match. Matches the value with the prefix.
75797
+ * Specifies a prefix type match.
75798
+ * Matches the value with the prefix.
75740
75799
  */
75741
75800
  prefix?: pulumi.Input<string>;
75742
75801
  }
75743
75802
  interface ListenerRuleMatchHttpMatchPathMatch {
75744
75803
  /**
75745
- * Indicates whether the match is case sensitive. Defaults to false.
75804
+ * Indicates whether the match is case sensitive.
75805
+ * Default is `false`.
75746
75806
  */
75747
75807
  caseSensitive?: pulumi.Input<boolean>;
75748
75808
  /**
75749
75809
  * The header match type.
75810
+ * See Path Match `match` Block for details.
75750
75811
  */
75751
75812
  match: pulumi.Input<inputs.vpclattice.ListenerRuleMatchHttpMatchPathMatchMatch>;
75752
75813
  }
@@ -75756,7 +75817,8 @@ export declare namespace vpclattice {
75756
75817
  */
75757
75818
  exact?: pulumi.Input<string>;
75758
75819
  /**
75759
- * Specifies a prefix type match. Matches the value with the prefix.
75820
+ * Specifies a prefix type match.
75821
+ * Matches the value with the prefix.
75760
75822
  */
75761
75823
  prefix?: pulumi.Input<string>;
75762
75824
  }
@@ -85035,6 +85097,16 @@ export declare namespace workspaces {
85035
85097
  */
85036
85098
  delete?: pulumi.Input<string>;
85037
85099
  }
85100
+ interface DirectoryCertificateBasedAuthProperties {
85101
+ /**
85102
+ * The Amazon Resource Name (ARN) of the certificate manager private certificate authority (ACM-PCA) that is used for certificate-based authentication.
85103
+ */
85104
+ certificateAuthorityArn?: pulumi.Input<string>;
85105
+ /**
85106
+ * Status of certificate-based authentication. Default `DISABLED`.
85107
+ */
85108
+ status?: pulumi.Input<string>;
85109
+ }
85038
85110
  interface DirectorySamlProperties {
85039
85111
  /**
85040
85112
  * The relay state parameter name supported by the SAML 2.0 identity provider (IdP). Default `RelayState`.
@@ -1 +1 @@
1
- {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA2oiEjF,IAAiB,GAAG,CAwcnB;AAxcD,WAAiB,GAAG;IAyXhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAuEL,CAAC,EAxcgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAwcnB"}
1
+ {"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AA+riEjF,IAAiB,GAAG,CAwcnB;AAxcD,WAAiB,GAAG;IAyXhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAuEL,CAAC,EAxcgB,GAAG,GAAH,WAAG,KAAH,WAAG,QAwcnB"}
package/types/output.d.ts CHANGED
@@ -37,11 +37,33 @@ export declare namespace accessanalyzer {
37
37
  unusedAccess?: outputs.accessanalyzer.AnalyzerConfigurationUnusedAccess;
38
38
  }
39
39
  interface AnalyzerConfigurationUnusedAccess {
40
+ /**
41
+ * A block for analysis rules. Documented below
42
+ */
43
+ analysisRule?: outputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRule;
40
44
  /**
41
45
  * The specified access age in days for which to generate findings for unused access.
42
46
  */
43
47
  unusedAccessAge?: number;
44
48
  }
49
+ interface AnalyzerConfigurationUnusedAccessAnalysisRule {
50
+ /**
51
+ * A block for the analyzer rules containing criteria to exclude from analysis. Documented below
52
+ */
53
+ exclusions?: outputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion[];
54
+ }
55
+ interface AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion {
56
+ /**
57
+ * A list of account IDs to exclude from the analysis.
58
+ */
59
+ accountIds?: string[];
60
+ /**
61
+ * A list of key-value pairs for resource tags to exclude from the analysis.
62
+ */
63
+ resourceTags?: {
64
+ [key: string]: string;
65
+ }[];
66
+ }
45
67
  interface ArchiveRuleFilter {
46
68
  /**
47
69
  * Contains comparator.
@@ -10981,7 +11003,7 @@ export declare namespace bedrock {
10981
11003
  */
10982
11004
  sharePointConfiguration?: outputs.bedrock.AgentDataSourceDataSourceConfigurationSharePointConfiguration;
10983
11005
  /**
10984
- * Type of storage for the data source. Valid values: `S3`.
11006
+ * Type of storage for the data source. Valid values: `S3`, `WEB`, `CONFLUENCE`, `SALESFORCE`, `SHAREPOINT`, `CUSTOM`, `REDSHIFT_METADATA`.
10985
11007
  */
10986
11008
  type: string;
10987
11009
  /**
@@ -25575,6 +25597,16 @@ export declare namespace ec2 {
25575
25597
  */
25576
25598
  create?: string;
25577
25599
  }
25600
+ interface DefaultCreditSpecificationTimeouts {
25601
+ /**
25602
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
25603
+ */
25604
+ create?: string;
25605
+ /**
25606
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
25607
+ */
25608
+ update?: string;
25609
+ }
25578
25610
  interface DefaultNetworkAclEgress {
25579
25611
  /**
25580
25612
  * The action to take.
@@ -36261,7 +36293,7 @@ export declare namespace fis {
36261
36293
  }
36262
36294
  interface ExperimentTemplateActionTarget {
36263
36295
  /**
36264
- * Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/actions.html#action-targets) for more details.
36296
+ * Target type. Valid values are `AutoScalingGroups` (EC2 Auto Scaling groups), `Buckets` (S3 Buckets), `Cluster` (EKS Cluster), `Clusters` (ECS Clusters), `DBInstances` (RDS DB Instances), `Instances` (EC2 Instances), `ManagedResources` (EKS clusters, Application and Network Load Balancers, and EC2 Auto Scaling groups that are enabled for ARC zonal shift), `Nodegroups` (EKS Node groups), `Pods` (EKS Pods), `ReplicationGroups`(ElastiCache Redis Replication Groups), `Roles` (IAM Roles), `SpotInstances` (EC2 Spot Instances), `Subnets` (VPC Subnets), `Tables` (DynamoDB encrypted global tables), `Tasks` (ECS Tasks), `TransitGateways` (Transit gateways), `Volumes` (EBS Volumes). See the [documentation](https://docs.aws.amazon.com/fis/latest/userguide/actions.html#action-targets) for more details.
36265
36297
  */
36266
36298
  key: string;
36267
36299
  /**
@@ -40660,6 +40692,24 @@ export declare namespace imagebuilder {
40660
40692
  */
40661
40693
  s3KeyPrefix: string;
40662
40694
  }
40695
+ interface GetInfrastructureConfigurationPlacement {
40696
+ /**
40697
+ * Availability Zone where your build and test instances will launch.
40698
+ */
40699
+ availabilityZone: string;
40700
+ /**
40701
+ * ID of the Dedicated Host on which build and test instances run.
40702
+ */
40703
+ hostId: string;
40704
+ /**
40705
+ * ARN of the host resource group in which to launch build and test instances.
40706
+ */
40707
+ hostResourceGroupArn: string;
40708
+ /**
40709
+ * Placement tenancy of the instance.
40710
+ */
40711
+ tenancy: string;
40712
+ }
40663
40713
  interface GetInfrastructureConfigurationsFilter {
40664
40714
  /**
40665
40715
  * Name of the filter field. Valid values can be found in the [Image Builder ListInfrastructureConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListInfrastructureConfigurations.html).
@@ -40951,6 +41001,24 @@ export declare namespace imagebuilder {
40951
41001
  */
40952
41002
  s3KeyPrefix?: string;
40953
41003
  }
41004
+ interface InfrastructureConfigurationPlacement {
41005
+ /**
41006
+ * Availability Zone where your build and test instances will launch.
41007
+ */
41008
+ availabilityZone?: string;
41009
+ /**
41010
+ * ID of the Dedicated Host on which build and test instances run. Conflicts with `hostResourceGroupArn`.
41011
+ */
41012
+ hostId?: string;
41013
+ /**
41014
+ * ARN of the host resource group in which to launch build and test instances. Conflicts with `hostId`.
41015
+ */
41016
+ hostResourceGroupArn?: string;
41017
+ /**
41018
+ * Placement tenancy of the instance. Valid values: `default`, `dedicated` and `host`.
41019
+ */
41020
+ tenancy?: string;
41021
+ }
40954
41022
  interface LifecyclePolicyPolicyDetail {
40955
41023
  /**
40956
41024
  * Configuration details for the policy action.
@@ -84521,10 +84589,12 @@ export declare namespace vpclattice {
84521
84589
  interface ListenerRuleAction {
84522
84590
  /**
84523
84591
  * Describes the rule action that returns a custom HTTP response.
84592
+ * See `fixedResponse` Block for details.
84524
84593
  */
84525
84594
  fixedResponse?: outputs.vpclattice.ListenerRuleActionFixedResponse;
84526
84595
  /**
84527
84596
  * The forward action. Traffic that matches the rule is forwarded to the specified target groups.
84597
+ * See `forward` Block for details.
84528
84598
  */
84529
84599
  forward?: outputs.vpclattice.ListenerRuleActionForward;
84530
84600
  }
@@ -84549,12 +84619,15 @@ export declare namespace vpclattice {
84549
84619
  interface ListenerRuleMatch {
84550
84620
  /**
84551
84621
  * The HTTP criteria that a rule must match.
84622
+ * See `httpMatch` Block for details.
84552
84623
  */
84553
- httpMatch?: outputs.vpclattice.ListenerRuleMatchHttpMatch;
84624
+ httpMatch: outputs.vpclattice.ListenerRuleMatchHttpMatch;
84554
84625
  }
84555
84626
  interface ListenerRuleMatchHttpMatch {
84556
84627
  /**
84557
- * The header matches. Matches incoming requests with rule based on request header value before applying rule action.
84628
+ * The header matches.
84629
+ * Matches incoming requests with rule based on request header value before applying rule action.
84630
+ * See `headerMatches` Block for details.
84558
84631
  */
84559
84632
  headerMatches?: outputs.vpclattice.ListenerRuleMatchHttpMatchHeaderMatch[];
84560
84633
  /**
@@ -84563,16 +84636,19 @@ export declare namespace vpclattice {
84563
84636
  method?: string;
84564
84637
  /**
84565
84638
  * The path match.
84639
+ * See `pathMatch` Block for details.
84566
84640
  */
84567
84641
  pathMatch?: outputs.vpclattice.ListenerRuleMatchHttpMatchPathMatch;
84568
84642
  }
84569
84643
  interface ListenerRuleMatchHttpMatchHeaderMatch {
84570
84644
  /**
84571
- * Indicates whether the match is case sensitive. Defaults to false.
84645
+ * Indicates whether the match is case sensitive.
84646
+ * Default is `false`.
84572
84647
  */
84573
84648
  caseSensitive?: boolean;
84574
84649
  /**
84575
84650
  * The header match type.
84651
+ * See Header Match `match` Block for details.
84576
84652
  */
84577
84653
  match: outputs.vpclattice.ListenerRuleMatchHttpMatchHeaderMatchMatch;
84578
84654
  /**
@@ -84590,17 +84666,20 @@ export declare namespace vpclattice {
84590
84666
  */
84591
84667
  exact?: string;
84592
84668
  /**
84593
- * Specifies a prefix type match. Matches the value with the prefix.
84669
+ * Specifies a prefix type match.
84670
+ * Matches the value with the prefix.
84594
84671
  */
84595
84672
  prefix?: string;
84596
84673
  }
84597
84674
  interface ListenerRuleMatchHttpMatchPathMatch {
84598
84675
  /**
84599
- * Indicates whether the match is case sensitive. Defaults to false.
84676
+ * Indicates whether the match is case sensitive.
84677
+ * Default is `false`.
84600
84678
  */
84601
84679
  caseSensitive?: boolean;
84602
84680
  /**
84603
84681
  * The header match type.
84682
+ * See Path Match `match` Block for details.
84604
84683
  */
84605
84684
  match: outputs.vpclattice.ListenerRuleMatchHttpMatchPathMatchMatch;
84606
84685
  }
@@ -84610,7 +84689,8 @@ export declare namespace vpclattice {
84610
84689
  */
84611
84690
  exact?: string;
84612
84691
  /**
84613
- * Specifies a prefix type match. Matches the value with the prefix.
84692
+ * Specifies a prefix type match.
84693
+ * Matches the value with the prefix.
84614
84694
  */
84615
84695
  prefix?: string;
84616
84696
  }
@@ -93895,6 +93975,16 @@ export declare namespace workspaces {
93895
93975
  */
93896
93976
  delete?: string;
93897
93977
  }
93978
+ interface DirectoryCertificateBasedAuthProperties {
93979
+ /**
93980
+ * The Amazon Resource Name (ARN) of the certificate manager private certificate authority (ACM-PCA) that is used for certificate-based authentication.
93981
+ */
93982
+ certificateAuthorityArn?: string;
93983
+ /**
93984
+ * Status of certificate-based authentication. Default `DISABLED`.
93985
+ */
93986
+ status: string;
93987
+ }
93898
93988
  interface DirectorySamlProperties {
93899
93989
  /**
93900
93990
  * The relay state parameter name supported by the SAML 2.0 identity provider (IdP). Default `RelayState`.
@@ -94005,6 +94095,10 @@ export declare namespace workspaces {
94005
94095
  */
94006
94096
  capacity: string;
94007
94097
  }
94098
+ interface GetDirectoryCertificateBasedAuthProperty {
94099
+ certificateAuthorityArn: string;
94100
+ status: string;
94101
+ }
94008
94102
  interface GetDirectorySamlProperty {
94009
94103
  relayStateParameterName: string;
94010
94104
  status: string;
@@ -1 +1 @@
1
- {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAk5zEjF,IAAiB,GAAG,CA4cnB;AA5cD,WAAiB,GAAG;IA4XhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwEL,CAAC,EA5cgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA4cnB"}
1
+ {"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAy9zEjF,IAAiB,GAAG,CA4cnB;AA5cD,WAAiB,GAAG;IA4XhB;;OAEG;IACH,SAAgB,sCAAsC,CAAC,GAA4B;;QAC/E,uCACO,GAAG,KACN,WAAW,EAAE,MAAA,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,WAAW,IAC/C;IACN,CAAC;IALe,0CAAsC,yCAKrD,CAAA;AAwEL,CAAC,EA5cgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA4cnB"}
@@ -10,7 +10,7 @@ import * as outputs from "../types/output";
10
10
  * import * as pulumi from "@pulumi/pulumi";
11
11
  * import * as aws from "@pulumi/aws";
12
12
  *
13
- * const test = new aws.vpclattice.ListenerRule("test", {
13
+ * const example = new aws.vpclattice.ListenerRule("example", {
14
14
  * name: "example",
15
15
  * listenerIdentifier: exampleAwsVpclatticeListener.listenerId,
16
16
  * serviceIdentifier: exampleAwsVpclatticeService.id,
@@ -36,7 +36,7 @@ import * as outputs from "../types/output";
36
36
  * forward: {
37
37
  * targetGroups: [
38
38
  * {
39
- * targetGroupIdentifier: example.id,
39
+ * targetGroupIdentifier: exampleAwsVpclatticeTargetGroup.id,
40
40
  * weight: 1,
41
41
  * },
42
42
  * {
@@ -55,9 +55,9 @@ import * as outputs from "../types/output";
55
55
  * import * as pulumi from "@pulumi/pulumi";
56
56
  * import * as aws from "@pulumi/aws";
57
57
  *
58
- * const test = new aws.vpclattice.ListenerRule("test", {
58
+ * const example = new aws.vpclattice.ListenerRule("example", {
59
59
  * name: "example",
60
- * listenerIdentifier: example.listenerId,
60
+ * listenerIdentifier: exampleAwsVpclatticeListener.listenerId,
61
61
  * serviceIdentifier: exampleAwsVpclatticeService.id,
62
62
  * priority: 10,
63
63
  * match: {
@@ -104,6 +104,7 @@ export declare class ListenerRule extends pulumi.CustomResource {
104
104
  static isInstance(obj: any): obj is ListenerRule;
105
105
  /**
106
106
  * The action for the listener rule.
107
+ * See `action` Block for details.
107
108
  */
108
109
  readonly action: pulumi.Output<outputs.vpclattice.ListenerRuleAction>;
109
110
  /**
@@ -116,6 +117,7 @@ export declare class ListenerRule extends pulumi.CustomResource {
116
117
  readonly listenerIdentifier: pulumi.Output<string>;
117
118
  /**
118
119
  * The rule match.
120
+ * See `match` Block
119
121
  */
120
122
  readonly match: pulumi.Output<outputs.vpclattice.ListenerRuleMatch>;
121
123
  /**
@@ -165,6 +167,7 @@ export declare class ListenerRule extends pulumi.CustomResource {
165
167
  export interface ListenerRuleState {
166
168
  /**
167
169
  * The action for the listener rule.
170
+ * See `action` Block for details.
168
171
  */
169
172
  action?: pulumi.Input<inputs.vpclattice.ListenerRuleAction>;
170
173
  /**
@@ -177,6 +180,7 @@ export interface ListenerRuleState {
177
180
  listenerIdentifier?: pulumi.Input<string>;
178
181
  /**
179
182
  * The rule match.
183
+ * See `match` Block
180
184
  */
181
185
  match?: pulumi.Input<inputs.vpclattice.ListenerRuleMatch>;
182
186
  /**
@@ -218,6 +222,7 @@ export interface ListenerRuleState {
218
222
  export interface ListenerRuleArgs {
219
223
  /**
220
224
  * The action for the listener rule.
225
+ * See `action` Block for details.
221
226
  */
222
227
  action: pulumi.Input<inputs.vpclattice.ListenerRuleAction>;
223
228
  /**
@@ -226,6 +231,7 @@ export interface ListenerRuleArgs {
226
231
  listenerIdentifier: pulumi.Input<string>;
227
232
  /**
228
233
  * The rule match.
234
+ * See `match` Block
229
235
  */
230
236
  match: pulumi.Input<inputs.vpclattice.ListenerRuleMatch>;
231
237
  /**
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as aws from "@pulumi/aws";
16
16
  *
17
- * const test = new aws.vpclattice.ListenerRule("test", {
17
+ * const example = new aws.vpclattice.ListenerRule("example", {
18
18
  * name: "example",
19
19
  * listenerIdentifier: exampleAwsVpclatticeListener.listenerId,
20
20
  * serviceIdentifier: exampleAwsVpclatticeService.id,
@@ -40,7 +40,7 @@ const utilities = require("../utilities");
40
40
  * forward: {
41
41
  * targetGroups: [
42
42
  * {
43
- * targetGroupIdentifier: example.id,
43
+ * targetGroupIdentifier: exampleAwsVpclatticeTargetGroup.id,
44
44
  * weight: 1,
45
45
  * },
46
46
  * {
@@ -59,9 +59,9 @@ const utilities = require("../utilities");
59
59
  * import * as pulumi from "@pulumi/pulumi";
60
60
  * import * as aws from "@pulumi/aws";
61
61
  *
62
- * const test = new aws.vpclattice.ListenerRule("test", {
62
+ * const example = new aws.vpclattice.ListenerRule("example", {
63
63
  * name: "example",
64
- * listenerIdentifier: example.listenerId,
64
+ * listenerIdentifier: exampleAwsVpclatticeListener.listenerId,
65
65
  * serviceIdentifier: exampleAwsVpclatticeService.id,
66
66
  * priority: 10,
67
67
  * match: {
@@ -1 +1 @@
1
- {"version":3,"file":"listenerRule.js","sourceRoot":"","sources":["../../vpclattice/listenerRule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listenerRule.js","sourceRoot":"","sources":["../../vpclattice/listenerRule.ts"],"names":[],"mappings":"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"}
@@ -75,6 +75,10 @@ import * as outputs from "../types/output";
75
75
  * tags: {
76
76
  * Example: "true",
77
77
  * },
78
+ * certificateBasedAuthProperties: {
79
+ * certificateAuthorityArn: "arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012",
80
+ * status: "ENABLED",
81
+ * },
78
82
  * samlProperties: {
79
83
  * userAccessUrl: "https://sso.example.com/",
80
84
  * status: "ENABLED",
@@ -152,6 +156,10 @@ export declare class Directory extends pulumi.CustomResource {
152
156
  * The directory alias.
153
157
  */
154
158
  readonly alias: pulumi.Output<string>;
159
+ /**
160
+ * Configuration of certificate-based authentication (CBA) integration. Requires SAML authentication to be enabled. Defined below.
161
+ */
162
+ readonly certificateBasedAuthProperties: pulumi.Output<outputs.workspaces.DirectoryCertificateBasedAuthProperties>;
155
163
  /**
156
164
  * The user name for the service account.
157
165
  */
@@ -239,6 +247,10 @@ export interface DirectoryState {
239
247
  * The directory alias.
240
248
  */
241
249
  alias?: pulumi.Input<string>;
250
+ /**
251
+ * Configuration of certificate-based authentication (CBA) integration. Requires SAML authentication to be enabled. Defined below.
252
+ */
253
+ certificateBasedAuthProperties?: pulumi.Input<inputs.workspaces.DirectoryCertificateBasedAuthProperties>;
242
254
  /**
243
255
  * The user name for the service account.
244
256
  */
@@ -314,6 +326,10 @@ export interface DirectoryState {
314
326
  * The set of arguments for constructing a Directory resource.
315
327
  */
316
328
  export interface DirectoryArgs {
329
+ /**
330
+ * Configuration of certificate-based authentication (CBA) integration. Requires SAML authentication to be enabled. Defined below.
331
+ */
332
+ certificateBasedAuthProperties?: pulumi.Input<inputs.workspaces.DirectoryCertificateBasedAuthProperties>;
317
333
  /**
318
334
  * The directory identifier for registration in WorkSpaces service.
319
335
  */
@@ -79,6 +79,10 @@ const utilities = require("../utilities");
79
79
  * tags: {
80
80
  * Example: "true",
81
81
  * },
82
+ * certificateBasedAuthProperties: {
83
+ * certificateAuthorityArn: "arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012",
84
+ * status: "ENABLED",
85
+ * },
82
86
  * samlProperties: {
83
87
  * userAccessUrl: "https://sso.example.com/",
84
88
  * status: "ENABLED",
@@ -165,6 +169,7 @@ class Directory extends pulumi.CustomResource {
165
169
  if (opts.id) {
166
170
  const state = argsOrState;
167
171
  resourceInputs["alias"] = state ? state.alias : undefined;
172
+ resourceInputs["certificateBasedAuthProperties"] = state ? state.certificateBasedAuthProperties : undefined;
168
173
  resourceInputs["customerUserName"] = state ? state.customerUserName : undefined;
169
174
  resourceInputs["directoryId"] = state ? state.directoryId : undefined;
170
175
  resourceInputs["directoryName"] = state ? state.directoryName : undefined;
@@ -187,6 +192,7 @@ class Directory extends pulumi.CustomResource {
187
192
  if ((!args || args.directoryId === undefined) && !opts.urn) {
188
193
  throw new Error("Missing required property 'directoryId'");
189
194
  }
195
+ resourceInputs["certificateBasedAuthProperties"] = args ? args.certificateBasedAuthProperties : undefined;
190
196
  resourceInputs["directoryId"] = args ? args.directoryId : undefined;
191
197
  resourceInputs["ipGroupIds"] = args ? args.ipGroupIds : undefined;
192
198
  resourceInputs["samlProperties"] = args ? args.samlProperties : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"directory.js","sourceRoot":"","sources":["../../workspaces/directory.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"directory.js","sourceRoot":"","sources":["../../workspaces/directory.ts"],"names":[],"mappings":"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"}
@@ -38,6 +38,7 @@ export interface GetDirectoryResult {
38
38
  * Directory alias.
39
39
  */
40
40
  readonly alias: string;
41
+ readonly certificateBasedAuthProperties: outputs.workspaces.GetDirectoryCertificateBasedAuthProperty[];
41
42
  /**
42
43
  * User name for the service account.
43
44
  */