AWS::OpenSearchServerless::SecurityConfigAmazon OpenSearchServerless security config resource
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | |
IamFederationOptions | IamFederationConfigOptions | |
IamIdentityCenterOptions | IamIdentityCenterConfigOptions | |
Name | string | Create-onlyWrite-only |
SamlOptions | SamlConfigOptions | |
Type | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | The identifier of the security config |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
aoss:CreateSecurityConfigsso:CreateApplicationsso:ListApplicationssso:DeleteApplicationsso:PutApplicationAssignmentConfigurationsso:PutApplicationAuthenticationMethodsso:PutApplicationGrantaoss:GetSecurityConfigaoss:GetSecurityConfigaoss:UpdateSecurityConfigaoss:DeleteSecurityConfigsso:ListApplicationAssignmentssso:DeleteApplicationAssignmentsso:DeleteApplicationaoss:ListSecurityConfigsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TypeNameIamIdentityCenterOptions/InstanceArn