AWS Fundamentals Logo
AWS Fundamentals
AWS::OpenSearchServerless::SecurityConfig

OpenSearchServerless SecurityConfig

Amazon OpenSearchServerless security config resource

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
IamFederationOptions
IamFederationConfigOptions
IamIdentityCenterOptions
IamIdentityCenterConfigOptions
Name
string
Create-onlyWrite-only
SamlOptions
SamlConfigOptions
Type
string
Create-only

Return Values

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

AttributeTypeDescription
IdstringThe identifier of the security config

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::OpenSearchServerless::SecurityConfig

Resources:
  MyResource:
    Type: AWS::OpenSearchServerless::SecurityConfig
    Properties:
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

aoss:CreateSecurityConfigsso:CreateApplicationsso:ListApplicationssso:DeleteApplicationsso:PutApplicationAssignmentConfigurationsso:PutApplicationAuthenticationMethodsso:PutApplicationGrant

read

aoss:GetSecurityConfig

update

aoss:GetSecurityConfigaoss:UpdateSecurityConfig

delete

aoss:DeleteSecurityConfigsso:ListApplicationAssignmentssso:DeleteApplicationAssignmentsso:DeleteApplication

list

aoss:ListSecurityConfigs

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

ServiceOpenSearchServerless
Properties7
Required0
TaggingNot supported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

TypeNameIamIdentityCenterOptions/InstanceArn

External Links