AWS::EMRContainers::SecurityConfigurationResource Schema of AWS::EMRContainers::SecurityConfiguration Type
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SecurityConfigurationData | SecurityConfigurationData | RequiredCreate-only |
ContainerProvider | ContainerProvider | Create-only |
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the security configuration. |
Id | string | The ID of the security configuration. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
emr-containers:CreateSecurityConfigurationemr-containers:TagResourceemr-containers:DescribeSecurityConfigurationemr-containers:DeleteSecurityConfigurationemr-containers:DescribeSecurityConfigurationemr-containers:ListSecurityConfigurationsemr-containers:DescribeSecurityConfigurationemr-containers:ListTagsForResourceemr-containers:TagResourceemr-containers:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SecurityConfigurationDataNameContainerProvider