cdk-common 2.0.430 → 2.0.431
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/.jsii +9 -3
- package/API.md +5 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +1 -0
- package/lib/managed-policies.js +2 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- package/node_modules/@aws-cdk/cfnspec/spec/cfn-docs.json +292 -90
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +4 -4
- package/package.json +3 -3
|
@@ -1277,7 +1277,7 @@
|
|
|
1277
1277
|
"ApiKeyRequired": "A boolean flag specifying whether a valid ApiKey is required to invoke this method.",
|
|
1278
1278
|
"AuthorizationScopes": "A list of authorization scopes configured on the method. The scopes are used with a `COGNITO_USER_POOLS` authorizer to authorize the method invocation. The authorization works by matching the method scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any method scopes matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the method scope is configured, the client must provide an access token instead of an identity token for authorization purposes.",
|
|
1279
1279
|
"AuthorizationType": "The method's authorization type. This parameter is required. For valid values, see [Method](https://docs.aws.amazon.com/apigateway/latest/api/API_Method.html) in the *API Gateway API Reference* .\n\n> If you specify the `AuthorizerId` property, specify `CUSTOM` or `COGNITO_USER_POOLS` for this property.",
|
|
1280
|
-
"AuthorizerId": "The identifier of an
|
|
1280
|
+
"AuthorizerId": "The identifier of an authorizer to use on this method. The method's authorization type must be `CUSTOM` or `COGNITO_USER_POOLS` .",
|
|
1281
1281
|
"HttpMethod": "The method's HTTP verb.",
|
|
1282
1282
|
"Integration": "Represents an `HTTP` , `HTTP_PROXY` , `AWS` , `AWS_PROXY` , or Mock integration.",
|
|
1283
1283
|
"MethodResponses": "Gets a method response associated with a given HTTP status code.",
|
|
@@ -7655,16 +7655,16 @@
|
|
|
7655
7655
|
"attributes": {},
|
|
7656
7656
|
"description": "The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.",
|
|
7657
7657
|
"properties": {
|
|
7658
|
-
"AccountFilterType": "",
|
|
7658
|
+
"AccountFilterType": "Limit deployment targets to individual accounts or include additional accounts with provided OUs.\n\nThe following is a list of possible values for the `AccountFilterType` operation.\n\n- `INTERSECTION` : StackSets deploys to the accounts specified in `Accounts` parameter.\n- `DIFFERENCE` : StackSets excludes the accounts specified in `Accounts` parameter. This enables user to avoid certain accounts within an OU such as suspended accounts.\n- `UNION` : StackSets includes additional accounts deployment targets.\n\nThis is the default value if `AccountFilterType` is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests.\n- `NONE` : Deploys to all the accounts in specified organizational units (OU).",
|
|
7659
7659
|
"Accounts": "The names of one or more AWS accounts for which you want to deploy stack set updates.\n\n*Pattern* : `^[0-9]{12}$`",
|
|
7660
7660
|
"OrganizationalUnitIds": "The organization root ID or organizational unit (OU) IDs to which StackSets deploys.\n\n*Pattern* : `^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$`"
|
|
7661
7661
|
}
|
|
7662
7662
|
},
|
|
7663
7663
|
"AWS::CloudFormation::StackSet.ManagedExecution": {
|
|
7664
7664
|
"attributes": {},
|
|
7665
|
-
"description": "",
|
|
7665
|
+
"description": "Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.",
|
|
7666
7666
|
"properties": {
|
|
7667
|
-
"Active": ""
|
|
7667
|
+
"Active": "When `true` , StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.\n\n> If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.\n> \n> You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. \n\nWhen `false` (default), StackSets performs one operation at a time in request order."
|
|
7668
7668
|
}
|
|
7669
7669
|
},
|
|
7670
7670
|
"AWS::CloudFormation::StackSet.OperationPreferences": {
|
|
@@ -7701,9 +7701,9 @@
|
|
|
7701
7701
|
"Arn": "The Amazon Resource Number (ARN) of the activated extension, in this account and Region.",
|
|
7702
7702
|
"Ref": "`Ref` returns the Amazon Resource Number (ARN) of the activated extension, in this account and Region.\n\n`{ \"Ref\": \"arn:aws:cloudformation:us-east-1:123456789013:type/resource/My-Example\" }`"
|
|
7703
7703
|
},
|
|
7704
|
-
"description": "Activates a public third-party extension, making it available for use in stack templates. For more information, see [Using public extensions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html) in the *AWS CloudFormation User Guide* .\n\nOnce you have activated a public third-party extension in your account and
|
|
7704
|
+
"description": "Activates a public third-party extension, making it available for use in stack templates. For more information, see [Using public extensions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html) in the *AWS CloudFormation User Guide* .\n\nOnce you have activated a public third-party extension in your account and Region, use [SetTypeConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html) to specify configuration properties for the extension. For more information, see [Configuring extensions at the account level](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration) in the *CloudFormation User Guide* .",
|
|
7705
7705
|
"properties": {
|
|
7706
|
-
"AutoUpdate": "Whether to automatically update the extension in this account and
|
|
7706
|
+
"AutoUpdate": "Whether to automatically update the extension in this account and Region when a new *minor* version is published by the extension publisher. Major versions released by the publisher must be manually updated.\n\nThe default is `true` .",
|
|
7707
7707
|
"ExecutionRoleArn": "The name of the IAM execution role to use to activate the extension.",
|
|
7708
7708
|
"LoggingConfig": "Specifies logging configuration information for an extension.",
|
|
7709
7709
|
"MajorVersion": "The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available *minor* version of the major version selected.\n\nYou can specify `MajorVersion` or `VersionBump` , but not both.",
|
|
@@ -7711,7 +7711,7 @@
|
|
|
7711
7711
|
"PublisherId": "The ID of the extension publisher.\n\nConditional: You must specify `PublicTypeArn` , or `TypeName` , `Type` , and `PublisherId` .",
|
|
7712
7712
|
"Type": "The extension type.\n\nConditional: You must specify `PublicTypeArn` , or `TypeName` , `Type` , and `PublisherId` .",
|
|
7713
7713
|
"TypeName": "The name of the extension.\n\nConditional: You must specify `PublicTypeArn` , or `TypeName` , `Type` , and `PublisherId` .",
|
|
7714
|
-
"TypeNameAlias": "An alias to assign to the public extension, in this account and
|
|
7714
|
+
"TypeNameAlias": "An alias to assign to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.\n\nAn extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.",
|
|
7715
7715
|
"VersionBump": "Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of `AutoUpdate` .\n\n- `MAJOR` : CloudFormation updates the extension to the newest major version, if one is available.\n- `MINOR` : CloudFormation updates the extension to the newest minor version, if one is available."
|
|
7716
7716
|
}
|
|
7717
7717
|
},
|
|
@@ -9065,7 +9065,7 @@
|
|
|
9065
9065
|
"properties": {
|
|
9066
9066
|
"Name": "The name or key of the environment variable.",
|
|
9067
9067
|
"Type": "The type of environment variable. Valid values include:\n\n- `PARAMETER_STORE` : An environment variable stored in Systems Manager Parameter Store. To learn how to specify a parameter store environment variable, see [env/parameter-store](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec.env.parameter-store) in the *AWS CodeBuild User Guide* .\n- `PLAINTEXT` : An environment variable in plain text format. This is the default value.\n- `SECRETS_MANAGER` : An environment variable stored in AWS Secrets Manager . To learn how to specify a secrets manager environment variable, see [env/secrets-manager](https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec.env.secrets-manager) in the *AWS CodeBuild User Guide* .",
|
|
9068
|
-
"Value": "The value of the environment variable.\n\n> We strongly discourage the use of `PLAINTEXT` environment variables to store sensitive values, especially AWS secret key IDs
|
|
9068
|
+
"Value": "The value of the environment variable.\n\n> We strongly discourage the use of `PLAINTEXT` environment variables to store sensitive values, especially AWS secret key IDs. `PLAINTEXT` environment variables can be displayed in plain text using the AWS CodeBuild console and the AWS CLI . For sensitive values, we recommend you use an environment variable of type `PARAMETER_STORE` or `SECRETS_MANAGER` ."
|
|
9069
9069
|
}
|
|
9070
9070
|
},
|
|
9071
9071
|
"AWS::CodeBuild::Project.FilterGroup": {
|
|
@@ -10190,7 +10190,7 @@
|
|
|
10190
10190
|
"EnableTokenRevocation": "Activates or deactivates token revocation. For more information about revoking tokens, see [RevokeToken](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html) .\n\nIf you don't include this parameter, token revocation is automatically activated for the new user pool client.",
|
|
10191
10191
|
"ExplicitAuthFlows": "The authentication flows that you want your user pool client to support. For each app client in your user pool, you can sign in your users with any combination of one or more flows, including with a user name and Secure Remote Password (SRP), a user name and password, or a custom authentication process that you define with Lambda functions.\n\n> If you don't specify a value for `ExplicitAuthFlows` , your user client supports `ALLOW_REFRESH_TOKEN_AUTH` , `ALLOW_USER_SRP_AUTH` , and `ALLOW_CUSTOM_AUTH` . \n\nValid values include:\n\n- `ALLOW_ADMIN_USER_PASSWORD_AUTH` : Enable admin based user password authentication flow `ADMIN_USER_PASSWORD_AUTH` . This setting replaces the `ADMIN_NO_SRP_AUTH` setting. With this authentication flow, your app passes a user name and password to Amazon Cognito in the request, instead of using the Secure Remote Password (SRP) protocol to securely transmit the password.\n- `ALLOW_CUSTOM_AUTH` : Enable Lambda trigger based authentication.\n- `ALLOW_USER_PASSWORD_AUTH` : Enable user password-based authentication. In this flow, Amazon Cognito receives the password in the request instead of using the SRP protocol to verify passwords.\n- `ALLOW_USER_SRP_AUTH` : Enable SRP-based authentication.\n- `ALLOW_REFRESH_TOKEN_AUTH` : Enable authflow to refresh tokens.\n\nIn some environments, you will see the values `ADMIN_NO_SRP_AUTH` , `CUSTOM_AUTH_FLOW_ONLY` , or `USER_PASSWORD_AUTH` . You can't assign these legacy `ExplicitAuthFlows` values to user pool clients at the same time as values that begin with `ALLOW_` ,\nlike `ALLOW_USER_SRP_AUTH` .",
|
|
10192
10192
|
"GenerateSecret": "Boolean to specify whether you want to generate a secret for the user pool client being created.",
|
|
10193
|
-
"IdTokenValidity": "The ID token time limit. After this limit expires, your user can't use their ID token. To specify the time unit for `IdTokenValidity` as `seconds` , `minutes` , `hours` , or `days` , set a `TokenValidityUnits` value in your API request.\n\nFor example, when you set `IdTokenValidity` as `10` and `TokenValidityUnits` as `hours` , your user can authenticate their session with their ID token for 10 hours.\n\nThe default time unit for `
|
|
10193
|
+
"IdTokenValidity": "The ID token time limit. After this limit expires, your user can't use their ID token. To specify the time unit for `IdTokenValidity` as `seconds` , `minutes` , `hours` , or `days` , set a `TokenValidityUnits` value in your API request.\n\nFor example, when you set `IdTokenValidity` as `10` and `TokenValidityUnits` as `hours` , your user can authenticate their session with their ID token for 10 hours.\n\nThe default time unit for `IdTokenValidity` in an API request is hours.",
|
|
10194
10194
|
"LogoutURLs": "A list of allowed logout URLs for the IdPs.",
|
|
10195
10195
|
"PreventUserExistenceErrors": "Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account confirmation, and password recovery when the user does not exist in the user pool. When set to `ENABLED` and the user does not exist, authentication returns an error indicating either the username or password was incorrect, and account confirmation and password recovery return a response indicating a code was sent to a simulated destination. When set to `LEGACY` , those APIs will return a `UserNotFoundException` exception if the user does not exist in the user pool.",
|
|
10196
10196
|
"ReadAttributes": "The read attributes.",
|
|
@@ -10214,11 +10214,11 @@
|
|
|
10214
10214
|
},
|
|
10215
10215
|
"AWS::Cognito::UserPoolClient.TokenValidityUnits": {
|
|
10216
10216
|
"attributes": {},
|
|
10217
|
-
"description": "The units
|
|
10217
|
+
"description": "The time units you use when you set the duration of ID, access, and refresh tokens. The default unit for RefreshToken is days, and the default for ID and access tokens is hours.",
|
|
10218
10218
|
"properties": {
|
|
10219
|
-
"AccessToken": "A time unit of `seconds` , `minutes` , `hours` , or `days` for the value that you set in the `AccessTokenValidity` parameter. The default `AccessTokenValidity` time unit is hours.",
|
|
10220
|
-
"IdToken": "A time unit of `seconds` , `minutes` , `hours` , or `days` for the value that you set in the `IdTokenValidity` parameter. The default `IdTokenValidity` time unit is hours.",
|
|
10221
|
-
"RefreshToken": "A time unit of `seconds` , `minutes` , `hours` , or `days` for the value that you set in the `RefreshTokenValidity` parameter. The default `RefreshTokenValidity` time unit is days."
|
|
10219
|
+
"AccessToken": "A time unit of `seconds` , `minutes` , `hours` , or `days` for the value that you set in the `AccessTokenValidity` parameter. The default `AccessTokenValidity` time unit is hours. `AccessTokenValidity` duration can range from five minutes to one day.",
|
|
10220
|
+
"IdToken": "A time unit of `seconds` , `minutes` , `hours` , or `days` for the value that you set in the `IdTokenValidity` parameter. The default `IdTokenValidity` time unit is hours. `IdTokenValidity` duration can range from five minutes to one day.",
|
|
10221
|
+
"RefreshToken": "A time unit of `seconds` , `minutes` , `hours` , or `days` for the value that you set in the `RefreshTokenValidity` parameter. The default `RefreshTokenValidity` time unit is days. `RefreshTokenValidity` duration can range from 60 minutes to 10 years."
|
|
10222
10222
|
}
|
|
10223
10223
|
},
|
|
10224
10224
|
"AWS::Cognito::UserPoolDomain": {
|
|
@@ -14647,7 +14647,7 @@
|
|
|
14647
14647
|
"SourceDestCheck": "Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is `true` , source/destination checks are enabled; otherwise, they are disabled. The default value is `true` . You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.",
|
|
14648
14648
|
"SsmAssociations": "The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance. To use this property, you must specify an IAM instance profile role for the instance. For more information, see [Create an IAM instance profile for Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-configuring-access-role.html) in the *AWS Systems Manager User Guide* .\n\n> You can currently associate only one document with an instance.",
|
|
14649
14649
|
"SubnetId": "[EC2-VPC] The ID of the subnet to launch the instance into.\n\nIf you specify a network interface, you must specify any subnets as part of the network interface.",
|
|
14650
|
-
"Tags": "The tags to add to the instance. These tags are not applied to the EBS volumes, such as the root volume.",
|
|
14650
|
+
"Tags": "The tags to add to the instance. These tags are not applied to the EBS volumes, such as the root volume, unless [PropagateTagsToVolumeOnCreation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2-instance-propagatetagstovolumeoncreation) is `true` .",
|
|
14651
14651
|
"Tenancy": "The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of `dedicated` runs on single-tenant hardware.",
|
|
14652
14652
|
"UserData": "The user data script to make available to the instance. User data is limited to 16 KB. You must provide base64-encoded text. For more information, see [Fn::Base64](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-base64.html) .\n\nUser data runs only at instance launch. For more information, see [Run commands on your Linux instance at launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) and [Run commands on your Windows instance at launch](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html) .",
|
|
14653
14653
|
"Volumes": "The volumes to attach to the instance."
|
|
@@ -15812,7 +15812,7 @@
|
|
|
15812
15812
|
},
|
|
15813
15813
|
"description": "Specifies a security group. To create a security group, use the [VpcId](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid) property to specify the VPC for which to create the security group.\n\nThis type supports updates. For more information about updating stacks, see [AWS CloudFormation Stacks Updates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html) .\n\n> To cross-reference two security groups in the ingress and egress rules of those security groups, use the [AWS::EC2::SecurityGroupEgress](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-egress.html) and [AWS::EC2::SecurityGroupIngress](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-security-group-ingress.html) resources to define your rules. Do not use the embedded ingress and egress rules in the `AWS::EC2::SecurityGroup` . Doing so creates a circular dependency, which AWS CloudFormation doesn't allow.",
|
|
15814
15814
|
"properties": {
|
|
15815
|
-
"GroupDescription": "A description for the security group
|
|
15815
|
+
"GroupDescription": "A description for the security group.\n\nConstraints: Up to 255 characters in length\n\nConstraints for EC2-Classic: ASCII characters\n\nConstraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*",
|
|
15816
15816
|
"GroupName": "The name of the security group.\n\nConstraints: Up to 255 characters in length. Cannot start with `sg-` .\n\nConstraints for EC2-Classic: ASCII characters\n\nConstraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*",
|
|
15817
15817
|
"SecurityGroupEgress": "[VPC only] The outbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.",
|
|
15818
15818
|
"SecurityGroupIngress": "The inbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.",
|
|
@@ -16674,7 +16674,7 @@
|
|
|
16674
16674
|
"AWS::EC2::VPCEndpointService": {
|
|
16675
16675
|
"attributes": {
|
|
16676
16676
|
"Ref": "`Ref` returns the ID of the VPC endpoint service configuration.",
|
|
16677
|
-
"ServiceId": ""
|
|
16677
|
+
"ServiceId": "The ID of the endpoint service."
|
|
16678
16678
|
},
|
|
16679
16679
|
"description": "Creates a VPC endpoint service configuration to which service consumers ( AWS accounts, users, and IAM roles) can connect.\n\nTo create an endpoint service configuration, you must first create one of the following for your service:\n\n- A [Network Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html) . Service consumers connect to your service using an interface endpoint.\n- A [Gateway Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/introduction.html) . Service consumers connect to your service using a Gateway Load Balancer endpoint.\n\nFor more information, see the [AWS PrivateLink User Guide](https://docs.aws.amazon.com/vpc/latest/privatelink/) .",
|
|
16680
16680
|
"properties": {
|
|
@@ -20104,7 +20104,7 @@
|
|
|
20104
20104
|
"RoleArn": "The Amazon Resource Name (ARN) of the role that is used for target invocation.\n\nIf you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a `RoleArn` with proper permissions in the `Target` structure, instead of here in this parameter.",
|
|
20105
20105
|
"ScheduleExpression": "The scheduling expression. For example, \"cron(0 20 * * ? *)\", \"rate(5 minutes)\". For more information, see [Creating an Amazon EventBridge rule that runs on a schedule](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-rule-schedule.html) .",
|
|
20106
20106
|
"State": "The state of the rule.",
|
|
20107
|
-
"Targets": "Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.\n\nTargets are the resources that are invoked when a rule is triggered.\n\nThe maximum number of entries per request is 10.\n\n> Each rule can have up to five (5) targets associated with it at one time. \n\nFor a list of services you can configure as targets for events, see [EventBridge targets](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-targets.html) in the *Amazon EventBridge User Guide* .\n\nCreating rules with built-in targets is supported only in the AWS Management Console . The built-in targets are:\n\n- `Amazon EBS CreateSnapshot API call`\n- `Amazon EC2 RebootInstances API call`\n- `Amazon EC2 StopInstances API call`\n- `Amazon EC2 TerminateInstances API call`\n\nFor some target types, `PutTargets` provides target-specific parameters. If the target is a Kinesis data stream, you can optionally specify which shard the event goes to by using the `KinesisParameters` argument. To invoke a command on multiple EC2 instances with one rule, you can use the `RunCommandParameters` field.\n\nTo be able to make API calls against the resources that you own, Amazon EventBridge needs the appropriate permissions:\n\n- For AWS Lambda and Amazon SNS resources, EventBridge relies on resource-based policies.\n- For EC2 instances, Kinesis Data Streams, AWS Step Functions state machines and API Gateway APIs, EventBridge relies on IAM roles that you specify in the `RoleARN` argument in `PutTargets` .\n\nFor more information, see [Authentication and Access Control](https://docs.aws.amazon.com/eventbridge/latest/userguide/auth-and-access-control-eventbridge.html) in the *Amazon EventBridge User Guide* .\n\nIf another AWS account is in the same region and has granted you permission (using `PutPermission` ), you can send events to that account. Set that account's event bus as a target of the rules in your account. To send the matched events to the other account, specify that account's event bus as the `Arn` value when you run `PutTargets` . If your account sends events to another account, your account is charged for each sent event. Each event sent to another account is charged as a custom event. The account receiving the event is not charged. For more information, see [Amazon EventBridge Pricing](https://docs.aws.amazon.com/eventbridge/pricing/) .\n\n> `Input` , `InputPath` , and `InputTransformer` are not available with `PutTarget` if the target is an event bus of a different AWS account. \n\nIf you are setting the event bus of another account as the target, and that account granted permission to your account through an organization instead of directly by the account ID, then you must specify a `RoleArn` with proper permissions in the `Target` structure. For more information, see [Sending and Receiving Events Between AWS Accounts](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html) in the *Amazon EventBridge User Guide* .\n\nFor more information about enabling cross-account events, see [PutPermission](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutPermission.html) .\n\n*Input* , *InputPath* , and *InputTransformer* are mutually exclusive and optional parameters of a target. When a rule is triggered due to a matched event:\n\n- If none of the following arguments are specified for a target, then the entire event is passed to the target in JSON format (unless the target is Amazon EC2 Run Command or Amazon ECS task, in which case nothing from the event is passed to the target).\n- If *Input* is specified in the form of valid JSON, then the matched event is overridden with this constant.\n- If *InputPath* is specified in the form of JSONPath (for example, `$.detail` ), then only the part of the event specified in the path is passed to the target (for example, only the detail part of the event is passed).\n- If *InputTransformer* is specified, then one or more specified JSONPaths are extracted from the event and used as values in a template that you specify as the input to the target.\n\nWhen you specify `InputPath` or `InputTransformer` , you must use JSON dot notation, not bracket notation.\n\nWhen you add targets to a rule and the associated rule triggers soon after, new or updated targets might not be immediately invoked. Allow a short period of time for changes to take effect.\n\nThis action can partially fail if too many requests are made at the same time. If that happens, `FailedEntryCount` is non-zero in the response and each entry in `FailedEntries` provides the ID of the failed target and the error code."
|
|
20107
|
+
"Targets": "Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.\n\nTargets are the resources that are invoked when a rule is triggered.\n\nThe maximum number of entries per request is 10.\n\n> Each rule can have up to five (5) targets associated with it at one time. \n\nFor a list of services you can configure as targets for events, see [EventBridge targets](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-targets.html) in the *Amazon EventBridge User Guide* .\n\nCreating rules with built-in targets is supported only in the AWS Management Console . The built-in targets are:\n\n- `Amazon EBS CreateSnapshot API call`\n- `Amazon EC2 RebootInstances API call`\n- `Amazon EC2 StopInstances API call`\n- `Amazon EC2 TerminateInstances API call`\n\nFor some target types, `PutTargets` provides target-specific parameters. If the target is a Kinesis data stream, you can optionally specify which shard the event goes to by using the `KinesisParameters` argument. To invoke a command on multiple EC2 instances with one rule, you can use the `RunCommandParameters` field.\n\nTo be able to make API calls against the resources that you own, Amazon EventBridge needs the appropriate permissions:\n\n- For AWS Lambda and Amazon SNS resources, EventBridge relies on resource-based policies.\n- For EC2 instances, Kinesis Data Streams, AWS Step Functions state machines and API Gateway APIs, EventBridge relies on IAM roles that you specify in the `RoleARN` argument in `PutTargets` .\n\nFor more information, see [Authentication and Access Control](https://docs.aws.amazon.com/eventbridge/latest/userguide/auth-and-access-control-eventbridge.html) in the *Amazon EventBridge User Guide* .\n\nIf another AWS account is in the same region and has granted you permission (using `PutPermission` ), you can send events to that account. Set that account's event bus as a target of the rules in your account. To send the matched events to the other account, specify that account's event bus as the `Arn` value when you run `PutTargets` . If your account sends events to another account, your account is charged for each sent event. Each event sent to another account is charged as a custom event. The account receiving the event is not charged. For more information, see [Amazon EventBridge Pricing](https://docs.aws.amazon.com/eventbridge/pricing/) .\n\n> `Input` , `InputPath` , and `InputTransformer` are not available with `PutTarget` if the target is an event bus of a different AWS account. \n\nIf you are setting the event bus of another account as the target, and that account granted permission to your account through an organization instead of directly by the account ID, then you must specify a `RoleArn` with proper permissions in the `Target` structure. For more information, see [Sending and Receiving Events Between AWS Accounts](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html) in the *Amazon EventBridge User Guide* .\n\n> If you have an IAM role on a cross-account event bus target, a `PutTargets` call without a role on the same target (same `Id` and `Arn` ) will not remove the role. \n\nFor more information about enabling cross-account events, see [PutPermission](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutPermission.html) .\n\n*Input* , *InputPath* , and *InputTransformer* are mutually exclusive and optional parameters of a target. When a rule is triggered due to a matched event:\n\n- If none of the following arguments are specified for a target, then the entire event is passed to the target in JSON format (unless the target is Amazon EC2 Run Command or Amazon ECS task, in which case nothing from the event is passed to the target).\n- If *Input* is specified in the form of valid JSON, then the matched event is overridden with this constant.\n- If *InputPath* is specified in the form of JSONPath (for example, `$.detail` ), then only the part of the event specified in the path is passed to the target (for example, only the detail part of the event is passed).\n- If *InputTransformer* is specified, then one or more specified JSONPaths are extracted from the event and used as values in a template that you specify as the input to the target.\n\nWhen you specify `InputPath` or `InputTransformer` , you must use JSON dot notation, not bracket notation.\n\nWhen you add targets to a rule and the associated rule triggers soon after, new or updated targets might not be immediately invoked. Allow a short period of time for changes to take effect.\n\nThis action can partially fail if too many requests are made at the same time. If that happens, `FailedEntryCount` is non-zero in the response and each entry in `FailedEntries` provides the ID of the failed target and the error code."
|
|
20108
20108
|
}
|
|
20109
20109
|
},
|
|
20110
20110
|
"AWS::Events::Rule.AwsVpcConfiguration": {
|
|
@@ -24282,6 +24282,74 @@
|
|
|
24282
24282
|
"Tags": "An array of key-value pairs to apply to this resource.\n\nFor more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) ."
|
|
24283
24283
|
}
|
|
24284
24284
|
},
|
|
24285
|
+
"AWS::IVSChat::LoggingConfiguration": {
|
|
24286
|
+
"attributes": {
|
|
24287
|
+
"Arn": "The logging-configuration ARN. For example: `arn:aws:ivschat:us-west-2:123456789012:logging-configuration/abcdABCDefgh`",
|
|
24288
|
+
"Id": "The logging-configuration ID. For example: `abcdABCDefgh`",
|
|
24289
|
+
"Ref": "`Ref` returns the logging-configuration ARN. For example:\n\n`{ \"Ref\": \"myLoggingConfiguration\" }`\n\nFor the logging configuration `myLoggingConfiguration` , `Ref` returns the logging-configuration ARN.",
|
|
24290
|
+
"State": "Indicates the current state of the logging configuration. When the state is `ACTIVE` , the configuration is ready to log a chat session. Valid values: `CREATING` | `CREATE_FAILED` | `DELETING` | `DELETE_FAILED` | `UPDATING` | `UPDATE_FAILED` | `ACTIVE` ."
|
|
24291
|
+
},
|
|
24292
|
+
"description": "The `AWS::IVSChat::LoggingConfiguration` resource specifies an logging configuration that allows clients to store and record sent messages. For more information, see [CreateLoggingConfiguration](https://docs.aws.amazon.com/ivs/latest/ChatAPIReference/API_CreateLoggingConfiguration.html) in the *Amazon Interactive Video Service Chat API Reference* .",
|
|
24293
|
+
"properties": {
|
|
24294
|
+
"DestinationConfiguration": "The DestinationConfiguration is a complex type that contains information about where chat content will be logged.",
|
|
24295
|
+
"Name": "Logging-configuration name. The value does not need to be unique.",
|
|
24296
|
+
"Tags": "An array of key-value pairs to apply to this resource.\n\nFor more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) ."
|
|
24297
|
+
}
|
|
24298
|
+
},
|
|
24299
|
+
"AWS::IVSChat::LoggingConfiguration.CloudWatchLogsDestinationConfiguration": {
|
|
24300
|
+
"attributes": {},
|
|
24301
|
+
"description": "The CloudWatchLogsDestinationConfiguration property type specifies a CloudWatch Logs location where chat logs will be stored.",
|
|
24302
|
+
"properties": {
|
|
24303
|
+
"LogGroupName": "Name of the Amazon Cloudwatch Logs destination where chat activity will be logged."
|
|
24304
|
+
}
|
|
24305
|
+
},
|
|
24306
|
+
"AWS::IVSChat::LoggingConfiguration.DestinationConfiguration": {
|
|
24307
|
+
"attributes": {},
|
|
24308
|
+
"description": "The DestinationConfiguration property type describes a location where chat logs will be stored. Each member represents the configuration of one log destination. For logging, you define only one type of destination.",
|
|
24309
|
+
"properties": {
|
|
24310
|
+
"CloudWatchLogs": "An Amazon CloudWatch Logs destination configuration where chat activity will be logged.",
|
|
24311
|
+
"Firehose": "An Amazon Kinesis Data Firehose destination configuration where chat activity will be logged.",
|
|
24312
|
+
"S3": "An Amazon S3 destination configuration where chat activity will be logged."
|
|
24313
|
+
}
|
|
24314
|
+
},
|
|
24315
|
+
"AWS::IVSChat::LoggingConfiguration.FirehoseDestinationConfiguration": {
|
|
24316
|
+
"attributes": {},
|
|
24317
|
+
"description": "The FirehoseDestinationConfiguration property type specifies a Kinesis Firehose location where chat logs will be stored.",
|
|
24318
|
+
"properties": {
|
|
24319
|
+
"DeliveryStreamName": "Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged."
|
|
24320
|
+
}
|
|
24321
|
+
},
|
|
24322
|
+
"AWS::IVSChat::LoggingConfiguration.S3DestinationConfiguration": {
|
|
24323
|
+
"attributes": {},
|
|
24324
|
+
"description": "The S3DestinationConfiguration property type specifies an S3 location where chat logs will be stored.",
|
|
24325
|
+
"properties": {
|
|
24326
|
+
"BucketName": "Name of the Amazon S3 bucket where chat activity will be logged."
|
|
24327
|
+
}
|
|
24328
|
+
},
|
|
24329
|
+
"AWS::IVSChat::Room": {
|
|
24330
|
+
"attributes": {
|
|
24331
|
+
"Arn": "The room ARN. For example: `arn:aws:ivschat:us-west-2:123456789012:room/abcdABCDefgh`",
|
|
24332
|
+
"Id": "The room ID. For example: `abcdABCDefgh`",
|
|
24333
|
+
"Ref": "`Ref` returns the room ARN. For example:\n\n`{ \"Ref\": \"myRoom\" }`\n\nFor the room `myRoom` , `Ref` returns the room ARN."
|
|
24334
|
+
},
|
|
24335
|
+
"description": "The `AWS::IVSChat::Room` resource specifies an room that allows clients to connect and pass messages. For more information, see [CreateRoom](https://docs.aws.amazon.com/ivs/latest/ChatAPIReference/API_CreateRoom.html) in the *Amazon Interactive Video Service Chat API Reference* .",
|
|
24336
|
+
"properties": {
|
|
24337
|
+
"LoggingConfigurationIdentifiers": "List of logging-configuration identifiers attached to the room.",
|
|
24338
|
+
"MaximumMessageLength": "Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes.",
|
|
24339
|
+
"MaximumMessageRatePerSecond": "Maximum number of messages per second that can be sent to the room (by all clients).",
|
|
24340
|
+
"MessageReviewHandler": "Configuration information for optional review of messages.",
|
|
24341
|
+
"Name": "Room name. The value does not need to be unique.",
|
|
24342
|
+
"Tags": "An array of key-value pairs to apply to this resource.\n\nFor more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) ."
|
|
24343
|
+
}
|
|
24344
|
+
},
|
|
24345
|
+
"AWS::IVSChat::Room.MessageReviewHandler": {
|
|
24346
|
+
"attributes": {},
|
|
24347
|
+
"description": "The MessageReviewHandler property type specifies configuration information for optional message review.",
|
|
24348
|
+
"properties": {
|
|
24349
|
+
"FallbackResult": "Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see [Service Quotas](https://docs.aws.amazon.com/ivs/latest/userguide/service-quotas.html) .) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user.\n\n*Default* : `ALLOW`",
|
|
24350
|
+
"Uri": "Identifier of the message review handler. Currently this must be an ARN of a lambda function."
|
|
24351
|
+
}
|
|
24352
|
+
},
|
|
24285
24353
|
"AWS::IdentityStore::Group": {
|
|
24286
24354
|
"attributes": {
|
|
24287
24355
|
"GroupId": "The identifier of the newly created group in the identity store.",
|
|
@@ -24873,6 +24941,26 @@
|
|
|
24873
24941
|
"Value": "The value to filter on."
|
|
24874
24942
|
}
|
|
24875
24943
|
},
|
|
24944
|
+
"AWS::InternetMonitor::Monitor": {
|
|
24945
|
+
"attributes": {
|
|
24946
|
+
"CreatedAt": "The time when the monitor was created.",
|
|
24947
|
+
"ModifiedAt": "The last time that the monitor was modified.",
|
|
24948
|
+
"MonitorArn": "The Amazon Resource Name (ARN) of the monitor.",
|
|
24949
|
+
"ProcessingStatus": "The health of data processing for the monitor. For more information, see `ProcessingStatus` under [MonitorListMember](https://docs.aws.amazon.com/internet-monitor/latest/api/API_MonitorListMember.html) in the *Amazon CloudWatch Internet Monitor API Reference* .",
|
|
24950
|
+
"ProcessingStatusInfo": "Additional information about the health of the data processing for the monitor.",
|
|
24951
|
+
"Ref": "`Ref` returns the ARN of the monitor, such as `arn:aws:internetmonitor:us-east-1:111122223333:monitor/TestMonitor` ."
|
|
24952
|
+
},
|
|
24953
|
+
"description": "The `AWS::InternetMonitor::Monitor` resource is an Internet Monitor resource type that contains information about how you create a monitor in Amazon CloudWatch Internet Monitor. A monitor in Internet Monitor provides visibility into performance and availability between your applications hosted on AWS and your end users, using a traffic profile that it creates based on the application resources that you add: Virtual Private Clouds (VPCs), Amazon CloudFront distributions, or WorkSpaces directories.\n\nInternet Monitor also alerts you to internet issues that impact your application in the city-networks (geographies and networks) where your end users use it. With Internet Monitor, you can quickly pinpoint the locations and providers that are affected, so that you can address the issue.\n\nFor more information, see [Using Amazon CloudWatch Internet Monitor](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-InternetMonitor.html) in the *Amazon CloudWatch User Guide* .",
|
|
24954
|
+
"properties": {
|
|
24955
|
+
"MaxCityNetworksToMonitor": "The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network, such as an internet service provider, that clients access the resources through.\n\nFor more information, see [Choosing a city-network maximum value](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html) in *Using Amazon CloudWatch Internet Monitor* .",
|
|
24956
|
+
"MonitorName": "The name of the monitor. A monitor name can contain only alphanumeric characters, dashes (-), periods (.), and underscores (_).",
|
|
24957
|
+
"Resources": "The resources that have been added for the monitor, listed by their Amazon Resource Names (ARNs).",
|
|
24958
|
+
"ResourcesToAdd": "The resources to add to a monitor, which you provide as a set of Amazon Resource Names (ARNs).\n\nYou can add a combination of Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add WorkSpaces directories. You can't add all three types of resources.\n\n> If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.",
|
|
24959
|
+
"ResourcesToRemove": "The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).",
|
|
24960
|
+
"Status": "The status of a monitor. The accepted values that you can specify for `Status` are `ACTIVE` and `INACTIVE` .",
|
|
24961
|
+
"Tags": "The tags for a monitor, listed as a set of *key:value* pairs."
|
|
24962
|
+
}
|
|
24963
|
+
},
|
|
24876
24964
|
"AWS::IoT1Click::Device": {
|
|
24877
24965
|
"attributes": {
|
|
24878
24966
|
"Arn": "The ARN of the device, such as `arn:aws:iot1click:us-west-2:123456789012:devices/G030PX0312744DWM` .",
|
|
@@ -30694,18 +30782,19 @@
|
|
|
30694
30782
|
"Id": "The event source mapping's ID.",
|
|
30695
30783
|
"Ref": "`Ref` returns the mapping's ID."
|
|
30696
30784
|
},
|
|
30697
|
-
"description": "The `AWS::Lambda::EventSourceMapping` resource creates a mapping between an event source and an AWS Lambda function. Lambda reads items from the event source and triggers the function.\n\nFor details about each event source type, see the following topics. In particular, each of the topics describes the required and optional parameters for the specific event source.\n\n- [Configuring a Dynamo DB stream as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping)\n- [Configuring a Kinesis stream as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping)\n- [Configuring an SQS queue as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource)\n- [Configuring an MQ broker as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping)\n- [Configuring MSK as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html)\n- [Configuring Self-Managed Apache Kafka as an event source](https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html)",
|
|
30785
|
+
"description": "The `AWS::Lambda::EventSourceMapping` resource creates a mapping between an event source and an AWS Lambda function. Lambda reads items from the event source and triggers the function.\n\nFor details about each event source type, see the following topics. In particular, each of the topics describes the required and optional parameters for the specific event source.\n\n- [Configuring a Dynamo DB stream as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping)\n- [Configuring a Kinesis stream as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping)\n- [Configuring an SQS queue as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource)\n- [Configuring an MQ broker as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping)\n- [Configuring MSK as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html)\n- [Configuring Self-Managed Apache Kafka as an event source](https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html)\n- [Configuring Amazon DocumentDB as an event source](https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html)",
|
|
30698
30786
|
"properties": {
|
|
30699
30787
|
"AmazonManagedKafkaEventSourceConfig": "Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.",
|
|
30700
30788
|
"BatchSize": "The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\n\n- *Amazon Kinesis* – Default 100. Max 10,000.\n- *Amazon DynamoDB Streams* – Default 100. Max 10,000.\n- *Amazon Simple Queue Service* – Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.\n- *Amazon Managed Streaming for Apache Kafka* – Default 100. Max 10,000.\n- *Self-managed Apache Kafka* – Default 100. Max 10,000.\n- *Amazon MQ (ActiveMQ and RabbitMQ)* – Default 100. Max 10,000.\n- *DocumentDB* – Default 100. Max 10,000.",
|
|
30701
30789
|
"BisectBatchOnFunctionError": "(Streams only) If the function returns an error, split the batch in two and retry. The default value is false.",
|
|
30702
30790
|
"DestinationConfig": "(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.",
|
|
30791
|
+
"DocumentDBEventSourceConfig": "Specific configuration settings for a DocumentDB event source.",
|
|
30703
30792
|
"Enabled": "When true, the event source mapping is active. When false, Lambda pauses polling and invocation.\n\nDefault: True",
|
|
30704
30793
|
"EventSourceArn": "The Amazon Resource Name (ARN) of the event source.\n\n- *Amazon Kinesis* – The ARN of the data stream or a stream consumer.\n- *Amazon DynamoDB Streams* – The ARN of the stream.\n- *Amazon Simple Queue Service* – The ARN of the queue.\n- *Amazon Managed Streaming for Apache Kafka* – The ARN of the cluster.\n- *Amazon MQ* – The ARN of the broker.\n- *Amazon DocumentDB* – The ARN of the DocumentDB change stream.",
|
|
30705
30794
|
"FilterCriteria": "An object that defines the filter criteria that determine whether Lambda should process an event. For more information, see [Lambda event filtering](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html) .",
|
|
30706
30795
|
"FunctionName": "The name of the Lambda function.\n\n**Name formats** - *Function name* – `MyFunction` .\n- *Function ARN* – `arn:aws:lambda:us-west-2:123456789012:function:MyFunction` .\n- *Version or Alias ARN* – `arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD` .\n- *Partial ARN* – `123456789012:function:MyFunction` .\n\nThe length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.",
|
|
30707
30796
|
"FunctionResponseTypes": "(Streams and SQS) A list of current response type enums applied to the event source mapping.\n\nValid Values: `ReportBatchItemFailures`",
|
|
30708
|
-
"MaximumBatchingWindowInSeconds": "The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.\n\n*Default ( Kinesis , DynamoDB , Amazon SQS event sources)* : 0\n\n*Default ( Amazon MSK , Kafka, Amazon MQ event sources)* : 500 ms\n\n*Related setting:* When you set `BatchSize` to a value greater than 10, you must set `MaximumBatchingWindowInSeconds` to at least 1.",
|
|
30797
|
+
"MaximumBatchingWindowInSeconds": "The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.\n\n*Default ( Kinesis , DynamoDB , Amazon SQS event sources)* : 0\n\n*Default ( Amazon MSK , Kafka, Amazon MQ , Amazon DocumentDB event sources)* : 500 ms\n\n*Related setting:* When you set `BatchSize` to a value greater than 10, you must set `MaximumBatchingWindowInSeconds` to at least 1.",
|
|
30709
30798
|
"MaximumRecordAgeInSeconds": "(Streams only) Discard records older than the specified age. The default value is -1,\nwhich sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records.",
|
|
30710
30799
|
"MaximumRetryAttempts": "(Streams only) Discard records after the specified number of retries. The default value is -1,\nwhich sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.",
|
|
30711
30800
|
"ParallelizationFactor": "(Streams only) The number of batches to process concurrently from each shard. The default value is 1.",
|
|
@@ -30734,6 +30823,15 @@
|
|
|
30734
30823
|
"OnFailure": "The destination configuration for failed invocations."
|
|
30735
30824
|
}
|
|
30736
30825
|
},
|
|
30826
|
+
"AWS::Lambda::EventSourceMapping.DocumentDBEventSourceConfig": {
|
|
30827
|
+
"attributes": {},
|
|
30828
|
+
"description": "Specific configuration settings for a DocumentDB event source.",
|
|
30829
|
+
"properties": {
|
|
30830
|
+
"CollectionName": "The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.",
|
|
30831
|
+
"DatabaseName": "The name of the database to consume within the DocumentDB cluster.",
|
|
30832
|
+
"FullDocument": "Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes."
|
|
30833
|
+
}
|
|
30834
|
+
},
|
|
30737
30835
|
"AWS::Lambda::EventSourceMapping.Endpoints": {
|
|
30738
30836
|
"attributes": {},
|
|
30739
30837
|
"description": "The list of bootstrap servers for your Kafka brokers in the following format: `\"KafkaBootstrapServers\": [\"abc.xyz.com:xxxx\",\"abc2.xyz.com:xxxx\"]` .",
|
|
@@ -33521,6 +33619,21 @@
|
|
|
33521
33619
|
"Status": "The status of Amazon Macie for the account. Valid values are: `ENABLED` , start or resume all Macie activities for the account; and, `PAUSED` , suspend all Macie activities for the account."
|
|
33522
33620
|
}
|
|
33523
33621
|
},
|
|
33622
|
+
"AWS::ManagedBlockchain::Accessor": {
|
|
33623
|
+
"attributes": {
|
|
33624
|
+
"Arn": "The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see [Amazon Resource Names (ARNs)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the *AWS General Reference* .",
|
|
33625
|
+
"BillingToken": "The billing token is a property of the accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.",
|
|
33626
|
+
"CreationDate": "The creation date and time of the accessor.",
|
|
33627
|
+
"Id": "The unique identifier of the accessor.",
|
|
33628
|
+
"Ref": "`Ref` returns the Accessor ID.",
|
|
33629
|
+
"Status": "The current status of the accessor."
|
|
33630
|
+
},
|
|
33631
|
+
"description": "Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor contains information required for token based access to your Ethereum nodes.",
|
|
33632
|
+
"properties": {
|
|
33633
|
+
"AccessorType": "The type of the accessor.\n\n> Currently, accessor type is restricted to `BILLING_TOKEN` .",
|
|
33634
|
+
"Tags": "The tags assigned to the Accessor.\n\nFor more information about tags, see [Tagging Resources](https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html) in the *Amazon Managed Blockchain Ethereum Developer Guide* , or [Tagging Resources](https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html) in the *Amazon Managed Blockchain Hyperledger Fabric Developer Guide* ."
|
|
33635
|
+
}
|
|
33636
|
+
},
|
|
33524
33637
|
"AWS::ManagedBlockchain::Member": {
|
|
33525
33638
|
"attributes": {
|
|
33526
33639
|
"MemberId": "The unique identifier of the member.",
|
|
@@ -36954,7 +37067,7 @@
|
|
|
36954
37067
|
"PeeringId": "The ID of the transit gateway peering.",
|
|
36955
37068
|
"ProposedSegmentChange": "This property is read-only. Values can't be assigned to it.",
|
|
36956
37069
|
"Tags": "The list of key-value pairs associated with the transit gateway route table attachment.",
|
|
36957
|
-
"TransitGatewayRouteTableArn": "The ARN of the transit gateway attachment route table."
|
|
37070
|
+
"TransitGatewayRouteTableArn": "The ARN of the transit gateway attachment route table. For example, `\"TransitGatewayRouteTableArn\": \"arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456\"` ."
|
|
36958
37071
|
}
|
|
36959
37072
|
},
|
|
36960
37073
|
"AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedSegmentChange": {
|
|
@@ -39448,7 +39561,7 @@
|
|
|
39448
39561
|
},
|
|
39449
39562
|
"AWS::Pipes::Pipe.FilterCriteria": {
|
|
39450
39563
|
"attributes": {},
|
|
39451
|
-
"description": "The collection of event patterns used to filter events
|
|
39564
|
+
"description": "The collection of event patterns used to filter events.\n\nTo remove a filter, specify a `FilterCriteria` object with an empty array of `Filter` objects.\n\nFor more information, see [Events and Event Patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) in the *Amazon EventBridge User Guide* .",
|
|
39452
39565
|
"properties": {
|
|
39453
39566
|
"Filters": "The event patterns."
|
|
39454
39567
|
}
|
|
@@ -39489,7 +39602,7 @@
|
|
|
39489
39602
|
"description": "The parameters required to set up enrichment on your pipe.",
|
|
39490
39603
|
"properties": {
|
|
39491
39604
|
"HttpParameters": "Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.\n\nIf you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.",
|
|
39492
|
-
"InputTemplate": "Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see [The JavaScript Object Notation (JSON) Data Interchange Format](https://docs.aws.amazon.com/http://www.rfc-editor.org/rfc/rfc7159.txt) ."
|
|
39605
|
+
"InputTemplate": "Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see [The JavaScript Object Notation (JSON) Data Interchange Format](https://docs.aws.amazon.com/http://www.rfc-editor.org/rfc/rfc7159.txt) .\n\nTo remove an input template, specify an empty string."
|
|
39493
39606
|
}
|
|
39494
39607
|
},
|
|
39495
39608
|
"AWS::Pipes::Pipe.PipeSourceActiveMQBrokerParameters": {
|
|
@@ -39549,7 +39662,7 @@
|
|
|
39549
39662
|
"properties": {
|
|
39550
39663
|
"ActiveMQBrokerParameters": "The parameters for using an Active MQ broker as a source.",
|
|
39551
39664
|
"DynamoDBStreamParameters": "The parameters for using a DynamoDB stream as a source.",
|
|
39552
|
-
"FilterCriteria": "The collection of event patterns used to filter events
|
|
39665
|
+
"FilterCriteria": "The collection of event patterns used to filter events.\n\nTo remove a filter, specify a `FilterCriteria` object with an empty array of `Filter` objects.\n\nFor more information, see [Events and Event Patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html) in the *Amazon EventBridge User Guide* .",
|
|
39553
39666
|
"KinesisStreamParameters": "The parameters for using a Kinesis stream as a source.",
|
|
39554
39667
|
"ManagedStreamingKafkaParameters": "The parameters for using an MSK stream as a source.",
|
|
39555
39668
|
"RabbitMQBrokerParameters": "The parameters for using a Rabbit MQ broker as a source.",
|
|
@@ -39676,7 +39789,7 @@
|
|
|
39676
39789
|
"EcsTaskParameters": "The parameters for using an Amazon ECS task as a target.",
|
|
39677
39790
|
"EventBridgeEventBusParameters": "The parameters for using an EventBridge event bus as a target.",
|
|
39678
39791
|
"HttpParameters": "These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.",
|
|
39679
|
-
"InputTemplate": "Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see [The JavaScript Object Notation (JSON) Data Interchange Format](https://docs.aws.amazon.com/http://www.rfc-editor.org/rfc/rfc7159.txt) .",
|
|
39792
|
+
"InputTemplate": "Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see [The JavaScript Object Notation (JSON) Data Interchange Format](https://docs.aws.amazon.com/http://www.rfc-editor.org/rfc/rfc7159.txt) .\n\nTo remove an input template, specify an empty string.",
|
|
39680
39793
|
"KinesisStreamParameters": "The parameters for using a Kinesis stream as a source.",
|
|
39681
39794
|
"LambdaFunctionParameters": "The parameters for using a Lambda function as a target.",
|
|
39682
39795
|
"RedshiftDataParameters": "These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement.",
|
|
@@ -39806,7 +39919,7 @@
|
|
|
39806
39919
|
"DataSetArns": "The ARNs of the datasets of the analysis.",
|
|
39807
39920
|
"LastUpdatedTime": "The time that the analysis was last updated."
|
|
39808
39921
|
},
|
|
39809
|
-
"description": "Creates an analysis in Amazon QuickSight.
|
|
39922
|
+
"description": "Creates an analysis in Amazon QuickSight.",
|
|
39810
39923
|
"properties": {
|
|
39811
39924
|
"AnalysisId": "The ID for the analysis that you're creating. This ID displays in the URL of the analysis.",
|
|
39812
39925
|
"AwsAccountId": "The ID of the AWS account where you are creating an analysis.",
|
|
@@ -40299,7 +40412,7 @@
|
|
|
40299
40412
|
"attributes": {},
|
|
40300
40413
|
"description": "Permission for the resource.",
|
|
40301
40414
|
"properties": {
|
|
40302
|
-
"Actions": "The IAM action to
|
|
40415
|
+
"Actions": "The IAM action to grant or revoke permisions on",
|
|
40303
40416
|
"Principal": "The Amazon Resource Name (ARN) of the principal. This can be one of the following:\n\n- The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)\n- The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)\n- The ARN of an AWS account root: This is an IAM ARN rather than a Amazon QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)"
|
|
40304
40417
|
}
|
|
40305
40418
|
},
|
|
@@ -40430,7 +40543,7 @@
|
|
|
40430
40543
|
"properties": {
|
|
40431
40544
|
"CopySourceArn": "The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When `CopySourceArn` is not null, the credential pair from the data source in the ARN is used as the credentials for the `DataSourceCredentials` structure.",
|
|
40432
40545
|
"CredentialPair": "Credential pair. For more information, see `[CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html)` .",
|
|
40433
|
-
"SecretArn": "
|
|
40546
|
+
"SecretArn": ""
|
|
40434
40547
|
}
|
|
40435
40548
|
},
|
|
40436
40549
|
"AWS::QuickSight::DataSource.DataSourceErrorInfo": {
|
|
@@ -40450,7 +40563,7 @@
|
|
|
40450
40563
|
"AthenaParameters": "The parameters for Amazon Athena.",
|
|
40451
40564
|
"AuroraParameters": "The parameters for Amazon Aurora MySQL.",
|
|
40452
40565
|
"AuroraPostgreSqlParameters": "The parameters for Amazon Aurora.",
|
|
40453
|
-
"DatabricksParameters": "
|
|
40566
|
+
"DatabricksParameters": "",
|
|
40454
40567
|
"MariaDbParameters": "The parameters for MariaDB.",
|
|
40455
40568
|
"MySqlParameters": "The parameters for MySQL.",
|
|
40456
40569
|
"OracleParameters": "Oracle parameters.",
|
|
@@ -40467,11 +40580,11 @@
|
|
|
40467
40580
|
},
|
|
40468
40581
|
"AWS::QuickSight::DataSource.DatabricksParameters": {
|
|
40469
40582
|
"attributes": {},
|
|
40470
|
-
"description": "
|
|
40583
|
+
"description": "",
|
|
40471
40584
|
"properties": {
|
|
40472
|
-
"Host": "
|
|
40473
|
-
"Port": "
|
|
40474
|
-
"SqlEndpointPath": "
|
|
40585
|
+
"Host": "",
|
|
40586
|
+
"Port": "",
|
|
40587
|
+
"SqlEndpointPath": ""
|
|
40475
40588
|
}
|
|
40476
40589
|
},
|
|
40477
40590
|
"AWS::QuickSight::DataSource.ManifestFileLocation": {
|
|
@@ -40625,7 +40738,7 @@
|
|
|
40625
40738
|
"Version.ThemeArn": "",
|
|
40626
40739
|
"Version.VersionNumber": ""
|
|
40627
40740
|
},
|
|
40628
|
-
"description": "Creates a template
|
|
40741
|
+
"description": "Creates a template from an existing Amazon QuickSight analysis or template. You can use the resulting template to create a dashboard.\n\nA *template* is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.",
|
|
40629
40742
|
"properties": {
|
|
40630
40743
|
"AwsAccountId": "The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.",
|
|
40631
40744
|
"Name": "A display name for the template.",
|
|
@@ -41502,7 +41615,7 @@
|
|
|
41502
41615
|
"ResourceAction": "",
|
|
41503
41616
|
"RevisionTarget": "",
|
|
41504
41617
|
"RotateEncryptionKey": "",
|
|
41505
|
-
"SnapshotClusterIdentifier": "The name of the cluster the source snapshot was created from. This parameter is required if your
|
|
41618
|
+
"SnapshotClusterIdentifier": "The name of the cluster the source snapshot was created from. This parameter is required if your user or role has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.",
|
|
41506
41619
|
"SnapshotCopyGrantName": "The name of the snapshot copy grant.",
|
|
41507
41620
|
"SnapshotCopyManual": "Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.",
|
|
41508
41621
|
"SnapshotCopyRetentionPeriod": "The number of days to retain automated snapshots in the destination AWS Region after they are copied from the source AWS Region .\n\nBy default, this only changes the retention period of copied automated snapshots.\n\nIf you decrease the retention period for automated snapshots that are copied to a destination AWS Region , Amazon Redshift deletes any existing automated snapshots that were copied to the destination AWS Region and that fall outside of the new retention period.\n\nConstraints: Must be at least 1 and no more than 35 for automated snapshots.\n\nIf you specify the `manual` option, only newly copied manual snapshots will have the new retention period.\n\nIf you specify the value of -1 newly copied manual snapshots are retained indefinitely.\n\nConstraints: The number of days must be either -1 or an integer between 1 and 3,653 for manual snapshots.",
|
|
@@ -41570,7 +41683,7 @@
|
|
|
41570
41683
|
},
|
|
41571
41684
|
"AWS::Redshift::ClusterSubnetGroup": {
|
|
41572
41685
|
"attributes": {
|
|
41573
|
-
"ClusterSubnetGroupName": "",
|
|
41686
|
+
"ClusterSubnetGroupName": "The name of the cluster subnet group.",
|
|
41574
41687
|
"Ref": "`Ref` returns the resource name. For example:\n\n`{ \"Ref\": \"myClusterSubnetGroup\" }`\n\nFor the Amazon Redshift subnet group `myClusterSubnetGroup` , Ref returns the name of the cluster subnet group."
|
|
41575
41688
|
},
|
|
41576
41689
|
"description": "Specifies an Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud ( Amazon VPC ) when creating Amazon Redshift subnet group.\n\nFor information about subnet groups, go to [Amazon Redshift Cluster Subnet Groups](https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html) in the *Amazon Redshift Cluster Management Guide* .",
|
|
@@ -41587,10 +41700,11 @@
|
|
|
41587
41700
|
"EndpointStatus": "The status of the endpoint.",
|
|
41588
41701
|
"Port": "The port number on which the cluster accepts incoming connections.",
|
|
41589
41702
|
"Ref": "`Ref` returns the resource name.",
|
|
41590
|
-
"VpcEndpoint": "",
|
|
41703
|
+
"VpcEndpoint": "The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.",
|
|
41591
41704
|
"VpcEndpoint.NetworkInterfaces": "",
|
|
41592
|
-
"VpcEndpoint.VpcEndpointId": "",
|
|
41593
|
-
"VpcEndpoint.VpcId": ""
|
|
41705
|
+
"VpcEndpoint.VpcEndpointId": "The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.",
|
|
41706
|
+
"VpcEndpoint.VpcId": "The VPC identifier that the endpoint is associated.",
|
|
41707
|
+
"VpcSecurityGroups": "The security groups associated with the endpoint."
|
|
41594
41708
|
},
|
|
41595
41709
|
"description": "Creates a Redshift-managed VPC endpoint.",
|
|
41596
41710
|
"properties": {
|
|
@@ -41723,18 +41837,18 @@
|
|
|
41723
41837
|
},
|
|
41724
41838
|
"AWS::RedshiftServerless::Namespace": {
|
|
41725
41839
|
"attributes": {
|
|
41726
|
-
"Namespace": "
|
|
41727
|
-
"Namespace.AdminUsername": "",
|
|
41728
|
-
"Namespace.CreationDate": "",
|
|
41729
|
-
"Namespace.DbName": "",
|
|
41730
|
-
"Namespace.DefaultIamRoleArn": "",
|
|
41731
|
-
"Namespace.IamRoles": "",
|
|
41732
|
-
"Namespace.KmsKeyId": "",
|
|
41733
|
-
"Namespace.LogExports": "",
|
|
41734
|
-
"Namespace.NamespaceArn": "",
|
|
41735
|
-
"Namespace.NamespaceId": "",
|
|
41736
|
-
"Namespace.NamespaceName": "",
|
|
41737
|
-
"Namespace.Status": "",
|
|
41840
|
+
"Namespace": "The collection of computing resources from which an endpoint is created.",
|
|
41841
|
+
"Namespace.AdminUsername": "The username of the administrator for the first database created in the namespace.",
|
|
41842
|
+
"Namespace.CreationDate": "The date of when the namespace was created.",
|
|
41843
|
+
"Namespace.DbName": "The name of the first database created in the namespace.",
|
|
41844
|
+
"Namespace.DefaultIamRoleArn": "The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.",
|
|
41845
|
+
"Namespace.IamRoles": "A list of IAM roles to associate with the namespace.",
|
|
41846
|
+
"Namespace.KmsKeyId": "The ID of the AWS Key Management Service key used to encrypt your data.",
|
|
41847
|
+
"Namespace.LogExports": "The types of logs the namespace can export. Available export types are `User log` , `Connection log` , and `User activity log` .",
|
|
41848
|
+
"Namespace.NamespaceArn": "The Amazon Resource Name (ARN) associated with a namespace.",
|
|
41849
|
+
"Namespace.NamespaceId": "The unique identifier of a namespace.",
|
|
41850
|
+
"Namespace.NamespaceName": "The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in [Reserved Words](https://docs.aws.amazon.com//redshift/latest/dg/r_pg_keywords.html) in the Amazon Redshift Database Developer Guide.",
|
|
41851
|
+
"Namespace.Status": "The status of the namespace.",
|
|
41738
41852
|
"Ref": "When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the NamespaceName, such as `sample-namespace.` For more information about using the Ref function, see [Ref](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html) ."
|
|
41739
41853
|
},
|
|
41740
41854
|
"description": "A collection of database objects and users.",
|
|
@@ -41748,7 +41862,7 @@
|
|
|
41748
41862
|
"IamRoles": "A list of IAM roles to associate with the namespace.",
|
|
41749
41863
|
"KmsKeyId": "The ID of the AWS Key Management Service key used to encrypt your data.",
|
|
41750
41864
|
"LogExports": "The types of logs the namespace can export. Available export types are `userlog` , `connectionlog` , and `useractivitylog` .",
|
|
41751
|
-
"NamespaceName": "The name of the namespace.",
|
|
41865
|
+
"NamespaceName": "The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in [Reserved Words](https://docs.aws.amazon.com//redshift/latest/dg/r_pg_keywords.html) in the Amazon Redshift Database Developer Guide.",
|
|
41752
41866
|
"Tags": "The map of the key-value pairs used to tag the namespace."
|
|
41753
41867
|
}
|
|
41754
41868
|
},
|
|
@@ -41773,22 +41887,22 @@
|
|
|
41773
41887
|
"attributes": {
|
|
41774
41888
|
"Ref": "When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the WorkgroupName, such as `sample-workgroup.` For more information about using the Ref function, see [Ref](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html) .",
|
|
41775
41889
|
"Workgroup": "Returns the `Workgroup` value.",
|
|
41776
|
-
"Workgroup.BaseCapacity": "",
|
|
41890
|
+
"Workgroup.BaseCapacity": "The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).",
|
|
41777
41891
|
"Workgroup.ConfigParameters": "",
|
|
41778
|
-
"Workgroup.CreationDate": "",
|
|
41892
|
+
"Workgroup.CreationDate": "The creation date of the workgroup.",
|
|
41779
41893
|
"Workgroup.Endpoint": "",
|
|
41780
|
-
"Workgroup.Endpoint.Address": "",
|
|
41781
|
-
"Workgroup.Endpoint.Port": "",
|
|
41894
|
+
"Workgroup.Endpoint.Address": "The DNS address of the VPC endpoint.",
|
|
41895
|
+
"Workgroup.Endpoint.Port": "The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.",
|
|
41782
41896
|
"Workgroup.Endpoint.VpcEndpoints": "",
|
|
41783
|
-
"Workgroup.EnhancedVpcRouting": "",
|
|
41784
|
-
"Workgroup.NamespaceName": "",
|
|
41785
|
-
"Workgroup.PubliclyAccessible": "",
|
|
41786
|
-
"Workgroup.SecurityGroupIds": "",
|
|
41787
|
-
"Workgroup.Status": "",
|
|
41788
|
-
"Workgroup.SubnetIds": "",
|
|
41789
|
-
"Workgroup.WorkgroupArn": "",
|
|
41790
|
-
"Workgroup.WorkgroupId": "",
|
|
41791
|
-
"Workgroup.WorkgroupName": ""
|
|
41897
|
+
"Workgroup.EnhancedVpcRouting": "The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.",
|
|
41898
|
+
"Workgroup.NamespaceName": "The namespace the workgroup is associated with.",
|
|
41899
|
+
"Workgroup.PubliclyAccessible": "A value that specifies whether the workgroup can be accessible from a public network.",
|
|
41900
|
+
"Workgroup.SecurityGroupIds": "An array of security group IDs to associate with the workgroup.",
|
|
41901
|
+
"Workgroup.Status": "The status of the workgroup.",
|
|
41902
|
+
"Workgroup.SubnetIds": "An array of subnet IDs the workgroup is associated with.",
|
|
41903
|
+
"Workgroup.WorkgroupArn": "The Amazon Resource Name (ARN) that links to the workgroup.",
|
|
41904
|
+
"Workgroup.WorkgroupId": "The unique identifier of the workgroup.",
|
|
41905
|
+
"Workgroup.WorkgroupName": "The name of the workgroup."
|
|
41792
41906
|
},
|
|
41793
41907
|
"description": "The collection of compute resources in Amazon Redshift Serverless.",
|
|
41794
41908
|
"properties": {
|
|
@@ -41871,7 +41985,7 @@
|
|
|
41871
41985
|
"StageName": "The name of the API Gateway stage. The name defaults to `prod` .",
|
|
41872
41986
|
"VpcLinkId": "The `VpcLink` ID of the API Gateway proxy."
|
|
41873
41987
|
},
|
|
41874
|
-
"description": "Creates an AWS Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway , API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.",
|
|
41988
|
+
"description": "Creates an AWS Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway , API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.\n\nIn environments created with a `CreateEnvironmentRequest$NetworkFabricType` of `NONE` you need to configure [VPC to VPC connectivity](https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html) between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see [Create an application](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-application.html) in the *Refactor Spaces User Guide* .",
|
|
41875
41989
|
"properties": {
|
|
41876
41990
|
"ApiGatewayProxy": "The endpoint URL of the Amazon API Gateway proxy.",
|
|
41877
41991
|
"EnvironmentIdentifier": "The unique identifier of the environment.",
|
|
@@ -41896,7 +42010,7 @@
|
|
|
41896
42010
|
"Ref": "`Ref` returns the ID of the environment, for example, `env-1234654123` .",
|
|
41897
42011
|
"TransitGatewayId": "The ID of the AWS Transit Gateway set up by the environment."
|
|
41898
42012
|
},
|
|
41899
|
-
"description": "Creates an AWS Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with
|
|
42013
|
+
"description": "Creates an AWS Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.\n\nWhen creating an environment with a `CreateEnvironmentRequest$NetworkFabricType` of `TRANSIT_GATEWAY` , Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If `CreateEnvironmentRequest$NetworkFabricType` is `NONE` , Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.",
|
|
41900
42014
|
"properties": {
|
|
41901
42015
|
"Description": "A description of the environment.",
|
|
41902
42016
|
"Name": "The name of the environment.",
|
|
@@ -42381,32 +42495,32 @@
|
|
|
42381
42495
|
"AWS::RolesAnywhere::CRL": {
|
|
42382
42496
|
"attributes": {
|
|
42383
42497
|
"CrlId": "The unique primary identifier of the Crl",
|
|
42384
|
-
"Ref": "
|
|
42498
|
+
"Ref": "`Ref` returns `CrlId` ."
|
|
42385
42499
|
},
|
|
42386
|
-
"description": "
|
|
42500
|
+
"description": "Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.\n\n*Required permissions:* `rolesanywhere:ImportCrl` .",
|
|
42387
42501
|
"properties": {
|
|
42388
|
-
"CrlData": "x509 v3
|
|
42389
|
-
"Enabled": "
|
|
42390
|
-
"Name": "The
|
|
42391
|
-
"Tags": "A list of
|
|
42502
|
+
"CrlData": "The x509 v3 specified certificate revocation list (CRL).",
|
|
42503
|
+
"Enabled": "Specifies whether the certificate revocation list (CRL) is enabled.",
|
|
42504
|
+
"Name": "The name of the certificate revocation list (CRL).",
|
|
42505
|
+
"Tags": "A list of tags to attach to the certificate revocation list (CRL).",
|
|
42392
42506
|
"TrustAnchorArn": "The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for."
|
|
42393
42507
|
}
|
|
42394
42508
|
},
|
|
42395
42509
|
"AWS::RolesAnywhere::Profile": {
|
|
42396
42510
|
"attributes": {
|
|
42397
|
-
"ProfileArn": "",
|
|
42511
|
+
"ProfileArn": "The ARN of the profile.",
|
|
42398
42512
|
"ProfileId": "The unique primary identifier of the Profile",
|
|
42399
|
-
"Ref": "
|
|
42513
|
+
"Ref": "`Ref` returns `ProfileId` ."
|
|
42400
42514
|
},
|
|
42401
|
-
"description": "Creates a
|
|
42515
|
+
"description": "Creates a *profile* , a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.\n\n*Required permissions:* `rolesanywhere:CreateProfile` .",
|
|
42402
42516
|
"properties": {
|
|
42403
|
-
"DurationSeconds": "
|
|
42404
|
-
"Enabled": "
|
|
42405
|
-
"ManagedPolicyArns": "A list of managed policy ARNs
|
|
42406
|
-
"Name": "The
|
|
42407
|
-
"RequireInstanceProperties": "Specifies whether instance properties are required in
|
|
42408
|
-
"RoleArns": "A list of IAM role ARNs
|
|
42409
|
-
"SessionPolicy": "A session policy that
|
|
42517
|
+
"DurationSeconds": "Sets the maximum number of seconds that vended temporary credentials through [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html) will be valid for, between 900 and 3600.",
|
|
42518
|
+
"Enabled": "Indicates whether the profile is enabled.",
|
|
42519
|
+
"ManagedPolicyArns": "A list of managed policy ARNs that apply to the vended session credentials.",
|
|
42520
|
+
"Name": "The name of the profile.",
|
|
42521
|
+
"RequireInstanceProperties": "Specifies whether instance properties are required in temporary credential requests with this profile.",
|
|
42522
|
+
"RoleArns": "A list of IAM role ARNs. During `CreateSession` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.",
|
|
42523
|
+
"SessionPolicy": "A session policy that applies to the trust boundary of the vended session credentials.",
|
|
42410
42524
|
"Tags": "A list of Tags."
|
|
42411
42525
|
}
|
|
42412
42526
|
},
|
|
@@ -42414,29 +42528,29 @@
|
|
|
42414
42528
|
"attributes": {
|
|
42415
42529
|
"Ref": "`Ref` returns `TrustAnchorId` .",
|
|
42416
42530
|
"TrustAnchorArn": "The ARN of the trust anchor.",
|
|
42417
|
-
"TrustAnchorId": ""
|
|
42531
|
+
"TrustAnchorId": "The unique identifier of the trust anchor."
|
|
42418
42532
|
},
|
|
42419
|
-
"description": "Creates a
|
|
42533
|
+
"description": "Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an AWS Private Certificate Authority ( AWS Private CA ) or by uploading a CA certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary AWS credentials.\n\n*Required permissions:* `rolesanywhere:CreateTrustAnchor` .",
|
|
42420
42534
|
"properties": {
|
|
42421
42535
|
"Enabled": "Indicates whether the trust anchor is enabled.",
|
|
42422
42536
|
"Name": "The name of the trust anchor.",
|
|
42423
42537
|
"Source": "The trust anchor type and its related certificate data.",
|
|
42424
|
-
"Tags": "
|
|
42538
|
+
"Tags": ""
|
|
42425
42539
|
}
|
|
42426
42540
|
},
|
|
42427
42541
|
"AWS::RolesAnywhere::TrustAnchor.Source": {
|
|
42428
42542
|
"attributes": {},
|
|
42429
|
-
"description": "
|
|
42543
|
+
"description": "The trust anchor type and its related certificate data.",
|
|
42430
42544
|
"properties": {
|
|
42431
|
-
"SourceData": "
|
|
42432
|
-
"SourceType": "The type of the TrustAnchor."
|
|
42545
|
+
"SourceData": "The data field of the trust anchor depending on its type.",
|
|
42546
|
+
"SourceType": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region."
|
|
42433
42547
|
}
|
|
42434
42548
|
},
|
|
42435
42549
|
"AWS::RolesAnywhere::TrustAnchor.SourceData": {
|
|
42436
42550
|
"attributes": {},
|
|
42437
|
-
"description": "
|
|
42551
|
+
"description": "The data field of the trust anchor depending on its type.",
|
|
42438
42552
|
"properties": {
|
|
42439
|
-
"AcmPcaArn": "The root certificate of the AWS Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type `AWS_ACM_PCA` .",
|
|
42553
|
+
"AcmPcaArn": "The root certificate of the AWS Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type `AWS_ACM_PCA` .\n\n> This field is not supported in your region.",
|
|
42440
42554
|
"X509CertificateData": "The PEM-encoded data for the certificate anchor. Included for trust anchors of type `CERTIFICATE_BUNDLE` ."
|
|
42441
42555
|
}
|
|
42442
42556
|
},
|
|
@@ -48616,6 +48730,31 @@
|
|
|
48616
48730
|
"Tags": "The list of key-value pairs that are associated with the group."
|
|
48617
48731
|
}
|
|
48618
48732
|
},
|
|
48733
|
+
"AWS::SystemsManagerSAP::Application": {
|
|
48734
|
+
"attributes": {
|
|
48735
|
+
"Arn": "The Amazon Resource Name of the SAP application.",
|
|
48736
|
+
"Ref": ""
|
|
48737
|
+
},
|
|
48738
|
+
"description": "An SAP application registered with AWS Systems Manager for SAP.",
|
|
48739
|
+
"properties": {
|
|
48740
|
+
"ApplicationId": "The ID of the application.",
|
|
48741
|
+
"ApplicationType": "The type of the application.",
|
|
48742
|
+
"Credentials": "The credentials of the SAP application.",
|
|
48743
|
+
"Instances": "The Amazon EC2 instances on which your SAP application is running.",
|
|
48744
|
+
"SapInstanceNumber": "The SAP instance number of the application.",
|
|
48745
|
+
"Sid": "The System ID of the application.",
|
|
48746
|
+
"Tags": "The tags on the application."
|
|
48747
|
+
}
|
|
48748
|
+
},
|
|
48749
|
+
"AWS::SystemsManagerSAP::Application.Credential": {
|
|
48750
|
+
"attributes": {},
|
|
48751
|
+
"description": "The credentials of your SAP application.",
|
|
48752
|
+
"properties": {
|
|
48753
|
+
"CredentialType": "The type of the application credentials.",
|
|
48754
|
+
"DatabaseName": "The name of the SAP HANA database.",
|
|
48755
|
+
"SecretId": "The secret ID created in AWS Secrets Manager to store the credentials of the SAP application."
|
|
48756
|
+
}
|
|
48757
|
+
},
|
|
48619
48758
|
"AWS::Timestream::Database": {
|
|
48620
48759
|
"attributes": {
|
|
48621
48760
|
"Arn": "The `arn` of the database.",
|
|
@@ -50088,6 +50227,15 @@
|
|
|
50088
50227
|
"VisibilityConfig": "Defines and enables Amazon CloudWatch metrics and web request sample collection."
|
|
50089
50228
|
}
|
|
50090
50229
|
},
|
|
50230
|
+
"AWS::WAFv2::WebACL.AWSManagedRulesATPRuleSet": {
|
|
50231
|
+
"attributes": {},
|
|
50232
|
+
"description": "Details for your use of the account takeover prevention managed rule group, `AWSManagedRulesATPRuleSet` . This configuration is used in `ManagedRuleGroupConfig` .",
|
|
50233
|
+
"properties": {
|
|
50234
|
+
"LoginPath": "The path of the login endpoint for your application. For example, for the URL `https://example.com/web/login` , you would provide the path `/web/login` .\n\nThe rule group inspects only HTTP `POST` requests to your specified login endpoint.",
|
|
50235
|
+
"RequestInspection": "The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.",
|
|
50236
|
+
"ResponseInspection": "The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.\n\nThe ATP rule group evaluates the responses that your protected resources send back to client login attempts, keeping count of successful and failed attempts from each IP address and client session. Using this information, the rule group labels and mitigates requests from client sessions and IP addresses that submit too many failed login attempts in a short amount of time.\n\n> Response inspection is available only in web ACLs that protect Amazon CloudFront distributions."
|
|
50237
|
+
}
|
|
50238
|
+
},
|
|
50091
50239
|
"AWS::WAFv2::WebACL.AWSManagedRulesBotControlRuleSet": {
|
|
50092
50240
|
"attributes": {},
|
|
50093
50241
|
"description": "Details for your use of the Bot Control managed rule group, used in `ManagedRuleGroupConfig` .",
|
|
@@ -50352,6 +50500,7 @@
|
|
|
50352
50500
|
"attributes": {},
|
|
50353
50501
|
"description": "Additional information that's used by a managed rule group. Many managed rule groups don't require this.\n\nUse the `AWSManagedRulesBotControlRuleSet` configuration object to configure the protection level that you want the Bot Control rule group to use.",
|
|
50354
50502
|
"properties": {
|
|
50503
|
+
"AWSManagedRulesATPRuleSet": "Additional configuration for using the account takeover prevention (ATP) managed rule group, `AWSManagedRulesATPRuleSet` . Use this to provide login request information to the rule group. For web ACLs that protect CloudFront distributions, use this to also provide the information about how your distribution responds to login requests.\n\nThis configuration replaces the individual configuration fields in `ManagedRuleGroupConfig` and provides additional feature configuration.\n\nFor information about using the ATP managed rule group, see [AWS WAF Fraud Control account takeover prevention (ATP) rule group](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-atp.html) and [AWS WAF Fraud Control account takeover prevention (ATP)](https://docs.aws.amazon.com/waf/latest/developerguide/waf-atp.html) in the *AWS WAF Developer Guide* .",
|
|
50355
50504
|
"AWSManagedRulesBotControlRuleSet": "Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. For information about using the Bot Control managed rule group, see [AWS WAF Bot Control rule group](https://docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-bot.html) and [AWS WAF Bot Control](https://docs.aws.amazon.com/waf/latest/developerguide/waf-bot-control.html) in the *AWS WAF Developer Guide* .",
|
|
50356
50505
|
"LoginPath": "> Instead of this setting, provide your configuration under `AWSManagedRulesATPRuleSet` .",
|
|
50357
50506
|
"PasswordField": "> Instead of this setting, provide your configuration under `AWSManagedRulesATPRuleSet` `RequestInspection` .",
|
|
@@ -50422,6 +50571,59 @@
|
|
|
50422
50571
|
"TextTransformations": "Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by `FieldToMatch` , starting from the lowest priority setting, before inspecting the content for a match."
|
|
50423
50572
|
}
|
|
50424
50573
|
},
|
|
50574
|
+
"AWS::WAFv2::WebACL.RequestInspection": {
|
|
50575
|
+
"attributes": {},
|
|
50576
|
+
"description": "The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.\n\nThis is part of the `AWSManagedRulesATPRuleSet` configuration in `ManagedRuleGroupConfig` .\n\nIn these settings, you specify how your application accepts login attempts by providing the request payload type and the names of the fields within the request body where the username and password are provided.",
|
|
50577
|
+
"properties": {
|
|
50578
|
+
"PasswordField": "Details about your login page password field.\n\nHow you specify this depends on the payload type.\n\n- For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation [JavaScript Object Notation (JSON) Pointer](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6901) .\n\nFor example, for the JSON payload `{ \"login\": { \"username\": \"THE_USERNAME\", \"password\": \"THE_PASSWORD\" } }` , the username field specification is `/login/username` and the password field specification is `/login/password` .\n- For form encoded payload types, use the HTML form names.\n\nFor example, for an HTML form with input elements named `username1` and `password1` , the username field specification is `username1` and the password field specification is `password1` .",
|
|
50579
|
+
"PayloadType": "The payload type for your login endpoint, either JSON or form encoded.",
|
|
50580
|
+
"UsernameField": "Details about your login page username field.\n\nHow you specify this depends on the payload type.\n\n- For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation [JavaScript Object Notation (JSON) Pointer](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6901) .\n\nFor example, for the JSON payload `{ \"login\": { \"username\": \"THE_USERNAME\", \"password\": \"THE_PASSWORD\" } }` , the username field specification is `/login/username` and the password field specification is `/login/password` .\n- For form encoded payload types, use the HTML form names.\n\nFor example, for an HTML form with input elements named `username1` and `password1` , the username field specification is `username1` and the password field specification is `password1` ."
|
|
50581
|
+
}
|
|
50582
|
+
},
|
|
50583
|
+
"AWS::WAFv2::WebACL.ResponseInspection": {
|
|
50584
|
+
"attributes": {},
|
|
50585
|
+
"description": "The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.\n\nThe ATP rule group evaluates the responses that your protected resources send back to client login attempts, keeping count of successful and failed attempts from each IP address and client session. Using this information, the rule group labels and mitigates requests from client sessions and IP addresses that submit too many failed login attempts in a short amount of time.\n\n> Response inspection is available only in web ACLs that protect Amazon CloudFront distributions. \n\nThis is part of the `AWSManagedRulesATPRuleSet` configuration in `ManagedRuleGroupConfig` .\n\nEnable login response inspection by configuring exactly one component of the response to inspect. You can't configure more than one. If you don't configure any of the response inspection options, response inspection is disabled.",
|
|
50586
|
+
"properties": {
|
|
50587
|
+
"BodyContains": "Configures inspection of the response body. AWS WAF can inspect the first 65,536 bytes (64 KB) of the response body.",
|
|
50588
|
+
"Header": "Configures inspection of the response header.",
|
|
50589
|
+
"Json": "Configures inspection of the response JSON. AWS WAF can inspect the first 65,536 bytes (64 KB) of the response JSON.",
|
|
50590
|
+
"StatusCode": "Configures inspection of the response status code."
|
|
50591
|
+
}
|
|
50592
|
+
},
|
|
50593
|
+
"AWS::WAFv2::WebACL.ResponseInspectionBodyContains": {
|
|
50594
|
+
"attributes": {},
|
|
50595
|
+
"description": "Configures inspection of the response body. AWS WAF can inspect the first 65,536 bytes (64 KB) of the response body. This is part of the `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet` .\n\n> Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.",
|
|
50596
|
+
"properties": {
|
|
50597
|
+
"FailureStrings": "Strings in the body of the response that indicate a failed login attempt. To be counted as a failed login, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.\n\nJSON example: `\"FailureStrings\": [ \"Login failed\" ]`",
|
|
50598
|
+
"SuccessStrings": "Strings in the body of the response that indicate a successful login attempt. To be counted as a successful login, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.\n\nJSON example: `\"SuccessStrings\": [ \"Login successful\", \"Welcome to our site!\" ]`"
|
|
50599
|
+
}
|
|
50600
|
+
},
|
|
50601
|
+
"AWS::WAFv2::WebACL.ResponseInspectionHeader": {
|
|
50602
|
+
"attributes": {},
|
|
50603
|
+
"description": "Configures inspection of the response header. This is part of the `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet` .\n\n> Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.",
|
|
50604
|
+
"properties": {
|
|
50605
|
+
"FailureValues": "Values in the response header with the specified name that indicate a failed login attempt. To be counted as a failed login, the value must be an exact match, including case. Each value must be unique among the success and failure values.\n\nJSON example: `\"FailureValues\": [ \"LoginFailed\", \"Failed login\" ]`",
|
|
50606
|
+
"Name": "The name of the header to match against. The name must be an exact match, including case.\n\nJSON example: `\"Name\": [ \"LoginResult\" ]`",
|
|
50607
|
+
"SuccessValues": "Values in the response header with the specified name that indicate a successful login attempt. To be counted as a successful login, the value must be an exact match, including case. Each value must be unique among the success and failure values.\n\nJSON example: `\"SuccessValues\": [ \"LoginPassed\", \"Successful login\" ]`"
|
|
50608
|
+
}
|
|
50609
|
+
},
|
|
50610
|
+
"AWS::WAFv2::WebACL.ResponseInspectionJson": {
|
|
50611
|
+
"attributes": {},
|
|
50612
|
+
"description": "Configures inspection of the response JSON. AWS WAF can inspect the first 65,536 bytes (64 KB) of the response JSON. This is part of the `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet` .\n\n> Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.",
|
|
50613
|
+
"properties": {
|
|
50614
|
+
"FailureValues": "Values for the specified identifier in the response JSON that indicate a failed login attempt. To be counted as a failed login, the value must be an exact match, including case. Each value must be unique among the success and failure values.\n\nJSON example: `\"FailureValues\": [ \"False\", \"Failed\" ]`",
|
|
50615
|
+
"Identifier": "The identifier for the value to match against in the JSON. The identifier must be an exact match, including case.\n\nJSON example: `\"Identifier\": [ \"/login/success\" ]`",
|
|
50616
|
+
"SuccessValues": "Values for the specified identifier in the response JSON that indicate a successful login attempt. To be counted as a successful login, the value must be an exact match, including case. Each value must be unique among the success and failure values.\n\nJSON example: `\"SuccessValues\": [ \"True\", \"Succeeded\" ]`"
|
|
50617
|
+
}
|
|
50618
|
+
},
|
|
50619
|
+
"AWS::WAFv2::WebACL.ResponseInspectionStatusCode": {
|
|
50620
|
+
"attributes": {},
|
|
50621
|
+
"description": "Configures inspection of the response status code. This is part of the `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet` .\n\n> Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.",
|
|
50622
|
+
"properties": {
|
|
50623
|
+
"FailureCodes": "Status codes in the response that indicate a failed login attempt. To be counted as a failed login, the response status code must match one of these. Each code must be unique among the success and failure status codes.\n\nJSON example: `\"FailureCodes\": [ 400, 404 ]`",
|
|
50624
|
+
"SuccessCodes": "Status codes in the response that indicate a successful login attempt. To be counted as a successful login, the response status code must match one of these. Each code must be unique among the success and failure status codes.\n\nJSON example: `\"SuccessCodes\": [ 200, 201 ]`"
|
|
50625
|
+
}
|
|
50626
|
+
},
|
|
50425
50627
|
"AWS::WAFv2::WebACL.Rule": {
|
|
50426
50628
|
"attributes": {},
|
|
50427
50629
|
"description": "A single rule, which you can use in a `WebACL` or `RuleGroup` to identify web requests that you want to allow, block, or count. Each rule includes one top-level `Statement` that AWS WAF uses to identify matching web requests, and parameters that govern how AWS WAF handles them.",
|