@swamp/aws/emr
v2026.04.23.3
AWS EMR infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
awsemrcloudinfrastructure
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/emr@swamp/aws/emr/security-configurationv2026.04.23.2security_configuration.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Name? | string | The name of the security configuration. |
| SecurityConfiguration | string | The security configuration details in JSON format. |
createCreate a EMR SecurityConfiguration
getGet a EMR SecurityConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR SecurityConfiguration |
deleteDelete a EMR SecurityConfiguration
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR SecurityConfiguration |
syncSync EMR SecurityConfiguration state from AWS
Resources
state(infinite)— EMR SecurityConfiguration resource state
@swamp/aws/emr/stepv2026.04.23.2step.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| ActionOnFailure | string | This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE. |
| HadoopJarStep | object | The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps. |
| JobFlowId | string | A string that uniquely identifies the cluster (job flow). |
| Name | string | The name of the cluster step. |
| LogUri? | string | The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior. |
| EncryptionKeyArn? | string | The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior. |
createCreate a EMR Step
getGet a EMR Step
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR Step |
deleteDelete a EMR Step
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR Step |
syncSync EMR Step state from AWS
Resources
state(infinite)— EMR Step resource state
@swamp/aws/emr/studiov2026.04.23.2studio.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| AuthMode | enum | Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM. Amazon EMR Studio currently only supports SSO authentication. |
| DefaultS3Location | string | The default Amazon S3 location to back up EMR Studio Workspaces and notebook files. A Studio user can select an alternative Amazon S3 location when creating a Workspace. |
| Description? | string | A detailed description of the Studio. |
| EngineSecurityGroupId | string | The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by VpcId. |
| Name | string | A descriptive name for the Amazon EMR Studio. |
| ServiceRole | string | The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a way for Amazon EMR Studio to interoperate with other AWS services. |
| SubnetIds | array | A list of up to 5 subnet IDs to associate with the Studio. The subnets must belong to the VPC specified by VpcId. Studio users can create a Workspace in any of the specified subnets. |
| Tags? | array | A list of tags to associate with the Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters. |
| UserRole? | string | The IAM user role that will be assumed by users and groups logged in to a Studio. The permissions attached to this IAM role can be scoped down for each user or group using session policies. |
| VpcId | string | The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio. |
| WorkspaceSecurityGroupId | string | The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound network traffic to resources in the Engine security group, and it must be in the same VPC specified by VpcId. |
| IdpAuthUrl? | string | Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL. |
| IdpRelayStateParameterName? | string | The name of relay state parameter for external Identity Provider. |
| TrustedIdentityPropagationEnabled? | boolean | A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is false. |
| IdcUserAssignment? | enum | Specifies whether IAM Identity Center user assignment is REQUIRED or OPTIONAL. If the value is set to REQUIRED, users must be explicitly assigned to the Studio application to access the Studio. |
| IdcInstanceArn? | string | The ARN of the IAM Identity Center instance to create the Studio application. |
| EncryptionKeyArn? | string | The AWS KMS key identifier (ARN) used to encrypt AWS EMR Studio workspace and notebook files when backed up to AWS S3. |
createCreate a EMR Studio
getGet a EMR Studio
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR Studio |
updateUpdate a EMR Studio
deleteDelete a EMR Studio
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR Studio |
syncSync EMR Studio state from AWS
Resources
state(infinite)— EMR Studio resource state
@swamp/aws/emr/studio-session-mappingv2026.04.23.2studio_session_mapping.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| IdentityName | string | The name of the user or group. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified. |
| IdentityType | enum | Specifies whether the identity to map to the Studio is a user or a group. |
| SessionPolicyArn | string | The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. Session policies refine Studio user permissions without the need to use multiple IAM user roles. |
| StudioId | string | The ID of the Amazon EMR Studio to which the user or group will be mapped. |
createCreate a EMR StudioSessionMapping
getGet a EMR StudioSessionMapping
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR StudioSessionMapping |
updateUpdate a EMR StudioSessionMapping
deleteDelete a EMR StudioSessionMapping
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR StudioSessionMapping |
syncSync EMR StudioSessionMapping state from AWS
Resources
state(infinite)— EMR StudioSessionMapping resource state
@swamp/aws/emr/walworkspacev2026.04.23.2walworkspace.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| WALWorkspaceName? | string | The name of the emrwal container |
| Tags? | array | An array of key-value pairs to apply to this resource. |
createCreate a EMR WALWorkspace
getGet a EMR WALWorkspace
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR WALWorkspace |
updateUpdate a EMR WALWorkspace
deleteDelete a EMR WALWorkspace
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EMR WALWorkspace |
syncSync EMR WALWorkspace state from AWS
Resources
state(infinite)— EMR WALWorkspace resource state
2026.04.03.2980.5 KBApr 3, 2026
AWS EMR infrastructure models
Release Notes
- Updated: security_configuration, step, studio, studio_session_mapping, walworkspace
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsemrcloudinfrastructure
2026.03.31.11.0 MBMar 31, 2026
AWS EMR infrastructure models
Changelog
Models
−cluster
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsemrcloudinfrastructure
2026.03.25.11.2 MBMar 25, 2026
AWS EMR infrastructure models
Release Notes
- Added: cluster
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsemrcloudinfrastructure
2026.03.19.11.0 MBMar 19, 2026
AWS EMR infrastructure models
Release Notes
- Updated: security_configuration, step, studio, studio_session_mapping, walworkspace
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsemrcloudinfrastructure
2026.03.16.11021.0 KBMar 16, 2026
AWS EMR infrastructure models
Release Notes
- Updated: security_configuration, step, studio, studio_session_mapping, walworkspace
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsemrcloudinfrastructure
2026.03.10.51019.4 KBMar 10, 2026
AWS EMR infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsemrcloudinfrastructure