@swamp/aws/redshift
v2026.04.23.3
AWS REDSHIFT infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
awsredshiftcloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @swamp/aws/redshiftevent_subscription.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| SourceType? | enum | The type of source that will be generating the events. |
| EventCategories? | array | Specifies the Amazon Redshift event categories to be published by the event notification subscription. |
| Enabled? | boolean | A boolean value; set to true to activate the subscription, and set to false to create the subscription but not activate it. |
| Severity? | enum | Specifies the Amazon Redshift event severity to be published by the event notification subscription. |
| SubscriptionName | string | The name of the Amazon Redshift event notification subscription |
| SourceIds? | array | A list of one or more identifiers of Amazon Redshift source objects. |
| SnsTopicArn? | string | The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. |
| Tags? | array | An array of key-value pairs to apply to this resource. |
createCreate a Redshift EventSubscription
getGet a Redshift EventSubscription
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift EventSubscription |
updateUpdate a Redshift EventSubscription
deleteDelete a Redshift EventSubscription
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift EventSubscription |
syncSync Redshift EventSubscription state from AWS
endpoint_authorization.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Account | string | The target AWS account ID to grant or revoke access for. |
| Force? | boolean | Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted. |
| VpcIds? | array | The virtual private cloud (VPC) identifiers to grant or revoke access to. |
| ClusterIdentifier | string | The cluster identifier. |
createCreate a Redshift EndpointAuthorization
getGet a Redshift EndpointAuthorization
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift EndpointAuthorization |
updateUpdate a Redshift EndpointAuthorization
deleteDelete a Redshift EndpointAuthorization
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift EndpointAuthorization |
syncSync Redshift EndpointAuthorization state from AWS
endpoint_access.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| VpcEndpoint? | object | One or more network interfaces of the endpoint. Also known as an interface endpoint. |
| EndpointName | string | The name of the endpoint. |
| VpcSecurityGroupIds | array | A list of vpc security group ids to apply to the created endpoint access. |
| ResourceOwner? | string | The AWS account ID of the owner of the cluster. |
| SubnetGroupName | string | The subnet group name where Amazon Redshift chooses to deploy the endpoint. |
| ClusterIdentifier | string | A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account |
createCreate a Redshift EndpointAccess
getGet a Redshift EndpointAccess
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift EndpointAccess |
updateUpdate a Redshift EndpointAccess
deleteDelete a Redshift EndpointAccess
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift EndpointAccess |
syncSync Redshift EndpointAccess state from AWS
integration.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| IntegrationName? | string | The name of the integration. |
| SourceArn | string | The Amazon Resource Name (ARN) of the database to use as the source for replication |
| TargetArn | string | The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication |
| Tags? | array | An array of key-value pairs to apply to this resource. |
| KMSKeyId? | string | An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used. |
| AdditionalEncryptionContext? | record | An optional set of non-secret key–value pairs that contains additional contextual information about the data. |
createCreate a Redshift Integration
getGet a Redshift Integration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift Integration |
updateUpdate a Redshift Integration
deleteDelete a Redshift Integration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift Integration |
syncSync Redshift Integration state from AWS
cluster_subnet_group.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Description | string | The description of the parameter group. |
| SubnetIds | array | The list of VPC subnet IDs |
| Tags? | array | The list of tags for the cluster parameter group. |
createCreate a Redshift ClusterSubnetGroup
getGet a Redshift ClusterSubnetGroup
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift ClusterSubnetGroup |
updateUpdate a Redshift ClusterSubnetGroup
deleteDelete a Redshift ClusterSubnetGroup
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift ClusterSubnetGroup |
syncSync Redshift ClusterSubnetGroup state from AWS
scheduled_action.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| ScheduledActionDescription? | string | The description of the scheduled action. |
| ScheduledActionName | string | The name of the scheduled action. The name must be unique within an account. |
| EndTime? | string | The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger. |
| Schedule? | string | The schedule in `at()` or `cron()` format. |
| IamRole? | string | The IAM role to assume to run the target action. |
| StartTime? | string | The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger. |
| Enable? | boolean | If true, the schedule is enabled. If false, the scheduled action does not trigger. |
| TargetAction? | string | A JSON format string of the Amazon Redshift API operation with input parameters. |
createCreate a Redshift ScheduledAction
getGet a Redshift ScheduledAction
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift ScheduledAction |
updateUpdate a Redshift ScheduledAction
deleteDelete a Redshift ScheduledAction
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift ScheduledAction |
syncSync Redshift ScheduledAction state from AWS
cluster.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| RevisionTarget? | string | The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request. |
| AutomatedSnapshotRetentionPeriod? | number | The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Default value is 1 |
| Encrypted? | boolean | If true, the data in the cluster is encrypted at rest. |
| NumberOfNodes? | number | The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node. |
| DestinationRegion? | string | The destination AWS Region that you want to copy snapshots to. Constraints: Must be the name of a valid AWS Region. For more information, see Regions and Endpoints in the Amazon Web Services [https://docs.aws.amazon.com/general/latest/gr/rande.html#redshift_region] General Reference |
| AllowVersionUpgrade? | boolean | Major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default value is True |
| NamespaceResourcePolicy? | string | The namespace resource policy document that will be attached to a Redshift cluster. |
| MaintenanceTrackName? | string | The name for the maintenance track that you want to assign for the cluster. This name change is asynchronous. The new track name stays in the PendingModifiedValues for the cluster until the next maintenance window. When the maintenance track changes, the cluster is switched to the latest cluster release available for the maintenance track. At this point, the maintenance track name is applied. |
| OwnerAccount? | string | |
| MultiAZ? | boolean | A boolean indicating if the redshift cluster is multi-az or not. If you don't provide this parameter or set the value to false, the redshift cluster will be single-az. |
| Tags? | array | The list of tags for the cluster parameter group. |
| SnapshotClusterIdentifier? | string | The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name. |
| IamRoles? | array | A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 50 IAM roles in a single request |
| KmsKeyId? | string | The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster. |
| SnapshotCopyManual? | boolean | Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots. |
| ManageMasterPassword? | boolean | A boolean indicating if the redshift cluster's admin user credentials is managed by Redshift or not. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password. |
| AvailabilityZone? | string | The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint |
| ClusterSecurityGroups? | array | A list of security groups to be associated with this cluster. |
| ClusterIdentifier? | string | A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account |
| MasterUserPassword? | string | The password associated with the master user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Password must be between 8 and 64 characters in length, should have at least one uppercase letter.Must contain at least one lowercase letter.Must contain one number.Can be any printable ASCII character. |
| ClusterSubnetGroupName? | string | The name of a cluster subnet group to be associated with this cluster. |
| LoggingProperties? | object | |
| DeferMaintenance? | boolean | A boolean indicating whether to enable the deferred maintenance window. |
| NodeType | string | The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.large | ra3.4xlarge | ra3.16xlarge |
| MasterUsername | string | The user name associated with the master user account for the cluster that is being created. The user name can't be PUBLIC and first character must be a letter. |
| PubliclyAccessible? | boolean | If true, the cluster can be accessed from a public network. |
| ManualSnapshotRetentionPeriod? | number | The number of days to retain newly copied snapshots in the destination AWS Region after they are copied from the source AWS Region. If the value is -1, the manual snapshot is retained indefinitely. The value must be either -1 or an integer between 1 and 3,653. |
| ResourceAction? | string | The Redshift operation to be performed. Resource Action supports pause-cluster, resume-cluster, failover-primary-compute APIs |
| HsmClientCertificateIdentifier? | string | Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM |
| ElasticIp? | string | The Elastic IP (EIP) address for the cluster. |
| AvailabilityZoneRelocationStatus? | string | The availability zone relocation status of the cluster |
| AquaConfigurationStatus? | string | The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values include the following. enabled - Use AQUA if it is available for the current Region and Amazon Redshift node type. disabled - Don't use AQUA. auto - Amazon Redshift determines whether to use AQUA. |
| SnapshotIdentifier? | string | The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive. |
| AvailabilityZoneRelocation? | boolean | The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster modification is complete. |
| SnapshotCopyGrantName? | string | The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region. |
| EnhancedVpcRouting? | boolean | An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true, enhanced VPC routing is enabled. Default: false |
| ClusterParameterGroupName? | string | The name of the parameter group to be associated with this cluster. |
| DeferMaintenanceEndTime? | string | A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration. |
| RotateEncryptionKey? | boolean | A boolean indicating if we want to rotate Encryption Keys. |
| VpcSecurityGroupIds? | array | A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster. |
| ClusterVersion? | string | The version of the Amazon Redshift engine software that you want to deploy on the cluster.The version selected runs on all the nodes in the cluster. |
| HsmConfigurationIdentifier? | string | Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM. |
| PreferredMaintenanceWindow? | string | The weekly time range (in UTC) during which automated cluster maintenance can occur. |
| DeferMaintenanceStartTime? | string | A timestamp indicating the start time for the deferred maintenance window. |
| ClusterType | string | The type of the cluster. When cluster type is specified as single-node, the NumberOfNodes parameter is not required and if multi-node, the NumberOfNodes parameter is required |
| Classic? | boolean | A boolean value indicating whether the resize operation is using the classic resize process. If you don't provide this parameter or set the value to false, the resize type is elastic. |
| MasterPasswordSecretKmsKeyId? | string | The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin user credentials secret. |
| DeferMaintenanceDuration? | number | An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 60 days or less. |
| DBName | string | The name of the first database to be created when the cluster is created. To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. |
| SnapshotCopyRetentionPeriod? | number | The number of days to retain automated snapshots in the destination region after they are copied from the source region. Default is 7. Constraints: Must be at least 1 and no more than 35. |
createCreate a Redshift Cluster
getGet a Redshift Cluster
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift Cluster |
updateUpdate a Redshift Cluster
deleteDelete a Redshift Cluster
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift Cluster |
syncSync Redshift Cluster state from AWS
cluster_parameter_group.tsv2026.04.23.2
Global Arguments
| Argument | Type | Description |
|---|---|---|
| ParameterGroupName? | string | The name of the cluster parameter group. |
| Description | string | A description of the parameter group. |
| ParameterGroupFamily | string | The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters. |
| Parameters? | array | An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. |
| Tags? | array | An array of key-value pairs to apply to this resource. |
createCreate a Redshift ClusterParameterGroup
getGet a Redshift ClusterParameterGroup
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift ClusterParameterGroup |
updateUpdate a Redshift ClusterParameterGroup
deleteDelete a Redshift ClusterParameterGroup
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the Redshift ClusterParameterGroup |
syncSync Redshift ClusterParameterGroup state from AWS
2026.04.23.21.5 MBApr 23, 2026
AWS REDSHIFT infrastructure models
Release Notes
- Updated: cluster, cluster_parameter_group, cluster_subnet_group, endpoint_access, endpoint_authorization, event_subscription, integration, scheduled_action
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsredshiftcloudinfrastructure
2026.04.03.21.5 MBApr 3, 2026
AWS REDSHIFT infrastructure models
Release Notes
- Updated: cluster, cluster_parameter_group, cluster_subnet_group, endpoint_access, endpoint_authorization, event_subscription, integration, scheduled_action
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsredshiftcloudinfrastructure
2026.03.19.11.6 MBMar 19, 2026
AWS REDSHIFT infrastructure models
Release Notes
- Updated: cluster, cluster_parameter_group, cluster_subnet_group, endpoint_access, endpoint_authorization, event_subscription, integration, scheduled_action
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsredshiftcloudinfrastructure
2026.03.18.11.6 MBMar 18, 2026
AWS REDSHIFT infrastructure models
Release Notes
- Updated: cluster
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsredshiftcloudinfrastructure
2026.03.16.11.6 MBMar 16, 2026
AWS REDSHIFT infrastructure models
Release Notes
- Updated: cluster, cluster_parameter_group, cluster_subnet_group, endpoint_access, endpoint_authorization, event_subscription, integration, scheduled_action
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsredshiftcloudinfrastructure
2026.03.10.51.6 MBMar 10, 2026
AWS REDSHIFT infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsredshiftcloudinfrastructure