@pulumi/aws 6.0.0-alpha.1 → 6.0.0-alpha.2
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/README.md +4 -4
- package/appintegrations/dataIntegration.d.ts +2 -1
- package/appintegrations/dataIntegration.js +4 -0
- package/appintegrations/dataIntegration.js.map +1 -1
- package/auditmanager/accountRegistration.d.ts +109 -0
- package/auditmanager/accountRegistration.js +84 -0
- package/auditmanager/accountRegistration.js.map +1 -0
- package/auditmanager/assessment.d.ts +204 -0
- package/auditmanager/assessment.js +118 -0
- package/auditmanager/assessment.js.map +1 -0
- package/auditmanager/assessmentDelegation.d.ts +144 -0
- package/auditmanager/assessmentDelegation.js +99 -0
- package/auditmanager/assessmentDelegation.js.map +1 -0
- package/auditmanager/assessmentReport.d.ts +118 -0
- package/auditmanager/assessmentReport.js +87 -0
- package/auditmanager/assessmentReport.js.map +1 -0
- package/auditmanager/control.d.ts +186 -0
- package/auditmanager/control.js +98 -0
- package/auditmanager/control.js.map +1 -0
- package/auditmanager/framework.d.ts +163 -0
- package/auditmanager/framework.js +95 -0
- package/auditmanager/framework.js.map +1 -0
- package/auditmanager/frameworkShare.d.ts +123 -0
- package/auditmanager/frameworkShare.js +91 -0
- package/auditmanager/frameworkShare.js.map +1 -0
- package/auditmanager/getControl.d.ts +146 -0
- package/auditmanager/getControl.js +117 -0
- package/auditmanager/getControl.js.map +1 -0
- package/auditmanager/getFramework.d.ts +74 -0
- package/auditmanager/getFramework.js +53 -0
- package/auditmanager/getFramework.js.map +1 -0
- package/auditmanager/index.d.ts +30 -0
- package/auditmanager/index.js +63 -0
- package/auditmanager/index.js.map +1 -0
- package/auditmanager/organizationAdminAccountRegistration.d.ts +77 -0
- package/auditmanager/organizationAdminAccountRegistration.js +75 -0
- package/auditmanager/organizationAdminAccountRegistration.js.map +1 -0
- package/chime/sdkvoiceVoiceProfileDomain.d.ts +2 -1
- package/chime/sdkvoiceVoiceProfileDomain.js +4 -0
- package/chime/sdkvoiceVoiceProfileDomain.js.map +1 -1
- package/cloudfront/fieldLevelEncryptionProfile.d.ts +1 -0
- package/cloudfront/fieldLevelEncryptionProfile.js +1 -0
- package/cloudfront/fieldLevelEncryptionProfile.js.map +1 -1
- package/cloudfront/keyGroup.d.ts +1 -0
- package/cloudfront/keyGroup.js +1 -0
- package/cloudfront/keyGroup.js.map +1 -1
- package/cloudfront/publicKey.d.ts +1 -0
- package/cloudfront/publicKey.js +1 -0
- package/cloudfront/publicKey.js.map +1 -1
- package/directoryservice/index.d.ts +3 -0
- package/directoryservice/index.js +6 -1
- package/directoryservice/index.js.map +1 -1
- package/directoryservice/trust.d.ts +282 -0
- package/directoryservice/trust.js +166 -0
- package/directoryservice/trust.js.map +1 -0
- package/ec2/securityGroup.d.ts +1 -1
- package/ec2/securityGroup.js +1 -1
- package/ec2/securityGroupRule.d.ts +2 -2
- package/ec2/securityGroupRule.js +2 -2
- package/emrcontainers/jobTemplate.d.ts +11 -8
- package/emrcontainers/jobTemplate.js +13 -7
- package/emrcontainers/jobTemplate.js.map +1 -1
- package/glue/dataQualityRuleset.d.ts +8 -2
- package/glue/dataQualityRuleset.js +10 -1
- package/glue/dataQualityRuleset.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +10 -4
- package/index.js.map +1 -1
- package/medialive/index.d.ts +3 -0
- package/medialive/index.js +6 -1
- package/medialive/index.js.map +1 -1
- package/medialive/multiplexProgram.d.ts +130 -0
- package/medialive/multiplexProgram.js +109 -0
- package/medialive/multiplexProgram.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/quicksight/folderMembership.d.ts +115 -0
- package/quicksight/folderMembership.js +89 -0
- package/quicksight/folderMembership.js.map +1 -0
- package/quicksight/iamPolicyAssignment.d.ts +152 -0
- package/quicksight/iamPolicyAssignment.js +95 -0
- package/quicksight/iamPolicyAssignment.js.map +1 -0
- package/quicksight/index.d.ts +21 -0
- package/quicksight/index.js +36 -1
- package/quicksight/index.js.map +1 -1
- package/quicksight/ingestion.d.ts +131 -0
- package/quicksight/ingestion.js +93 -0
- package/quicksight/ingestion.js.map +1 -0
- package/quicksight/namespace.d.ts +158 -0
- package/quicksight/namespace.js +89 -0
- package/quicksight/namespace.js.map +1 -0
- package/quicksight/refreshSchedule.d.ts +130 -0
- package/quicksight/refreshSchedule.js +93 -0
- package/quicksight/refreshSchedule.js.map +1 -0
- package/quicksight/templateAlias.d.ts +123 -0
- package/quicksight/templateAlias.js +91 -0
- package/quicksight/templateAlias.js.map +1 -0
- package/quicksight/vpcConnection.d.ts +236 -0
- package/quicksight/vpcConnection.js +145 -0
- package/quicksight/vpcConnection.js.map +1 -0
- package/rds/exportTask.d.ts +299 -0
- package/rds/exportTask.js +198 -0
- package/rds/exportTask.js.map +1 -0
- package/rds/index.d.ts +3 -0
- package/rds/index.js +6 -1
- package/rds/index.js.map +1 -1
- package/resourceexplorer/index.d.ts +6 -0
- package/resourceexplorer/index.js +27 -0
- package/resourceexplorer/index.js.map +1 -0
- package/resourceexplorer/index_.d.ts +111 -0
- package/resourceexplorer/index_.js +80 -0
- package/resourceexplorer/index_.js.map +1 -0
- package/resourceexplorer/view.d.ts +155 -0
- package/resourceexplorer/view.js +95 -0
- package/resourceexplorer/view.js.map +1 -0
- package/route53/cidrCollection.d.ts +84 -0
- package/route53/cidrCollection.js +76 -0
- package/route53/cidrCollection.js.map +1 -0
- package/route53/cidrLocation.d.ts +100 -0
- package/route53/cidrLocation.js +90 -0
- package/route53/cidrLocation.js.map +1 -0
- package/route53/index.d.ts +6 -0
- package/route53/index.js +11 -1
- package/route53/index.js.map +1 -1
- package/types/input.d.ts +345 -2
- package/types/output.d.ts +298 -2
- package/vpc/getSecurityGroupRule.d.ts +117 -0
- package/vpc/getSecurityGroupRule.js +49 -0
- package/vpc/getSecurityGroupRule.js.map +1 -0
- package/vpc/getSecurityGroupRules.d.ts +91 -0
- package/vpc/getSecurityGroupRules.js +55 -0
- package/vpc/getSecurityGroupRules.js.map +1 -0
- package/vpc/index.d.ts +12 -0
- package/vpc/index.js +33 -0
- package/vpc/index.js.map +1 -0
- package/vpc/securityGroupEgressRule.d.ts +223 -0
- package/vpc/securityGroupEgressRule.js +109 -0
- package/vpc/securityGroupEgressRule.js.map +1 -0
- package/vpc/securityGroupIngressRule.d.ts +223 -0
- package/vpc/securityGroupIngressRule.js +109 -0
- package/vpc/securityGroupIngressRule.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -7218,6 +7218,173 @@ export declare namespace athena {
|
|
|
7218
7218
|
kmsKeyArn?: pulumi.Input<string>;
|
|
7219
7219
|
}
|
|
7220
7220
|
}
|
|
7221
|
+
export declare namespace auditmanager {
|
|
7222
|
+
interface AssessmentAssessmentReportsDestination {
|
|
7223
|
+
/**
|
|
7224
|
+
* Destination of the assessment report. This value be in the form `s3://{bucket_name}`.
|
|
7225
|
+
*/
|
|
7226
|
+
destination: pulumi.Input<string>;
|
|
7227
|
+
/**
|
|
7228
|
+
* Destination type. Currently, `S3` is the only valid value.
|
|
7229
|
+
*/
|
|
7230
|
+
destinationType: pulumi.Input<string>;
|
|
7231
|
+
}
|
|
7232
|
+
interface AssessmentRole {
|
|
7233
|
+
/**
|
|
7234
|
+
* Amazon Resource Name (ARN) of the IAM role.
|
|
7235
|
+
*/
|
|
7236
|
+
roleArn: pulumi.Input<string>;
|
|
7237
|
+
/**
|
|
7238
|
+
* Type of customer persona. For assessment creation, type must always be `PROCESS_OWNER`.
|
|
7239
|
+
*/
|
|
7240
|
+
roleType: pulumi.Input<string>;
|
|
7241
|
+
}
|
|
7242
|
+
interface AssessmentRolesAll {
|
|
7243
|
+
/**
|
|
7244
|
+
* Amazon Resource Name (ARN) of the IAM role.
|
|
7245
|
+
*/
|
|
7246
|
+
roleArn: pulumi.Input<string>;
|
|
7247
|
+
/**
|
|
7248
|
+
* Type of customer persona. For assessment creation, type must always be `PROCESS_OWNER`.
|
|
7249
|
+
*/
|
|
7250
|
+
roleType: pulumi.Input<string>;
|
|
7251
|
+
}
|
|
7252
|
+
interface AssessmentScope {
|
|
7253
|
+
/**
|
|
7254
|
+
* Amazon Web Services accounts that are in scope for the assessment. See `awsAccounts` below.
|
|
7255
|
+
*/
|
|
7256
|
+
awsAccounts?: pulumi.Input<pulumi.Input<inputs.auditmanager.AssessmentScopeAwsAccount>[]>;
|
|
7257
|
+
/**
|
|
7258
|
+
* Amazon Web Services services that are included in the scope of the assessment. See `awsServices` below.
|
|
7259
|
+
*/
|
|
7260
|
+
awsServices?: pulumi.Input<pulumi.Input<inputs.auditmanager.AssessmentScopeAwsService>[]>;
|
|
7261
|
+
}
|
|
7262
|
+
interface AssessmentScopeAwsAccount {
|
|
7263
|
+
/**
|
|
7264
|
+
* Identifier for the Amazon Web Services account.
|
|
7265
|
+
*/
|
|
7266
|
+
id: pulumi.Input<string>;
|
|
7267
|
+
}
|
|
7268
|
+
interface AssessmentScopeAwsService {
|
|
7269
|
+
/**
|
|
7270
|
+
* Name of the Amazon Web Service.
|
|
7271
|
+
*/
|
|
7272
|
+
serviceName: pulumi.Input<string>;
|
|
7273
|
+
}
|
|
7274
|
+
interface ControlControlMappingSource {
|
|
7275
|
+
/**
|
|
7276
|
+
* Description of the source.
|
|
7277
|
+
*/
|
|
7278
|
+
sourceDescription?: pulumi.Input<string>;
|
|
7279
|
+
/**
|
|
7280
|
+
* Frequency of evidence collection. Valid values are `DAILY`, `WEEKLY`, or `MONTHLY`.
|
|
7281
|
+
*/
|
|
7282
|
+
sourceFrequency?: pulumi.Input<string>;
|
|
7283
|
+
sourceId?: pulumi.Input<string>;
|
|
7284
|
+
/**
|
|
7285
|
+
* The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. See `sourceKeyword` below.
|
|
7286
|
+
*/
|
|
7287
|
+
sourceKeyword?: pulumi.Input<inputs.auditmanager.ControlControlMappingSourceSourceKeyword>;
|
|
7288
|
+
/**
|
|
7289
|
+
* Name of the source.
|
|
7290
|
+
*/
|
|
7291
|
+
sourceName: pulumi.Input<string>;
|
|
7292
|
+
/**
|
|
7293
|
+
* The setup option for the data source. This option reflects if the evidence collection is automated or manual. Valid values are `System_Controls_Mapping` (automated) and `Procedural_Controls_Mapping` (manual).
|
|
7294
|
+
*/
|
|
7295
|
+
sourceSetUpOption: pulumi.Input<string>;
|
|
7296
|
+
/**
|
|
7297
|
+
* Type of data source for evidence collection. If `sourceSetUpOption` is manual, the only valid value is `MANUAL`. If `sourceSetUpOption` is automated, valid values are `AWS_Cloudtrail`, `AWS_Config`, `AWS_Security_Hub`, or `AWS_API_Call`.
|
|
7298
|
+
*
|
|
7299
|
+
* The following arguments are optional:
|
|
7300
|
+
*/
|
|
7301
|
+
sourceType: pulumi.Input<string>;
|
|
7302
|
+
/**
|
|
7303
|
+
* Instructions for troubleshooting the control.
|
|
7304
|
+
*/
|
|
7305
|
+
troubleshootingText?: pulumi.Input<string>;
|
|
7306
|
+
}
|
|
7307
|
+
interface ControlControlMappingSourceSourceKeyword {
|
|
7308
|
+
/**
|
|
7309
|
+
* Input method for the keyword. Valid values are `SELECT_FROM_LIST`.
|
|
7310
|
+
*/
|
|
7311
|
+
keywordInputType: pulumi.Input<string>;
|
|
7312
|
+
/**
|
|
7313
|
+
* The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call. See the [Audit Manager supported control data sources documentation](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources.html) for more information.
|
|
7314
|
+
*/
|
|
7315
|
+
keywordValue: pulumi.Input<string>;
|
|
7316
|
+
}
|
|
7317
|
+
interface FrameworkControlSet {
|
|
7318
|
+
/**
|
|
7319
|
+
* List of controls within the control set. See `controls` below.
|
|
7320
|
+
*/
|
|
7321
|
+
controls?: pulumi.Input<pulumi.Input<inputs.auditmanager.FrameworkControlSetControl>[]>;
|
|
7322
|
+
/**
|
|
7323
|
+
* Unique identifier of the control.
|
|
7324
|
+
*/
|
|
7325
|
+
id?: pulumi.Input<string>;
|
|
7326
|
+
/**
|
|
7327
|
+
* Name of the control set.
|
|
7328
|
+
*/
|
|
7329
|
+
name: pulumi.Input<string>;
|
|
7330
|
+
}
|
|
7331
|
+
interface FrameworkControlSetControl {
|
|
7332
|
+
/**
|
|
7333
|
+
* Unique identifier of the control.
|
|
7334
|
+
*/
|
|
7335
|
+
id: pulumi.Input<string>;
|
|
7336
|
+
}
|
|
7337
|
+
interface GetControlControlMappingSource {
|
|
7338
|
+
sourceDescription?: string;
|
|
7339
|
+
sourceFrequency?: string;
|
|
7340
|
+
sourceId?: string;
|
|
7341
|
+
sourceKeyword?: inputs.auditmanager.GetControlControlMappingSourceSourceKeyword;
|
|
7342
|
+
sourceName?: string;
|
|
7343
|
+
sourceSetUpOption?: string;
|
|
7344
|
+
sourceType?: string;
|
|
7345
|
+
troubleshootingText?: string;
|
|
7346
|
+
}
|
|
7347
|
+
interface GetControlControlMappingSourceArgs {
|
|
7348
|
+
sourceDescription?: pulumi.Input<string>;
|
|
7349
|
+
sourceFrequency?: pulumi.Input<string>;
|
|
7350
|
+
sourceId?: pulumi.Input<string>;
|
|
7351
|
+
sourceKeyword?: pulumi.Input<inputs.auditmanager.GetControlControlMappingSourceSourceKeywordArgs>;
|
|
7352
|
+
sourceName?: pulumi.Input<string>;
|
|
7353
|
+
sourceSetUpOption?: pulumi.Input<string>;
|
|
7354
|
+
sourceType?: pulumi.Input<string>;
|
|
7355
|
+
troubleshootingText?: pulumi.Input<string>;
|
|
7356
|
+
}
|
|
7357
|
+
interface GetControlControlMappingSourceSourceKeyword {
|
|
7358
|
+
keywordInputType?: string;
|
|
7359
|
+
keywordValue?: string;
|
|
7360
|
+
}
|
|
7361
|
+
interface GetControlControlMappingSourceSourceKeywordArgs {
|
|
7362
|
+
keywordInputType?: pulumi.Input<string>;
|
|
7363
|
+
keywordValue?: pulumi.Input<string>;
|
|
7364
|
+
}
|
|
7365
|
+
interface GetFrameworkControlSet {
|
|
7366
|
+
controls?: inputs.auditmanager.GetFrameworkControlSetControl[];
|
|
7367
|
+
id?: string;
|
|
7368
|
+
/**
|
|
7369
|
+
* Name of the framework.
|
|
7370
|
+
*/
|
|
7371
|
+
name?: string;
|
|
7372
|
+
}
|
|
7373
|
+
interface GetFrameworkControlSetArgs {
|
|
7374
|
+
controls?: pulumi.Input<pulumi.Input<inputs.auditmanager.GetFrameworkControlSetControlArgs>[]>;
|
|
7375
|
+
id?: pulumi.Input<string>;
|
|
7376
|
+
/**
|
|
7377
|
+
* Name of the framework.
|
|
7378
|
+
*/
|
|
7379
|
+
name?: pulumi.Input<string>;
|
|
7380
|
+
}
|
|
7381
|
+
interface GetFrameworkControlSetControl {
|
|
7382
|
+
id?: string;
|
|
7383
|
+
}
|
|
7384
|
+
interface GetFrameworkControlSetControlArgs {
|
|
7385
|
+
id?: pulumi.Input<string>;
|
|
7386
|
+
}
|
|
7387
|
+
}
|
|
7221
7388
|
export declare namespace autoscaling {
|
|
7222
7389
|
interface GetAmiIdsFilter {
|
|
7223
7390
|
/**
|
|
@@ -35189,6 +35356,58 @@ export declare namespace medialive {
|
|
|
35189
35356
|
*/
|
|
35190
35357
|
transportStreamReservedBitrate?: pulumi.Input<number>;
|
|
35191
35358
|
}
|
|
35359
|
+
interface MultiplexProgramMultiplexProgramSettings {
|
|
35360
|
+
/**
|
|
35361
|
+
* Enum for preferred channel pipeline. Options are `CURRENTLY_ACTIVE`, `PIPELINE_0`, or `PIPELINE_1`.
|
|
35362
|
+
*/
|
|
35363
|
+
preferredChannelPipeline: pulumi.Input<string>;
|
|
35364
|
+
/**
|
|
35365
|
+
* Unique program number.
|
|
35366
|
+
*/
|
|
35367
|
+
programNumber: pulumi.Input<number>;
|
|
35368
|
+
/**
|
|
35369
|
+
* Service Descriptor. See Service Descriptor for more details.
|
|
35370
|
+
*/
|
|
35371
|
+
serviceDescriptor?: pulumi.Input<inputs.medialive.MultiplexProgramMultiplexProgramSettingsServiceDescriptor>;
|
|
35372
|
+
/**
|
|
35373
|
+
* Video settings. See Video Settings for more details.
|
|
35374
|
+
*/
|
|
35375
|
+
videoSettings?: pulumi.Input<inputs.medialive.MultiplexProgramMultiplexProgramSettingsVideoSettings>;
|
|
35376
|
+
}
|
|
35377
|
+
interface MultiplexProgramMultiplexProgramSettingsServiceDescriptor {
|
|
35378
|
+
/**
|
|
35379
|
+
* Unique provider name.
|
|
35380
|
+
*/
|
|
35381
|
+
providerName: pulumi.Input<string>;
|
|
35382
|
+
/**
|
|
35383
|
+
* Unique service name.
|
|
35384
|
+
*/
|
|
35385
|
+
serviceName: pulumi.Input<string>;
|
|
35386
|
+
}
|
|
35387
|
+
interface MultiplexProgramMultiplexProgramSettingsVideoSettings {
|
|
35388
|
+
/**
|
|
35389
|
+
* Constant bitrate value.
|
|
35390
|
+
*/
|
|
35391
|
+
constantBitrate?: pulumi.Input<number>;
|
|
35392
|
+
/**
|
|
35393
|
+
* Statmux settings. See Statmux Settings for more details.
|
|
35394
|
+
*/
|
|
35395
|
+
statmuxSettings?: pulumi.Input<inputs.medialive.MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings>;
|
|
35396
|
+
}
|
|
35397
|
+
interface MultiplexProgramMultiplexProgramSettingsVideoSettingsStatmuxSettings {
|
|
35398
|
+
/**
|
|
35399
|
+
* Maximum bitrate.
|
|
35400
|
+
*/
|
|
35401
|
+
maximumBitrate?: pulumi.Input<number>;
|
|
35402
|
+
/**
|
|
35403
|
+
* Minimum bitrate.
|
|
35404
|
+
*/
|
|
35405
|
+
minimumBitrate?: pulumi.Input<number>;
|
|
35406
|
+
/**
|
|
35407
|
+
* Priority value.
|
|
35408
|
+
*/
|
|
35409
|
+
priority?: pulumi.Input<number>;
|
|
35410
|
+
}
|
|
35192
35411
|
}
|
|
35193
35412
|
export declare namespace mediapackage {
|
|
35194
35413
|
interface ChannelHlsIngest {
|
|
@@ -39576,6 +39795,56 @@ export declare namespace quicksight {
|
|
|
39576
39795
|
columnNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
39577
39796
|
principals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
39578
39797
|
}
|
|
39798
|
+
interface IamPolicyAssignmentIdentities {
|
|
39799
|
+
groups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
39800
|
+
/**
|
|
39801
|
+
* Array of Quicksight user names to assign the policy to.
|
|
39802
|
+
*/
|
|
39803
|
+
users?: pulumi.Input<pulumi.Input<string>[]>;
|
|
39804
|
+
}
|
|
39805
|
+
interface NamespaceTimeouts {
|
|
39806
|
+
create?: pulumi.Input<string>;
|
|
39807
|
+
delete?: pulumi.Input<string>;
|
|
39808
|
+
}
|
|
39809
|
+
interface RefreshScheduleSchedule {
|
|
39810
|
+
/**
|
|
39811
|
+
* The type of refresh that the dataset undergoes. Valid values are `INCREMENTAL_REFRESH` and `FULL_REFRESH`.
|
|
39812
|
+
*/
|
|
39813
|
+
refreshType: pulumi.Input<string>;
|
|
39814
|
+
/**
|
|
39815
|
+
* The configuration of the [schedule frequency](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RefreshFrequency.html). See schedule_frequency.
|
|
39816
|
+
*/
|
|
39817
|
+
scheduleFrequency?: pulumi.Input<inputs.quicksight.RefreshScheduleScheduleScheduleFrequency>;
|
|
39818
|
+
/**
|
|
39819
|
+
* Time after which the refresh schedule can be started, expressed in `YYYY-MM-DDTHH:MM:SS` format.
|
|
39820
|
+
*/
|
|
39821
|
+
startAfterDateTime?: pulumi.Input<string>;
|
|
39822
|
+
}
|
|
39823
|
+
interface RefreshScheduleScheduleScheduleFrequency {
|
|
39824
|
+
/**
|
|
39825
|
+
* The interval between scheduled refreshes. Valid values are `MINUTE15`, `MINUTE30`, `HOURLY`, `DAILY`, `WEEKLY` and `MONTHLY`.
|
|
39826
|
+
*/
|
|
39827
|
+
interval: pulumi.Input<string>;
|
|
39828
|
+
/**
|
|
39829
|
+
* The [refresh on entity](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ScheduleRefreshOnEntity.html) configuration for weekly or monthly schedules. See refresh_on_day.
|
|
39830
|
+
*/
|
|
39831
|
+
refreshOnDay?: pulumi.Input<inputs.quicksight.RefreshScheduleScheduleScheduleFrequencyRefreshOnDay>;
|
|
39832
|
+
timeOfTheDay?: pulumi.Input<string>;
|
|
39833
|
+
/**
|
|
39834
|
+
* The timezone that you want the refresh schedule to use.
|
|
39835
|
+
*/
|
|
39836
|
+
timezone?: pulumi.Input<string>;
|
|
39837
|
+
}
|
|
39838
|
+
interface RefreshScheduleScheduleScheduleFrequencyRefreshOnDay {
|
|
39839
|
+
/**
|
|
39840
|
+
* The day of the month that you want to schedule refresh on.
|
|
39841
|
+
*/
|
|
39842
|
+
dayOfMonth?: pulumi.Input<string>;
|
|
39843
|
+
/**
|
|
39844
|
+
* The day of the week that you want to schedule a refresh on. Valid values are `SUNDAY`, `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY` and `SATURDAY`.
|
|
39845
|
+
*/
|
|
39846
|
+
dayOfWeek?: pulumi.Input<string>;
|
|
39847
|
+
}
|
|
39579
39848
|
interface TemplatePermission {
|
|
39580
39849
|
/**
|
|
39581
39850
|
* List of IAM actions to grant or revoke permissions on.
|
|
@@ -39622,6 +39891,11 @@ export declare namespace quicksight {
|
|
|
39622
39891
|
*/
|
|
39623
39892
|
arn: pulumi.Input<string>;
|
|
39624
39893
|
}
|
|
39894
|
+
interface VpcConnectionTimeouts {
|
|
39895
|
+
create?: pulumi.Input<string>;
|
|
39896
|
+
delete?: pulumi.Input<string>;
|
|
39897
|
+
update?: pulumi.Input<string>;
|
|
39898
|
+
}
|
|
39625
39899
|
}
|
|
39626
39900
|
export declare namespace ram {
|
|
39627
39901
|
interface GetResourceShareFilter {
|
|
@@ -39791,6 +40065,10 @@ export declare namespace rds {
|
|
|
39791
40065
|
*/
|
|
39792
40066
|
minCapacity: pulumi.Input<number>;
|
|
39793
40067
|
}
|
|
40068
|
+
interface ExportTaskTimeouts {
|
|
40069
|
+
create?: pulumi.Input<string>;
|
|
40070
|
+
delete?: pulumi.Input<string>;
|
|
40071
|
+
}
|
|
39794
40072
|
interface GetClustersFilter {
|
|
39795
40073
|
/**
|
|
39796
40074
|
* Name of the filter field. Valid values can be found in the [RDS DescribeDBClusters API Reference](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html).
|
|
@@ -40282,6 +40560,25 @@ export declare namespace redshiftserverless {
|
|
|
40282
40560
|
subnetId?: pulumi.Input<string>;
|
|
40283
40561
|
}
|
|
40284
40562
|
}
|
|
40563
|
+
export declare namespace resourceexplorer {
|
|
40564
|
+
interface IndexTimeouts {
|
|
40565
|
+
create?: pulumi.Input<string>;
|
|
40566
|
+
delete?: pulumi.Input<string>;
|
|
40567
|
+
update?: pulumi.Input<string>;
|
|
40568
|
+
}
|
|
40569
|
+
interface ViewFilters {
|
|
40570
|
+
/**
|
|
40571
|
+
* The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a search operation. For more details, see [Search query syntax](https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html).
|
|
40572
|
+
*/
|
|
40573
|
+
filterString: pulumi.Input<string>;
|
|
40574
|
+
}
|
|
40575
|
+
interface ViewIncludedProperty {
|
|
40576
|
+
/**
|
|
40577
|
+
* The name of the property that is included in this view. Valid values: `tags`.
|
|
40578
|
+
*/
|
|
40579
|
+
name: pulumi.Input<string>;
|
|
40580
|
+
}
|
|
40581
|
+
}
|
|
40285
40582
|
export declare namespace resourcegroups {
|
|
40286
40583
|
interface GroupConfiguration {
|
|
40287
40584
|
/**
|
|
@@ -40770,11 +41067,11 @@ export declare namespace route53 {
|
|
|
40770
41067
|
}
|
|
40771
41068
|
interface RecordCidrRoutingPolicy {
|
|
40772
41069
|
/**
|
|
40773
|
-
* The CIDR collection ID. See the `
|
|
41070
|
+
* The CIDR collection ID. See the `aws.route53.CidrCollection` resource for more details.
|
|
40774
41071
|
*/
|
|
40775
41072
|
collectionId: pulumi.Input<string>;
|
|
40776
41073
|
/**
|
|
40777
|
-
* The CIDR collection location name. See the `
|
|
41074
|
+
* The CIDR collection location name. See the `aws.route53.CidrLocation` resource for more details. A `locationName` with an asterisk `"*"` can be used to create a default CIDR record. `collectionId` is still required for default record.
|
|
40778
41075
|
*/
|
|
40779
41076
|
locationName: pulumi.Input<string>;
|
|
40780
41077
|
}
|
|
@@ -48403,6 +48700,52 @@ export declare namespace transfer {
|
|
|
48403
48700
|
value: pulumi.Input<string>;
|
|
48404
48701
|
}
|
|
48405
48702
|
}
|
|
48703
|
+
export declare namespace vpc {
|
|
48704
|
+
interface GetSecurityGroupRuleFilter {
|
|
48705
|
+
/**
|
|
48706
|
+
* Name of the filter field. Valid values can be found in the EC2 [`DescribeSecurityGroupRules`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html) API Reference.
|
|
48707
|
+
*/
|
|
48708
|
+
name: string;
|
|
48709
|
+
/**
|
|
48710
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
48711
|
+
*/
|
|
48712
|
+
values: string[];
|
|
48713
|
+
}
|
|
48714
|
+
interface GetSecurityGroupRuleFilterArgs {
|
|
48715
|
+
/**
|
|
48716
|
+
* Name of the filter field. Valid values can be found in the EC2 [`DescribeSecurityGroupRules`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html) API Reference.
|
|
48717
|
+
*/
|
|
48718
|
+
name: pulumi.Input<string>;
|
|
48719
|
+
/**
|
|
48720
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
48721
|
+
*/
|
|
48722
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
48723
|
+
}
|
|
48724
|
+
interface GetSecurityGroupRulesFilter {
|
|
48725
|
+
/**
|
|
48726
|
+
* Name of the field to filter by, as defined by
|
|
48727
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html).
|
|
48728
|
+
*/
|
|
48729
|
+
name: string;
|
|
48730
|
+
/**
|
|
48731
|
+
* Set of values that are accepted for the given field.
|
|
48732
|
+
* Security group rule IDs will be selected if any one of the given values match.
|
|
48733
|
+
*/
|
|
48734
|
+
values: string[];
|
|
48735
|
+
}
|
|
48736
|
+
interface GetSecurityGroupRulesFilterArgs {
|
|
48737
|
+
/**
|
|
48738
|
+
* Name of the field to filter by, as defined by
|
|
48739
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html).
|
|
48740
|
+
*/
|
|
48741
|
+
name: pulumi.Input<string>;
|
|
48742
|
+
/**
|
|
48743
|
+
* Set of values that are accepted for the given field.
|
|
48744
|
+
* Security group rule IDs will be selected if any one of the given values match.
|
|
48745
|
+
*/
|
|
48746
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
48747
|
+
}
|
|
48748
|
+
}
|
|
48406
48749
|
export declare namespace vpclattice {
|
|
48407
48750
|
interface ListenerDefaultAction {
|
|
48408
48751
|
fixedResponse?: pulumi.Input<inputs.vpclattice.ListenerDefaultActionFixedResponse>;
|