1. Packages
  2. AWS Native
  3. API Docs
  4. lightsail
  5. StaticIp

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.lightsail.StaticIp

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type definition for AWS::Lightsail::StaticIp

    Create StaticIp Resource

    new StaticIp(name: string, args?: StaticIpArgs, opts?: CustomResourceOptions);
    @overload
    def StaticIp(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 attached_to: Optional[str] = None,
                 static_ip_name: Optional[str] = None)
    @overload
    def StaticIp(resource_name: str,
                 args: Optional[StaticIpArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    func NewStaticIp(ctx *Context, name string, args *StaticIpArgs, opts ...ResourceOption) (*StaticIp, error)
    public StaticIp(string name, StaticIpArgs? args = null, CustomResourceOptions? opts = null)
    public StaticIp(String name, StaticIpArgs args)
    public StaticIp(String name, StaticIpArgs args, CustomResourceOptions options)
    
    type: aws-native:lightsail:StaticIp
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args StaticIpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args StaticIpArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args StaticIpArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StaticIpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StaticIpArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    StaticIp Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The StaticIp resource accepts the following input properties:

    AttachedTo string
    The instance where the static IP is attached.
    StaticIpName string
    The name of the static IP address.
    AttachedTo string
    The instance where the static IP is attached.
    StaticIpName string
    The name of the static IP address.
    attachedTo String
    The instance where the static IP is attached.
    staticIpName String
    The name of the static IP address.
    attachedTo string
    The instance where the static IP is attached.
    staticIpName string
    The name of the static IP address.
    attached_to str
    The instance where the static IP is attached.
    static_ip_name str
    The name of the static IP address.
    attachedTo String
    The instance where the static IP is attached.
    staticIpName String
    The name of the static IP address.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the StaticIp resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddress string
    The static IP address.
    IsAttached bool
    A Boolean value indicating whether the static IP is attached.
    StaticIpArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    IpAddress string
    The static IP address.
    IsAttached bool
    A Boolean value indicating whether the static IP is attached.
    StaticIpArn string
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddress String
    The static IP address.
    isAttached Boolean
    A Boolean value indicating whether the static IP is attached.
    staticIpArn String
    id string
    The provider-assigned unique ID for this managed resource.
    ipAddress string
    The static IP address.
    isAttached boolean
    A Boolean value indicating whether the static IP is attached.
    staticIpArn string
    id str
    The provider-assigned unique ID for this managed resource.
    ip_address str
    The static IP address.
    is_attached bool
    A Boolean value indicating whether the static IP is attached.
    static_ip_arn str
    id String
    The provider-assigned unique ID for this managed resource.
    ipAddress String
    The static IP address.
    isAttached Boolean
    A Boolean value indicating whether the static IP is attached.
    staticIpArn String

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi