Skip to main content

AwsSecurityGroupAnchorSchema

This anchor is associated with models where a security group is present. It can be used to access and update the security group rules of the model. It is typically associated with an Execution or Server.

@group

Anchors/AwsSecurityGroup

Hierarchy

  • BaseAnchorSchema
    • AwsSecurityGroupAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { rules: AwsSecurityGroupAnchorRuleSchema[]; securityGroupName: string } = ...

Input properties.

  • properties.rules - A list of security group rules. See AwsSecurityGroupAnchorRuleSchema for options.
  • properties.securityGroupName - The name of the security group.

Type declaration

Page Options