AWS Fundamentals Logo
AWS Fundamentals
AWS::EMRContainers::SecurityConfiguration

EMRContainers SecurityConfiguration

Resource Schema of AWS::EMRContainers::SecurityConfiguration Type

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
SecurityConfigurationData
SecurityConfigurationData
RequiredCreate-only
ContainerProvider
ContainerProvider
Create-only
Name
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the security configuration.
IdstringThe ID of the security configuration.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMRContainers::SecurityConfiguration

Resources:
  MyResource:
    Type: AWS::EMRContainers::SecurityConfiguration
    Properties:
      SecurityConfigurationData: "value"
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

emr-containers:CreateSecurityConfigurationemr-containers:TagResource

read

emr-containers:DescribeSecurityConfiguration

delete

emr-containers:DeleteSecurityConfigurationemr-containers:DescribeSecurityConfiguration

list

emr-containers:ListSecurityConfigurations

update

emr-containers:DescribeSecurityConfigurationemr-containers:ListTagsForResourceemr-containers:TagResourceemr-containers:UntagResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEMRContainers
Properties6
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SecurityConfigurationDataNameContainerProvider

Related Resources

External Links