Class GetSecurityGroupsResult
Inheritance
System.Object
GetSecurityGroupsResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetSecurityGroupsResult
Fields
View SourceFilters
Declaration
public readonly ImmutableArray<GetSecurityGroupsFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSecurityGroupsFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
IDs of the matches security groups.
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Tags
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpcIds
The VPC IDs of the matched security groups. The data source's tag or filter will span VPCs
unless the vpc-id filter is also used.
Declaration
public readonly ImmutableArray<string> VpcIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |