# AWS::OpenSearchServerless::SecurityConfig Amazon OpenSearchServerless security config resource ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "AWS::OpenSearchServerless::SecurityConfig",
    "Properties" : {
        "Description" : String,
        "Name" : String,
        "SamlOptions" : SamlConfigOptions,
        "Type" : String
    }
}
### YAML
Type: AWS::OpenSearchServerless::SecurityConfig
Properties:
    Description: String
    Name: String
    SamlOptions: SamlConfigOptions
    Type: String
## Properties #### Description Security config description _Required_: No _Type_: String _Minimum Length_: 1 _Maximum Length_: 1000 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Name The friendly name of the security config _Required_: Yes _Type_: String _Minimum Length_: 3 _Maximum Length_: 32 _Pattern_: ^[a-z][a-z0-9-]{2,31}$ _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### SamlOptions Describes saml options in form of key value map _Required_: No _Type_: SamlConfigOptions _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Type Config type for security config _Required_: Yes _Type_: String _Allowed Values_: saml _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) ## Return Values ### Ref When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the Id. ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### Id The identifier of the security config