Show / Hide Table of Contents

Class DefaultSecurityGroupEgressArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultSecurityGroupEgressArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultSecurityGroupEgressArgs : ResourceArgs

Constructors

View Source

DefaultSecurityGroupEgressArgs()

Declaration
public DefaultSecurityGroupEgressArgs()

Properties

View Source

CidrBlocks

Declaration
public InputList<string> CidrBlocks { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Description

The description of the security group

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FromPort

Declaration
public Input<int> FromPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Ipv6CidrBlocks

Declaration
public InputList<string> Ipv6CidrBlocks { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

PrefixListIds

Declaration
public InputList<string> PrefixListIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Protocol

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityGroups

Declaration
public InputList<string> SecurityGroups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Self

Declaration
public Input<bool> Self { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ToPort

Declaration
public Input<int> ToPort { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.