1. Packages
  2. Scaleway
  3. API Docs
  4. InstanceSecurityGroup
Scaleway v1.12.0 published on Monday, Mar 11, 2024 by pulumiverse

scaleway.InstanceSecurityGroup

Explore with Pulumi AI

scaleway logo
Scaleway v1.12.0 published on Monday, Mar 11, 2024 by pulumiverse

    Import

    Instance security group can be imported using the {zone}/{id}, e.g.

    bash

    $ pulumi import scaleway:index/instanceSecurityGroup:InstanceSecurityGroup web fr-par-1/11111111-1111-1111-1111-111111111111
    

    Create InstanceSecurityGroup Resource

    new InstanceSecurityGroup(name: string, args?: InstanceSecurityGroupArgs, opts?: CustomResourceOptions);
    @overload
    def InstanceSecurityGroup(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              description: Optional[str] = None,
                              enable_default_security: Optional[bool] = None,
                              external_rules: Optional[bool] = None,
                              inbound_default_policy: Optional[str] = None,
                              inbound_rules: Optional[Sequence[InstanceSecurityGroupInboundRuleArgs]] = None,
                              name: Optional[str] = None,
                              outbound_default_policy: Optional[str] = None,
                              outbound_rules: Optional[Sequence[InstanceSecurityGroupOutboundRuleArgs]] = None,
                              project_id: Optional[str] = None,
                              stateful: Optional[bool] = None,
                              tags: Optional[Sequence[str]] = None,
                              zone: Optional[str] = None)
    @overload
    def InstanceSecurityGroup(resource_name: str,
                              args: Optional[InstanceSecurityGroupArgs] = None,
                              opts: Optional[ResourceOptions] = None)
    func NewInstanceSecurityGroup(ctx *Context, name string, args *InstanceSecurityGroupArgs, opts ...ResourceOption) (*InstanceSecurityGroup, error)
    public InstanceSecurityGroup(string name, InstanceSecurityGroupArgs? args = null, CustomResourceOptions? opts = null)
    public InstanceSecurityGroup(String name, InstanceSecurityGroupArgs args)
    public InstanceSecurityGroup(String name, InstanceSecurityGroupArgs args, CustomResourceOptions options)
    
    type: scaleway:InstanceSecurityGroup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args InstanceSecurityGroupArgs
    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 InstanceSecurityGroupArgs
    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 InstanceSecurityGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InstanceSecurityGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InstanceSecurityGroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    InstanceSecurityGroup 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 InstanceSecurityGroup resource accepts the following input properties:

    Description string
    The description of the security group.
    EnableDefaultSecurity bool
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    ExternalRules bool
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    InboundDefaultPolicy string
    The default policy on incoming traffic. Possible values are: accept or drop.
    InboundRules List<Pulumiverse.Scaleway.Inputs.InstanceSecurityGroupInboundRule>
    A list of inbound rule to add to the security group. (Structure is documented below.)
    Name string
    The name of the security group.
    OutboundDefaultPolicy string
    The default policy on outgoing traffic. Possible values are: accept or drop.
    OutboundRules List<Pulumiverse.Scaleway.Inputs.InstanceSecurityGroupOutboundRule>
    A list of outbound rule to add to the security group. (Structure is documented below.)
    ProjectId string
    project_id) The ID of the project the security group is associated with.
    Stateful bool
    A boolean to specify whether the security group should be stateful or not.
    Tags List<string>
    The tags of the security group.
    Zone string
    zone) The zone in which the security group should be created.
    Description string
    The description of the security group.
    EnableDefaultSecurity bool
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    ExternalRules bool
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    InboundDefaultPolicy string
    The default policy on incoming traffic. Possible values are: accept or drop.
    InboundRules []InstanceSecurityGroupInboundRuleArgs
    A list of inbound rule to add to the security group. (Structure is documented below.)
    Name string
    The name of the security group.
    OutboundDefaultPolicy string
    The default policy on outgoing traffic. Possible values are: accept or drop.
    OutboundRules []InstanceSecurityGroupOutboundRuleArgs
    A list of outbound rule to add to the security group. (Structure is documented below.)
    ProjectId string
    project_id) The ID of the project the security group is associated with.
    Stateful bool
    A boolean to specify whether the security group should be stateful or not.
    Tags []string
    The tags of the security group.
    Zone string
    zone) The zone in which the security group should be created.
    description String
    The description of the security group.
    enableDefaultSecurity Boolean
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    externalRules Boolean
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inboundDefaultPolicy String
    The default policy on incoming traffic. Possible values are: accept or drop.
    inboundRules List<InstanceSecurityGroupInboundRule>
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name String
    The name of the security group.
    outboundDefaultPolicy String
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outboundRules List<InstanceSecurityGroupOutboundRule>
    A list of outbound rule to add to the security group. (Structure is documented below.)
    projectId String
    project_id) The ID of the project the security group is associated with.
    stateful Boolean
    A boolean to specify whether the security group should be stateful or not.
    tags List<String>
    The tags of the security group.
    zone String
    zone) The zone in which the security group should be created.
    description string
    The description of the security group.
    enableDefaultSecurity boolean
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    externalRules boolean
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inboundDefaultPolicy string
    The default policy on incoming traffic. Possible values are: accept or drop.
    inboundRules InstanceSecurityGroupInboundRule[]
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name string
    The name of the security group.
    outboundDefaultPolicy string
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outboundRules InstanceSecurityGroupOutboundRule[]
    A list of outbound rule to add to the security group. (Structure is documented below.)
    projectId string
    project_id) The ID of the project the security group is associated with.
    stateful boolean
    A boolean to specify whether the security group should be stateful or not.
    tags string[]
    The tags of the security group.
    zone string
    zone) The zone in which the security group should be created.
    description str
    The description of the security group.
    enable_default_security bool
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    external_rules bool
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inbound_default_policy str
    The default policy on incoming traffic. Possible values are: accept or drop.
    inbound_rules Sequence[InstanceSecurityGroupInboundRuleArgs]
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name str
    The name of the security group.
    outbound_default_policy str
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outbound_rules Sequence[InstanceSecurityGroupOutboundRuleArgs]
    A list of outbound rule to add to the security group. (Structure is documented below.)
    project_id str
    project_id) The ID of the project the security group is associated with.
    stateful bool
    A boolean to specify whether the security group should be stateful or not.
    tags Sequence[str]
    The tags of the security group.
    zone str
    zone) The zone in which the security group should be created.
    description String
    The description of the security group.
    enableDefaultSecurity Boolean
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    externalRules Boolean
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inboundDefaultPolicy String
    The default policy on incoming traffic. Possible values are: accept or drop.
    inboundRules List<Property Map>
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name String
    The name of the security group.
    outboundDefaultPolicy String
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outboundRules List<Property Map>
    A list of outbound rule to add to the security group. (Structure is documented below.)
    projectId String
    project_id) The ID of the project the security group is associated with.
    stateful Boolean
    A boolean to specify whether the security group should be stateful or not.
    tags List<String>
    The tags of the security group.
    zone String
    zone) The zone in which the security group should be created.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    OrganizationId string
    The organization ID the security group is associated with.
    Id string
    The provider-assigned unique ID for this managed resource.
    OrganizationId string
    The organization ID the security group is associated with.
    id String
    The provider-assigned unique ID for this managed resource.
    organizationId String
    The organization ID the security group is associated with.
    id string
    The provider-assigned unique ID for this managed resource.
    organizationId string
    The organization ID the security group is associated with.
    id str
    The provider-assigned unique ID for this managed resource.
    organization_id str
    The organization ID the security group is associated with.
    id String
    The provider-assigned unique ID for this managed resource.
    organizationId String
    The organization ID the security group is associated with.

    Look up Existing InstanceSecurityGroup Resource

    Get an existing InstanceSecurityGroup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: InstanceSecurityGroupState, opts?: CustomResourceOptions): InstanceSecurityGroup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            enable_default_security: Optional[bool] = None,
            external_rules: Optional[bool] = None,
            inbound_default_policy: Optional[str] = None,
            inbound_rules: Optional[Sequence[InstanceSecurityGroupInboundRuleArgs]] = None,
            name: Optional[str] = None,
            organization_id: Optional[str] = None,
            outbound_default_policy: Optional[str] = None,
            outbound_rules: Optional[Sequence[InstanceSecurityGroupOutboundRuleArgs]] = None,
            project_id: Optional[str] = None,
            stateful: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None,
            zone: Optional[str] = None) -> InstanceSecurityGroup
    func GetInstanceSecurityGroup(ctx *Context, name string, id IDInput, state *InstanceSecurityGroupState, opts ...ResourceOption) (*InstanceSecurityGroup, error)
    public static InstanceSecurityGroup Get(string name, Input<string> id, InstanceSecurityGroupState? state, CustomResourceOptions? opts = null)
    public static InstanceSecurityGroup get(String name, Output<String> id, InstanceSecurityGroupState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Description string
    The description of the security group.
    EnableDefaultSecurity bool
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    ExternalRules bool
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    InboundDefaultPolicy string
    The default policy on incoming traffic. Possible values are: accept or drop.
    InboundRules List<Pulumiverse.Scaleway.Inputs.InstanceSecurityGroupInboundRule>
    A list of inbound rule to add to the security group. (Structure is documented below.)
    Name string
    The name of the security group.
    OrganizationId string
    The organization ID the security group is associated with.
    OutboundDefaultPolicy string
    The default policy on outgoing traffic. Possible values are: accept or drop.
    OutboundRules List<Pulumiverse.Scaleway.Inputs.InstanceSecurityGroupOutboundRule>
    A list of outbound rule to add to the security group. (Structure is documented below.)
    ProjectId string
    project_id) The ID of the project the security group is associated with.
    Stateful bool
    A boolean to specify whether the security group should be stateful or not.
    Tags List<string>
    The tags of the security group.
    Zone string
    zone) The zone in which the security group should be created.
    Description string
    The description of the security group.
    EnableDefaultSecurity bool
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    ExternalRules bool
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    InboundDefaultPolicy string
    The default policy on incoming traffic. Possible values are: accept or drop.
    InboundRules []InstanceSecurityGroupInboundRuleArgs
    A list of inbound rule to add to the security group. (Structure is documented below.)
    Name string
    The name of the security group.
    OrganizationId string
    The organization ID the security group is associated with.
    OutboundDefaultPolicy string
    The default policy on outgoing traffic. Possible values are: accept or drop.
    OutboundRules []InstanceSecurityGroupOutboundRuleArgs
    A list of outbound rule to add to the security group. (Structure is documented below.)
    ProjectId string
    project_id) The ID of the project the security group is associated with.
    Stateful bool
    A boolean to specify whether the security group should be stateful or not.
    Tags []string
    The tags of the security group.
    Zone string
    zone) The zone in which the security group should be created.
    description String
    The description of the security group.
    enableDefaultSecurity Boolean
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    externalRules Boolean
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inboundDefaultPolicy String
    The default policy on incoming traffic. Possible values are: accept or drop.
    inboundRules List<InstanceSecurityGroupInboundRule>
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name String
    The name of the security group.
    organizationId String
    The organization ID the security group is associated with.
    outboundDefaultPolicy String
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outboundRules List<InstanceSecurityGroupOutboundRule>
    A list of outbound rule to add to the security group. (Structure is documented below.)
    projectId String
    project_id) The ID of the project the security group is associated with.
    stateful Boolean
    A boolean to specify whether the security group should be stateful or not.
    tags List<String>
    The tags of the security group.
    zone String
    zone) The zone in which the security group should be created.
    description string
    The description of the security group.
    enableDefaultSecurity boolean
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    externalRules boolean
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inboundDefaultPolicy string
    The default policy on incoming traffic. Possible values are: accept or drop.
    inboundRules InstanceSecurityGroupInboundRule[]
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name string
    The name of the security group.
    organizationId string
    The organization ID the security group is associated with.
    outboundDefaultPolicy string
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outboundRules InstanceSecurityGroupOutboundRule[]
    A list of outbound rule to add to the security group. (Structure is documented below.)
    projectId string
    project_id) The ID of the project the security group is associated with.
    stateful boolean
    A boolean to specify whether the security group should be stateful or not.
    tags string[]
    The tags of the security group.
    zone string
    zone) The zone in which the security group should be created.
    description str
    The description of the security group.
    enable_default_security bool
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    external_rules bool
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inbound_default_policy str
    The default policy on incoming traffic. Possible values are: accept or drop.
    inbound_rules Sequence[InstanceSecurityGroupInboundRuleArgs]
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name str
    The name of the security group.
    organization_id str
    The organization ID the security group is associated with.
    outbound_default_policy str
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outbound_rules Sequence[InstanceSecurityGroupOutboundRuleArgs]
    A list of outbound rule to add to the security group. (Structure is documented below.)
    project_id str
    project_id) The ID of the project the security group is associated with.
    stateful bool
    A boolean to specify whether the security group should be stateful or not.
    tags Sequence[str]
    The tags of the security group.
    zone str
    zone) The zone in which the security group should be created.
    description String
    The description of the security group.
    enableDefaultSecurity Boolean
    Whether to block SMTP on IPv4/IPv6 (Port 25, 465, 587). Set to false will unblock SMTP if your account is authorized to. If your organization is not yet authorized to send SMTP traffic, open a support ticket.
    externalRules Boolean
    A boolean to specify whether to use instance_security_group_rules. If external_rules is set to true, inbound_rule and outbound_rule can not be set directly in the security group.
    inboundDefaultPolicy String
    The default policy on incoming traffic. Possible values are: accept or drop.
    inboundRules List<Property Map>
    A list of inbound rule to add to the security group. (Structure is documented below.)
    name String
    The name of the security group.
    organizationId String
    The organization ID the security group is associated with.
    outboundDefaultPolicy String
    The default policy on outgoing traffic. Possible values are: accept or drop.
    outboundRules List<Property Map>
    A list of outbound rule to add to the security group. (Structure is documented below.)
    projectId String
    project_id) The ID of the project the security group is associated with.
    stateful Boolean
    A boolean to specify whether the security group should be stateful or not.
    tags List<String>
    The tags of the security group.
    zone String
    zone) The zone in which the security group should be created.

    Supporting Types

    InstanceSecurityGroupInboundRule, InstanceSecurityGroupInboundRuleArgs

    Action string
    The action to take when rule match. Possible values are: accept or drop.
    Ip string
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    IpRange string
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    Port int
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    PortRange string
    Computed port range for this rule (e.g: 1-1024, 22-22)
    Protocol string
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    Action string
    The action to take when rule match. Possible values are: accept or drop.
    Ip string
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    IpRange string
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    Port int
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    PortRange string
    Computed port range for this rule (e.g: 1-1024, 22-22)
    Protocol string
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action String
    The action to take when rule match. Possible values are: accept or drop.
    ip String
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ipRange String
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port Integer
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    portRange String
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol String
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action string
    The action to take when rule match. Possible values are: accept or drop.
    ip string
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ipRange string
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port number
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    portRange string
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol string
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action str
    The action to take when rule match. Possible values are: accept or drop.
    ip str
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ip_range str
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port int
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    port_range str
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol str
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action String
    The action to take when rule match. Possible values are: accept or drop.
    ip String
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ipRange String
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port Number
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    portRange String
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol String
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.

    InstanceSecurityGroupOutboundRule, InstanceSecurityGroupOutboundRuleArgs

    Action string
    The action to take when rule match. Possible values are: accept or drop.
    Ip string
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    IpRange string
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    Port int
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    PortRange string
    Computed port range for this rule (e.g: 1-1024, 22-22)
    Protocol string
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    Action string
    The action to take when rule match. Possible values are: accept or drop.
    Ip string
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    IpRange string
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    Port int
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    PortRange string
    Computed port range for this rule (e.g: 1-1024, 22-22)
    Protocol string
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action String
    The action to take when rule match. Possible values are: accept or drop.
    ip String
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ipRange String
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port Integer
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    portRange String
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol String
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action string
    The action to take when rule match. Possible values are: accept or drop.
    ip string
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ipRange string
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port number
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    portRange string
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol string
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action str
    The action to take when rule match. Possible values are: accept or drop.
    ip str
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ip_range str
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port int
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    port_range str
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol str
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.
    action String
    The action to take when rule match. Possible values are: accept or drop.
    ip String
    The ip this rule apply to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.

    Deprecated:Ip address is deprecated. Please use ip_range instead

    ipRange String
    The ip range (e.g 192.168.1.0/24) this rule applies to. If no ip nor ip_range are specified, rule will apply to all ip. Only one of ip and ip_range should be specified.
    port Number
    The port this rule applies to. If no port nor port_range are specified, the rule will apply to all port. Only one of port and port_range should be specified.
    portRange String
    Computed port range for this rule (e.g: 1-1024, 22-22)
    protocol String
    The protocol this rule apply to. Possible values are: TCP, UDP, ICMP or ANY.

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.12.0 published on Monday, Mar 11, 2024 by pulumiverse