Show / Hide Table of Contents

Class GetElasticIpArgs

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

Constructors

View Source

GetElasticIpArgs()

Declaration
public GetElasticIpArgs()

Properties

View Source

Filters

One or more name/value pairs to use as filters. There are several valid keys, for a full reference, check out the EC2 API Reference.

Declaration
public List<GetElasticIpFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetElasticIpFilterArgs>
View Source

Id

The allocation id of the specific VPC EIP to retrieve. If a classic EIP is required, do NOT set id, only set public_ip

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

PublicIp

The public IP of the specific EIP to retrieve.

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

Tags

A map of tags, each pair of which must exactly match a pair on the desired Elastic IP

Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.