This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EMRContainers::SecurityConfiguration
Creates a security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the AWS Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EMRContainers::SecurityConfiguration", "Properties" : { "ContainerProvider" :ContainerProvider, "Name" :String, "SecurityConfigurationData" :SecurityConfigurationData, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::EMRContainers::SecurityConfiguration Properties: ContainerProvider:ContainerProviderName:StringSecurityConfigurationData:SecurityConfigurationDataTags:- Tag
Properties
ContainerProvider-
The information about the container provider.
Required: No
Type: ContainerProvider
Update requires: Replacement
Name-
The name of the security configuration.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9\-_]+$Minimum:
1Maximum:
64Update requires: Replacement
SecurityConfigurationData-
Security configuration inputs for the request.
Required: Yes
Type: SecurityConfigurationData
Update requires: Replacement
-
The tags to assign to the security configuration.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn-
The ARN (Amazon Resource Name) of the security configuration.
Id-
The ID of the security configuration.