@pulumi/aws-native 0.108.0 → 0.108.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apigateway/getVpcLink.d.ts +8 -8
- package/apigateway/getVpcLink.js +2 -2
- package/apigateway/vpcLink.d.ts +10 -10
- package/apigateway/vpcLink.js +1 -1
- package/ec2/customerGateway.d.ts +2 -0
- package/ec2/customerGateway.js +3 -1
- package/ec2/customerGateway.js.map +1 -1
- package/ec2/getVolume.d.ts +32 -12
- package/ec2/getVolume.js +32 -12
- package/ec2/getVolume.js.map +1 -1
- package/ec2/getVpcEndpoint.d.ts +14 -6
- package/ec2/getVpcEndpoint.js +14 -6
- package/ec2/getVpcEndpoint.js.map +1 -1
- package/ec2/volume.d.ts +16 -6
- package/ec2/volume.js +16 -6
- package/ec2/volume.js.map +1 -1
- package/ec2/vpcEndpoint.d.ts +7 -3
- package/ec2/vpcEndpoint.js +7 -3
- package/ec2/vpcEndpoint.js.map +1 -1
- package/eks/addon.d.ts +8 -0
- package/eks/addon.js +2 -0
- package/eks/addon.js.map +1 -1
- package/iam/getRole.d.ts +26 -12
- package/iam/getRole.js.map +1 -1
- package/iam/role.d.ts +34 -16
- package/iam/role.js.map +1 -1
- package/mediapackagev2/getOriginEndpoint.d.ts +4 -0
- package/mediapackagev2/getOriginEndpoint.js.map +1 -1
- package/mediapackagev2/originEndpoint.d.ts +8 -0
- package/mediapackagev2/originEndpoint.js +2 -0
- package/mediapackagev2/originEndpoint.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rolesanywhere/getProfile.d.ts +1 -0
- package/rolesanywhere/getProfile.js.map +1 -1
- package/rolesanywhere/profile.d.ts +2 -0
- package/rolesanywhere/profile.js +2 -0
- package/rolesanywhere/profile.js.map +1 -1
- package/securityhub/configurationPolicy.d.ts +79 -0
- package/securityhub/configurationPolicy.js +75 -0
- package/securityhub/configurationPolicy.js.map +1 -0
- package/securityhub/findingAggregator.d.ts +58 -0
- package/securityhub/findingAggregator.js +65 -0
- package/securityhub/findingAggregator.js.map +1 -0
- package/securityhub/getConfigurationPolicy.d.ts +56 -0
- package/securityhub/getConfigurationPolicy.js +25 -0
- package/securityhub/getConfigurationPolicy.js.map +1 -0
- package/securityhub/getFindingAggregator.d.ts +40 -0
- package/securityhub/getFindingAggregator.js +25 -0
- package/securityhub/getFindingAggregator.js.map +1 -0
- package/securityhub/getOrganizationConfiguration.d.ts +52 -0
- package/securityhub/getOrganizationConfiguration.js +25 -0
- package/securityhub/getOrganizationConfiguration.js.map +1 -0
- package/securityhub/getPolicyAssociation.d.ts +48 -0
- package/securityhub/getPolicyAssociation.js +25 -0
- package/securityhub/getPolicyAssociation.js.map +1 -0
- package/securityhub/index.d.ts +24 -0
- package/securityhub/index.js +29 -1
- package/securityhub/index.js.map +1 -1
- package/securityhub/organizationConfiguration.d.ts +74 -0
- package/securityhub/organizationConfiguration.js +71 -0
- package/securityhub/organizationConfiguration.js.map +1 -0
- package/securityhub/policyAssociation.d.ts +78 -0
- package/securityhub/policyAssociation.js +81 -0
- package/securityhub/policyAssociation.js.map +1 -0
- package/types/enums/mediapackagev2/index.d.ts +29 -0
- package/types/enums/mediapackagev2/index.js +25 -1
- package/types/enums/mediapackagev2/index.js.map +1 -1
- package/types/enums/rolesanywhere/index.d.ts +6 -0
- package/types/enums/rolesanywhere/index.js +6 -1
- package/types/enums/rolesanywhere/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +68 -0
- package/types/enums/securityhub/index.js +37 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +174 -2
- package/types/output.d.ts +174 -2
package/types/input.d.ts
CHANGED
|
@@ -19815,8 +19815,10 @@ export declare namespace ecr {
|
|
|
19815
19815
|
interface RepositoryEncryptionConfigurationArgs {
|
|
19816
19816
|
/**
|
|
19817
19817
|
* The encryption type to use.
|
|
19818
|
-
*
|
|
19819
|
-
*
|
|
19818
|
+
*
|
|
19819
|
+
* If you use the `KMS` encryption type, the contents of the repository will be encrypted using server-side encryption with AWS Key Management Service key stored in AWS KMS . When you use AWS KMS to encrypt your data, you can either use the default AWS managed AWS KMS key for Amazon ECR, or specify your own AWS KMS key, which you already created. For more information, see [Protecting data using server-side encryption with an AWS KMS key stored in AWS Key Management Service (SSE-KMS)](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) in the *Amazon Simple Storage Service Console Developer Guide* .
|
|
19820
|
+
*
|
|
19821
|
+
* If you use the `AES256` encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see [Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3)](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) in the *Amazon Simple Storage Service Console Developer Guide* .
|
|
19820
19822
|
*/
|
|
19821
19823
|
encryptionType: pulumi.Input<enums.ecr.RepositoryEncryptionType>;
|
|
19822
19824
|
/**
|
|
@@ -21640,6 +21642,19 @@ export declare namespace eks {
|
|
|
21640
21642
|
*/
|
|
21641
21643
|
type: pulumi.Input<enums.eks.AccessEntryAccessScopeType>;
|
|
21642
21644
|
}
|
|
21645
|
+
/**
|
|
21646
|
+
* A pod identity to associate with an add-on.
|
|
21647
|
+
*/
|
|
21648
|
+
interface AddonPodIdentityAssociationArgs {
|
|
21649
|
+
/**
|
|
21650
|
+
* The IAM role ARN that the pod identity association is created for.
|
|
21651
|
+
*/
|
|
21652
|
+
roleArn: pulumi.Input<string>;
|
|
21653
|
+
/**
|
|
21654
|
+
* The Kubernetes service account that the pod identity association is created for.
|
|
21655
|
+
*/
|
|
21656
|
+
serviceAccount: pulumi.Input<string>;
|
|
21657
|
+
}
|
|
21643
21658
|
/**
|
|
21644
21659
|
* An object representing the Access Config to use for the cluster.
|
|
21645
21660
|
*/
|
|
@@ -39447,6 +39462,51 @@ export declare namespace mediapackage {
|
|
|
39447
39462
|
}
|
|
39448
39463
|
}
|
|
39449
39464
|
export declare namespace mediapackagev2 {
|
|
39465
|
+
/**
|
|
39466
|
+
* <p>Retrieve the DASH manifest configuration.</p>
|
|
39467
|
+
*/
|
|
39468
|
+
interface OriginEndpointDashManifestConfigurationArgs {
|
|
39469
|
+
drmSignaling?: pulumi.Input<enums.mediapackagev2.OriginEndpointDashDrmSignaling>;
|
|
39470
|
+
filterConfiguration?: pulumi.Input<inputs.mediapackagev2.OriginEndpointFilterConfigurationArgs>;
|
|
39471
|
+
/**
|
|
39472
|
+
* <p>A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. </p>
|
|
39473
|
+
*/
|
|
39474
|
+
manifestName: pulumi.Input<string>;
|
|
39475
|
+
/**
|
|
39476
|
+
* <p>The total duration (in seconds) of the manifest's content.</p>
|
|
39477
|
+
*/
|
|
39478
|
+
manifestWindowSeconds?: pulumi.Input<number>;
|
|
39479
|
+
/**
|
|
39480
|
+
* <p>Minimum amount of content (in seconds) that a player must keep available in the buffer.</p>
|
|
39481
|
+
*/
|
|
39482
|
+
minBufferTimeSeconds?: pulumi.Input<number>;
|
|
39483
|
+
/**
|
|
39484
|
+
* <p>Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.</p>
|
|
39485
|
+
*/
|
|
39486
|
+
minUpdatePeriodSeconds?: pulumi.Input<number>;
|
|
39487
|
+
/**
|
|
39488
|
+
* <p>A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period.
|
|
39489
|
+
* For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
|
|
39490
|
+
*/
|
|
39491
|
+
periodTriggers?: pulumi.Input<pulumi.Input<enums.mediapackagev2.OriginEndpointDashPeriodTrigger>[]>;
|
|
39492
|
+
scteDash?: pulumi.Input<inputs.mediapackagev2.OriginEndpointScteDashArgs>;
|
|
39493
|
+
segmentTemplateFormat?: pulumi.Input<enums.mediapackagev2.OriginEndpointDashSegmentTemplateFormat>;
|
|
39494
|
+
/**
|
|
39495
|
+
* <p>The amount of time (in seconds) that the player should be from the end of the manifest.</p>
|
|
39496
|
+
*/
|
|
39497
|
+
suggestedPresentationDelaySeconds?: pulumi.Input<number>;
|
|
39498
|
+
utcTiming?: pulumi.Input<inputs.mediapackagev2.OriginEndpointDashUtcTimingArgs>;
|
|
39499
|
+
}
|
|
39500
|
+
/**
|
|
39501
|
+
* <p>Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).</p>
|
|
39502
|
+
*/
|
|
39503
|
+
interface OriginEndpointDashUtcTimingArgs {
|
|
39504
|
+
timingMode?: pulumi.Input<enums.mediapackagev2.OriginEndpointDashUtcTimingMode>;
|
|
39505
|
+
/**
|
|
39506
|
+
* <p>The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.</p>
|
|
39507
|
+
*/
|
|
39508
|
+
timingSource?: pulumi.Input<string>;
|
|
39509
|
+
}
|
|
39450
39510
|
/**
|
|
39451
39511
|
* <p>The parameters for encrypting content.</p>
|
|
39452
39512
|
*/
|
|
@@ -39602,6 +39662,12 @@ export declare namespace mediapackagev2 {
|
|
|
39602
39662
|
*/
|
|
39603
39663
|
scteFilter?: pulumi.Input<pulumi.Input<enums.mediapackagev2.OriginEndpointScteFilter>[]>;
|
|
39604
39664
|
}
|
|
39665
|
+
/**
|
|
39666
|
+
* <p>The SCTE configuration.</p>
|
|
39667
|
+
*/
|
|
39668
|
+
interface OriginEndpointScteDashArgs {
|
|
39669
|
+
adMarkerDash?: pulumi.Input<enums.mediapackagev2.OriginEndpointAdMarkerDash>;
|
|
39670
|
+
}
|
|
39605
39671
|
/**
|
|
39606
39672
|
* <p>The SCTE configuration.</p>
|
|
39607
39673
|
*/
|
|
@@ -70147,6 +70213,13 @@ export declare namespace robomaker {
|
|
|
70147
70213
|
}
|
|
70148
70214
|
}
|
|
70149
70215
|
export declare namespace rolesanywhere {
|
|
70216
|
+
interface ProfileAttributeMappingArgs {
|
|
70217
|
+
certificateField: pulumi.Input<enums.rolesanywhere.ProfileCertificateField>;
|
|
70218
|
+
mappingRules: pulumi.Input<pulumi.Input<inputs.rolesanywhere.ProfileMappingRuleArgs>[]>;
|
|
70219
|
+
}
|
|
70220
|
+
interface ProfileMappingRuleArgs {
|
|
70221
|
+
specifier: pulumi.Input<string>;
|
|
70222
|
+
}
|
|
70150
70223
|
interface TrustAnchorNotificationSettingArgs {
|
|
70151
70224
|
/**
|
|
70152
70225
|
* The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge , and AWS Health Dashboard to notify for an event.
|
|
@@ -76878,6 +76951,105 @@ export declare namespace securityhub {
|
|
|
76878
76951
|
*/
|
|
76879
76952
|
workflowStatus?: pulumi.Input<pulumi.Input<inputs.securityhub.AutomationRuleStringFilterArgs>[]>;
|
|
76880
76953
|
}
|
|
76954
|
+
/**
|
|
76955
|
+
* An object that provides the current value of a security control parameter and identifies whether it has been customized.
|
|
76956
|
+
*/
|
|
76957
|
+
interface ConfigurationPolicyParameterConfigurationArgs {
|
|
76958
|
+
value?: pulumi.Input<inputs.securityhub.ConfigurationPolicyParameterValueArgs>;
|
|
76959
|
+
/**
|
|
76960
|
+
* Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
|
|
76961
|
+
*/
|
|
76962
|
+
valueType: pulumi.Input<enums.securityhub.ConfigurationPolicyParameterConfigurationValueType>;
|
|
76963
|
+
}
|
|
76964
|
+
/**
|
|
76965
|
+
* An object that includes the data type of a security control parameter and its current value.
|
|
76966
|
+
*/
|
|
76967
|
+
interface ConfigurationPolicyParameterValueArgs {
|
|
76968
|
+
/**
|
|
76969
|
+
* A control parameter that is a boolean.
|
|
76970
|
+
*/
|
|
76971
|
+
boolean?: pulumi.Input<boolean>;
|
|
76972
|
+
/**
|
|
76973
|
+
* A control parameter that is a double.
|
|
76974
|
+
*/
|
|
76975
|
+
double?: pulumi.Input<number>;
|
|
76976
|
+
/**
|
|
76977
|
+
* A control parameter that is an enum.
|
|
76978
|
+
*/
|
|
76979
|
+
enum?: pulumi.Input<string>;
|
|
76980
|
+
/**
|
|
76981
|
+
* A control parameter that is a list of enums.
|
|
76982
|
+
*/
|
|
76983
|
+
enumList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
76984
|
+
/**
|
|
76985
|
+
* A control parameter that is an integer.
|
|
76986
|
+
*/
|
|
76987
|
+
integer?: pulumi.Input<number>;
|
|
76988
|
+
/**
|
|
76989
|
+
* A control parameter that is a list of integers.
|
|
76990
|
+
*/
|
|
76991
|
+
integerList?: pulumi.Input<pulumi.Input<number>[]>;
|
|
76992
|
+
/**
|
|
76993
|
+
* A control parameter that is a string.
|
|
76994
|
+
*/
|
|
76995
|
+
string?: pulumi.Input<string>;
|
|
76996
|
+
/**
|
|
76997
|
+
* A control parameter that is a list of strings.
|
|
76998
|
+
*/
|
|
76999
|
+
stringList?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77000
|
+
}
|
|
77001
|
+
/**
|
|
77002
|
+
* An object that defines how Security Hub is configured.
|
|
77003
|
+
*/
|
|
77004
|
+
interface ConfigurationPolicyPolicyArgs {
|
|
77005
|
+
securityHub?: pulumi.Input<inputs.securityhub.ConfigurationPolicySecurityHubPolicyArgs>;
|
|
77006
|
+
}
|
|
77007
|
+
/**
|
|
77008
|
+
* An object of security control and control parameter value that are included in a configuration policy.
|
|
77009
|
+
*/
|
|
77010
|
+
interface ConfigurationPolicySecurityControlCustomParameterArgs {
|
|
77011
|
+
/**
|
|
77012
|
+
* An object that specifies parameter values for a control in a configuration policy.
|
|
77013
|
+
*/
|
|
77014
|
+
parameters?: pulumi.Input<{
|
|
77015
|
+
[key: string]: pulumi.Input<inputs.securityhub.ConfigurationPolicyParameterConfigurationArgs>;
|
|
77016
|
+
}>;
|
|
77017
|
+
/**
|
|
77018
|
+
* The ID of the security control.
|
|
77019
|
+
*/
|
|
77020
|
+
securityControlId?: pulumi.Input<string>;
|
|
77021
|
+
}
|
|
77022
|
+
/**
|
|
77023
|
+
* An object that defines which security controls are enabled in an AWS Security Hub configuration policy.
|
|
77024
|
+
*/
|
|
77025
|
+
interface ConfigurationPolicySecurityControlsConfigurationArgs {
|
|
77026
|
+
/**
|
|
77027
|
+
* A list of security controls that are disabled in the configuration policy
|
|
77028
|
+
*/
|
|
77029
|
+
disabledSecurityControlIdentifiers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77030
|
+
/**
|
|
77031
|
+
* A list of security controls that are enabled in the configuration policy.
|
|
77032
|
+
*/
|
|
77033
|
+
enabledSecurityControlIdentifiers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77034
|
+
/**
|
|
77035
|
+
* A list of security controls and control parameter values that are included in a configuration policy.
|
|
77036
|
+
*/
|
|
77037
|
+
securityControlCustomParameters?: pulumi.Input<pulumi.Input<inputs.securityhub.ConfigurationPolicySecurityControlCustomParameterArgs>[]>;
|
|
77038
|
+
}
|
|
77039
|
+
/**
|
|
77040
|
+
* An object that defines how AWS Security Hub is configured.
|
|
77041
|
+
*/
|
|
77042
|
+
interface ConfigurationPolicySecurityHubPolicyArgs {
|
|
77043
|
+
/**
|
|
77044
|
+
* A list that defines which security standards are enabled in the configuration policy.
|
|
77045
|
+
*/
|
|
77046
|
+
enabledStandardIdentifiers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77047
|
+
securityControlsConfiguration?: pulumi.Input<inputs.securityhub.ConfigurationPolicySecurityControlsConfigurationArgs>;
|
|
77048
|
+
/**
|
|
77049
|
+
* Indicates whether Security Hub is enabled in the policy.
|
|
77050
|
+
*/
|
|
77051
|
+
serviceEnabled?: pulumi.Input<boolean>;
|
|
77052
|
+
}
|
|
76881
77053
|
/**
|
|
76882
77054
|
* A collection of filters that are applied to all active findings aggregated by AWS Security Hub.
|
|
76883
77055
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -20475,8 +20475,10 @@ export declare namespace ecr {
|
|
|
20475
20475
|
interface RepositoryEncryptionConfiguration {
|
|
20476
20476
|
/**
|
|
20477
20477
|
* The encryption type to use.
|
|
20478
|
-
*
|
|
20479
|
-
*
|
|
20478
|
+
*
|
|
20479
|
+
* If you use the `KMS` encryption type, the contents of the repository will be encrypted using server-side encryption with AWS Key Management Service key stored in AWS KMS . When you use AWS KMS to encrypt your data, you can either use the default AWS managed AWS KMS key for Amazon ECR, or specify your own AWS KMS key, which you already created. For more information, see [Protecting data using server-side encryption with an AWS KMS key stored in AWS Key Management Service (SSE-KMS)](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) in the *Amazon Simple Storage Service Console Developer Guide* .
|
|
20480
|
+
*
|
|
20481
|
+
* If you use the `AES256` encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES-256 encryption algorithm. For more information, see [Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3)](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) in the *Amazon Simple Storage Service Console Developer Guide* .
|
|
20480
20482
|
*/
|
|
20481
20483
|
encryptionType: enums.ecr.RepositoryEncryptionType;
|
|
20482
20484
|
/**
|
|
@@ -22300,6 +22302,19 @@ export declare namespace eks {
|
|
|
22300
22302
|
*/
|
|
22301
22303
|
type: enums.eks.AccessEntryAccessScopeType;
|
|
22302
22304
|
}
|
|
22305
|
+
/**
|
|
22306
|
+
* A pod identity to associate with an add-on.
|
|
22307
|
+
*/
|
|
22308
|
+
interface AddonPodIdentityAssociation {
|
|
22309
|
+
/**
|
|
22310
|
+
* The IAM role ARN that the pod identity association is created for.
|
|
22311
|
+
*/
|
|
22312
|
+
roleArn: string;
|
|
22313
|
+
/**
|
|
22314
|
+
* The Kubernetes service account that the pod identity association is created for.
|
|
22315
|
+
*/
|
|
22316
|
+
serviceAccount: string;
|
|
22317
|
+
}
|
|
22303
22318
|
/**
|
|
22304
22319
|
* An object representing the Access Config to use for the cluster.
|
|
22305
22320
|
*/
|
|
@@ -40208,6 +40223,51 @@ export declare namespace mediapackagev2 {
|
|
|
40208
40223
|
*/
|
|
40209
40224
|
url?: string;
|
|
40210
40225
|
}
|
|
40226
|
+
/**
|
|
40227
|
+
* <p>Retrieve the DASH manifest configuration.</p>
|
|
40228
|
+
*/
|
|
40229
|
+
interface OriginEndpointDashManifestConfiguration {
|
|
40230
|
+
drmSignaling?: enums.mediapackagev2.OriginEndpointDashDrmSignaling;
|
|
40231
|
+
filterConfiguration?: outputs.mediapackagev2.OriginEndpointFilterConfiguration;
|
|
40232
|
+
/**
|
|
40233
|
+
* <p>A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. </p>
|
|
40234
|
+
*/
|
|
40235
|
+
manifestName: string;
|
|
40236
|
+
/**
|
|
40237
|
+
* <p>The total duration (in seconds) of the manifest's content.</p>
|
|
40238
|
+
*/
|
|
40239
|
+
manifestWindowSeconds?: number;
|
|
40240
|
+
/**
|
|
40241
|
+
* <p>Minimum amount of content (in seconds) that a player must keep available in the buffer.</p>
|
|
40242
|
+
*/
|
|
40243
|
+
minBufferTimeSeconds?: number;
|
|
40244
|
+
/**
|
|
40245
|
+
* <p>Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.</p>
|
|
40246
|
+
*/
|
|
40247
|
+
minUpdatePeriodSeconds?: number;
|
|
40248
|
+
/**
|
|
40249
|
+
* <p>A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period.
|
|
40250
|
+
* For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
|
|
40251
|
+
*/
|
|
40252
|
+
periodTriggers?: enums.mediapackagev2.OriginEndpointDashPeriodTrigger[];
|
|
40253
|
+
scteDash?: outputs.mediapackagev2.OriginEndpointScteDash;
|
|
40254
|
+
segmentTemplateFormat?: enums.mediapackagev2.OriginEndpointDashSegmentTemplateFormat;
|
|
40255
|
+
/**
|
|
40256
|
+
* <p>The amount of time (in seconds) that the player should be from the end of the manifest.</p>
|
|
40257
|
+
*/
|
|
40258
|
+
suggestedPresentationDelaySeconds?: number;
|
|
40259
|
+
utcTiming?: outputs.mediapackagev2.OriginEndpointDashUtcTiming;
|
|
40260
|
+
}
|
|
40261
|
+
/**
|
|
40262
|
+
* <p>Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).</p>
|
|
40263
|
+
*/
|
|
40264
|
+
interface OriginEndpointDashUtcTiming {
|
|
40265
|
+
timingMode?: enums.mediapackagev2.OriginEndpointDashUtcTimingMode;
|
|
40266
|
+
/**
|
|
40267
|
+
* <p>The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.</p>
|
|
40268
|
+
*/
|
|
40269
|
+
timingSource?: string;
|
|
40270
|
+
}
|
|
40211
40271
|
/**
|
|
40212
40272
|
* <p>The parameters for encrypting content.</p>
|
|
40213
40273
|
*/
|
|
@@ -40363,6 +40423,12 @@ export declare namespace mediapackagev2 {
|
|
|
40363
40423
|
*/
|
|
40364
40424
|
scteFilter?: enums.mediapackagev2.OriginEndpointScteFilter[];
|
|
40365
40425
|
}
|
|
40426
|
+
/**
|
|
40427
|
+
* <p>The SCTE configuration.</p>
|
|
40428
|
+
*/
|
|
40429
|
+
interface OriginEndpointScteDash {
|
|
40430
|
+
adMarkerDash?: enums.mediapackagev2.OriginEndpointAdMarkerDash;
|
|
40431
|
+
}
|
|
40366
40432
|
/**
|
|
40367
40433
|
* <p>The SCTE configuration.</p>
|
|
40368
40434
|
*/
|
|
@@ -71555,6 +71621,13 @@ export declare namespace robomaker {
|
|
|
71555
71621
|
}
|
|
71556
71622
|
}
|
|
71557
71623
|
export declare namespace rolesanywhere {
|
|
71624
|
+
interface ProfileAttributeMapping {
|
|
71625
|
+
certificateField: enums.rolesanywhere.ProfileCertificateField;
|
|
71626
|
+
mappingRules: outputs.rolesanywhere.ProfileMappingRule[];
|
|
71627
|
+
}
|
|
71628
|
+
interface ProfileMappingRule {
|
|
71629
|
+
specifier: string;
|
|
71630
|
+
}
|
|
71558
71631
|
interface TrustAnchorNotificationSetting {
|
|
71559
71632
|
/**
|
|
71560
71633
|
* The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge , and AWS Health Dashboard to notify for an event.
|
|
@@ -78373,6 +78446,105 @@ export declare namespace securityhub {
|
|
|
78373
78446
|
*/
|
|
78374
78447
|
workflowStatus?: outputs.securityhub.AutomationRuleStringFilter[];
|
|
78375
78448
|
}
|
|
78449
|
+
/**
|
|
78450
|
+
* An object that provides the current value of a security control parameter and identifies whether it has been customized.
|
|
78451
|
+
*/
|
|
78452
|
+
interface ConfigurationPolicyParameterConfiguration {
|
|
78453
|
+
value?: outputs.securityhub.ConfigurationPolicyParameterValue;
|
|
78454
|
+
/**
|
|
78455
|
+
* Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
|
|
78456
|
+
*/
|
|
78457
|
+
valueType: enums.securityhub.ConfigurationPolicyParameterConfigurationValueType;
|
|
78458
|
+
}
|
|
78459
|
+
/**
|
|
78460
|
+
* An object that includes the data type of a security control parameter and its current value.
|
|
78461
|
+
*/
|
|
78462
|
+
interface ConfigurationPolicyParameterValue {
|
|
78463
|
+
/**
|
|
78464
|
+
* A control parameter that is a boolean.
|
|
78465
|
+
*/
|
|
78466
|
+
boolean?: boolean;
|
|
78467
|
+
/**
|
|
78468
|
+
* A control parameter that is a double.
|
|
78469
|
+
*/
|
|
78470
|
+
double?: number;
|
|
78471
|
+
/**
|
|
78472
|
+
* A control parameter that is an enum.
|
|
78473
|
+
*/
|
|
78474
|
+
enum?: string;
|
|
78475
|
+
/**
|
|
78476
|
+
* A control parameter that is a list of enums.
|
|
78477
|
+
*/
|
|
78478
|
+
enumList?: string[];
|
|
78479
|
+
/**
|
|
78480
|
+
* A control parameter that is an integer.
|
|
78481
|
+
*/
|
|
78482
|
+
integer?: number;
|
|
78483
|
+
/**
|
|
78484
|
+
* A control parameter that is a list of integers.
|
|
78485
|
+
*/
|
|
78486
|
+
integerList?: number[];
|
|
78487
|
+
/**
|
|
78488
|
+
* A control parameter that is a string.
|
|
78489
|
+
*/
|
|
78490
|
+
string?: string;
|
|
78491
|
+
/**
|
|
78492
|
+
* A control parameter that is a list of strings.
|
|
78493
|
+
*/
|
|
78494
|
+
stringList?: string[];
|
|
78495
|
+
}
|
|
78496
|
+
/**
|
|
78497
|
+
* An object that defines how Security Hub is configured.
|
|
78498
|
+
*/
|
|
78499
|
+
interface ConfigurationPolicyPolicy {
|
|
78500
|
+
securityHub?: outputs.securityhub.ConfigurationPolicySecurityHubPolicy;
|
|
78501
|
+
}
|
|
78502
|
+
/**
|
|
78503
|
+
* An object of security control and control parameter value that are included in a configuration policy.
|
|
78504
|
+
*/
|
|
78505
|
+
interface ConfigurationPolicySecurityControlCustomParameter {
|
|
78506
|
+
/**
|
|
78507
|
+
* An object that specifies parameter values for a control in a configuration policy.
|
|
78508
|
+
*/
|
|
78509
|
+
parameters?: {
|
|
78510
|
+
[key: string]: outputs.securityhub.ConfigurationPolicyParameterConfiguration;
|
|
78511
|
+
};
|
|
78512
|
+
/**
|
|
78513
|
+
* The ID of the security control.
|
|
78514
|
+
*/
|
|
78515
|
+
securityControlId?: string;
|
|
78516
|
+
}
|
|
78517
|
+
/**
|
|
78518
|
+
* An object that defines which security controls are enabled in an AWS Security Hub configuration policy.
|
|
78519
|
+
*/
|
|
78520
|
+
interface ConfigurationPolicySecurityControlsConfiguration {
|
|
78521
|
+
/**
|
|
78522
|
+
* A list of security controls that are disabled in the configuration policy
|
|
78523
|
+
*/
|
|
78524
|
+
disabledSecurityControlIdentifiers?: string[];
|
|
78525
|
+
/**
|
|
78526
|
+
* A list of security controls that are enabled in the configuration policy.
|
|
78527
|
+
*/
|
|
78528
|
+
enabledSecurityControlIdentifiers?: string[];
|
|
78529
|
+
/**
|
|
78530
|
+
* A list of security controls and control parameter values that are included in a configuration policy.
|
|
78531
|
+
*/
|
|
78532
|
+
securityControlCustomParameters?: outputs.securityhub.ConfigurationPolicySecurityControlCustomParameter[];
|
|
78533
|
+
}
|
|
78534
|
+
/**
|
|
78535
|
+
* An object that defines how AWS Security Hub is configured.
|
|
78536
|
+
*/
|
|
78537
|
+
interface ConfigurationPolicySecurityHubPolicy {
|
|
78538
|
+
/**
|
|
78539
|
+
* A list that defines which security standards are enabled in the configuration policy.
|
|
78540
|
+
*/
|
|
78541
|
+
enabledStandardIdentifiers?: string[];
|
|
78542
|
+
securityControlsConfiguration?: outputs.securityhub.ConfigurationPolicySecurityControlsConfiguration;
|
|
78543
|
+
/**
|
|
78544
|
+
* Indicates whether Security Hub is enabled in the policy.
|
|
78545
|
+
*/
|
|
78546
|
+
serviceEnabled?: boolean;
|
|
78547
|
+
}
|
|
78376
78548
|
/**
|
|
78377
78549
|
* A collection of filters that are applied to all active findings aggregated by AWS Security Hub.
|
|
78378
78550
|
*/
|