AWS SDK for .NET Documentation
UseOpsworksSecurityGroups Property
AmazonAmazon.OpsWorks.ModelUpdateStackRequestUseOpsworksSecurityGroups Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property UseOpsworksSecurityGroups.

Whether to associate the AWS OpsWorks built-in security groups with the stack's layers.

AWS OpsWorks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default.

CopyC#
UseOpsworksSecurityGroups
allows you to instead provide your own custom security groups.
CopyC#
UseOpsworksSecurityGroups
has the following settings:

For more information, see Create a New Stack.

Declaration Syntax
C#
public bool UseOpsworksSecurityGroups { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)