Class FunctionVpcConfigGetArgs
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.Lambda.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FunctionVpcConfigGetArgs : ResourceArgs
Constructors
View SourceFunctionVpcConfigGetArgs()
Declaration
public FunctionVpcConfigGetArgs()
Properties
View SourceSecurityGroupIds
A list of security group IDs associated with the Lambda function.
Declaration
public InputList<string> SecurityGroupIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SubnetIds
A list of subnet IDs associated with the Lambda function.
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
VpcId
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |