Class DefaultSecurityGroupState
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 DefaultSecurityGroupState : ResourceArgs
Constructors
View SourceDefaultSecurityGroupState()
Declaration
public DefaultSecurityGroupState()
Properties
View SourceArn
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the security group
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Egress
Can be specified multiple times for each egress rule. Each egress block supports fields documented below.
Declaration
public InputList<DefaultSecurityGroupEgressGetArgs> Egress { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DefaultSecurityGroupEgressGetArgs> |
Ingress
Can be specified multiple times for each ingress rule. Each ingress block supports fields documented below.
Declaration
public InputList<DefaultSecurityGroupIngressGetArgs> Ingress { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DefaultSecurityGroupIngressGetArgs> |
Name
The name of the security group
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerId
The owner ID.
Declaration
public Input<string> OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RevokeRulesOnDelete
Declaration
public Input<bool> RevokeRulesOnDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcId
The VPC ID. Note that changing
the vpc_id will not restore any default security group rules that were
modified, added, or removed. It will be left in its current state
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |