You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6validation errors detected: Value '{KinesisAnalyticsIAMRoleARN}' at 'outputs.1.member.kinesisStreamsOutput.roleARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-/]+; Value '{PositiveTransactionsStreamARN}' at 'outputs.1.member.kinesisStreamsOutput.resourceARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:.*; Value '{KinesisAnalyticsIAMRoleARN}' at 'outputs.2.member.kinesisStreamsOutput.roleARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-/]+; Value '{NegativeTransactionsStreamARN}' at 'outputs.2.member.kinesisStreamsOutput.resourceARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:.; Value '{KinesisAnalyticsIAMRoleARN}' at 'inputs.1.member.kinesisStreamsInput.roleARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+; Value '{TransactionsStreamARN}' at 'inputs.1.member.kinesisStreamsInput.resourceARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:.
The text was updated successfully, but these errors were encountered:
This is odd. Will try to debug it in the next few days.
In the meantime, as a temporary workaround, you can comment out the Outputs section, retrieve the roles ARN's manually from the console, and proceed to the next step.
6validation errors detected: Value '{KinesisAnalyticsIAMRoleARN}' at 'outputs.1.member.kinesisStreamsOutput.roleARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-/]+; Value '{PositiveTransactionsStreamARN}' at 'outputs.1.member.kinesisStreamsOutput.resourceARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:.*; Value '{KinesisAnalyticsIAMRoleARN}' at 'outputs.2.member.kinesisStreamsOutput.roleARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-/]+; Value '{NegativeTransactionsStreamARN}' at 'outputs.2.member.kinesisStreamsOutput.resourceARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:.; Value '{KinesisAnalyticsIAMRoleARN}' at 'inputs.1.member.kinesisStreamsInput.roleARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+; Value '{TransactionsStreamARN}' at 'inputs.1.member.kinesisStreamsInput.resourceARN' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:.
The text was updated successfully, but these errors were encountered: