Class OceanLoadBalancerArgs
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.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanLoadBalancerArgs : ResourceArgs
Constructors
View SourceOceanLoadBalancerArgs()
Declaration
public OceanLoadBalancerArgs()
Properties
View SourceArn
Required if type is set to TARGET_GROUP
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Required if type is set to CLASSIC
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Can be set to CLASSIC or TARGET_GROUP
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |