1. Packages
  2. Snowflake
  3. API Docs
  4. NetworkPolicy
Snowflake v0.55.0 published on Friday, Jun 7, 2024 by Pulumi

snowflake.NetworkPolicy

Explore with Pulumi AI

snowflake logo
Snowflake v0.55.0 published on Friday, Jun 7, 2024 by Pulumi

    Example Usage

    Create NetworkPolicy Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NetworkPolicy(name: string, args?: NetworkPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def NetworkPolicy(resource_name: str,
                      args: Optional[NetworkPolicyArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def NetworkPolicy(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      allowed_ip_lists: Optional[Sequence[str]] = None,
                      allowed_network_rule_lists: Optional[Sequence[str]] = None,
                      blocked_ip_lists: Optional[Sequence[str]] = None,
                      blocked_network_rule_lists: Optional[Sequence[str]] = None,
                      comment: Optional[str] = None,
                      name: Optional[str] = None)
    func NewNetworkPolicy(ctx *Context, name string, args *NetworkPolicyArgs, opts ...ResourceOption) (*NetworkPolicy, error)
    public NetworkPolicy(string name, NetworkPolicyArgs? args = null, CustomResourceOptions? opts = null)
    public NetworkPolicy(String name, NetworkPolicyArgs args)
    public NetworkPolicy(String name, NetworkPolicyArgs args, CustomResourceOptions options)
    
    type: snowflake:NetworkPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args NetworkPolicyArgs
    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 NetworkPolicyArgs
    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 NetworkPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NetworkPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NetworkPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var networkPolicyResource = new Snowflake.NetworkPolicy("networkPolicyResource", new()
    {
        AllowedIpLists = new[]
        {
            "string",
        },
        AllowedNetworkRuleLists = new[]
        {
            "string",
        },
        BlockedIpLists = new[]
        {
            "string",
        },
        BlockedNetworkRuleLists = new[]
        {
            "string",
        },
        Comment = "string",
        Name = "string",
    });
    
    example, err := snowflake.NewNetworkPolicy(ctx, "networkPolicyResource", &snowflake.NetworkPolicyArgs{
    	AllowedIpLists: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	AllowedNetworkRuleLists: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	BlockedIpLists: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	BlockedNetworkRuleLists: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Comment: pulumi.String("string"),
    	Name:    pulumi.String("string"),
    })
    
    var networkPolicyResource = new NetworkPolicy("networkPolicyResource", NetworkPolicyArgs.builder()
        .allowedIpLists("string")
        .allowedNetworkRuleLists("string")
        .blockedIpLists("string")
        .blockedNetworkRuleLists("string")
        .comment("string")
        .name("string")
        .build());
    
    network_policy_resource = snowflake.NetworkPolicy("networkPolicyResource",
        allowed_ip_lists=["string"],
        allowed_network_rule_lists=["string"],
        blocked_ip_lists=["string"],
        blocked_network_rule_lists=["string"],
        comment="string",
        name="string")
    
    const networkPolicyResource = new snowflake.NetworkPolicy("networkPolicyResource", {
        allowedIpLists: ["string"],
        allowedNetworkRuleLists: ["string"],
        blockedIpLists: ["string"],
        blockedNetworkRuleLists: ["string"],
        comment: "string",
        name: "string",
    });
    
    type: snowflake:NetworkPolicy
    properties:
        allowedIpLists:
            - string
        allowedNetworkRuleLists:
            - string
        blockedIpLists:
            - string
        blockedNetworkRuleLists:
            - string
        comment: string
        name: string
    

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

    AllowedIpLists List<string>
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    AllowedNetworkRuleLists List<string>
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    BlockedIpLists List<string>
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    BlockedNetworkRuleLists List<string>
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    Comment string
    Specifies a comment for the network policy.
    Name string
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    AllowedIpLists []string
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    AllowedNetworkRuleLists []string
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    BlockedIpLists []string
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    BlockedNetworkRuleLists []string
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    Comment string
    Specifies a comment for the network policy.
    Name string
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blockedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blockedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment String
    Specifies a comment for the network policy.
    name String
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowedIpLists string[]
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowedNetworkRuleLists string[]
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blockedIpLists string[]
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blockedNetworkRuleLists string[]
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment string
    Specifies a comment for the network policy.
    name string
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowed_ip_lists Sequence[str]
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowed_network_rule_lists Sequence[str]
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blocked_ip_lists Sequence[str]
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blocked_network_rule_lists Sequence[str]
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment str
    Specifies a comment for the network policy.
    name str
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blockedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blockedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment String
    Specifies a comment for the network policy.
    name String
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing NetworkPolicy Resource

    Get an existing NetworkPolicy 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?: NetworkPolicyState, opts?: CustomResourceOptions): NetworkPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            allowed_ip_lists: Optional[Sequence[str]] = None,
            allowed_network_rule_lists: Optional[Sequence[str]] = None,
            blocked_ip_lists: Optional[Sequence[str]] = None,
            blocked_network_rule_lists: Optional[Sequence[str]] = None,
            comment: Optional[str] = None,
            name: Optional[str] = None) -> NetworkPolicy
    func GetNetworkPolicy(ctx *Context, name string, id IDInput, state *NetworkPolicyState, opts ...ResourceOption) (*NetworkPolicy, error)
    public static NetworkPolicy Get(string name, Input<string> id, NetworkPolicyState? state, CustomResourceOptions? opts = null)
    public static NetworkPolicy get(String name, Output<String> id, NetworkPolicyState 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:
    AllowedIpLists List<string>
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    AllowedNetworkRuleLists List<string>
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    BlockedIpLists List<string>
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    BlockedNetworkRuleLists List<string>
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    Comment string
    Specifies a comment for the network policy.
    Name string
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    AllowedIpLists []string
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    AllowedNetworkRuleLists []string
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    BlockedIpLists []string
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    BlockedNetworkRuleLists []string
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    Comment string
    Specifies a comment for the network policy.
    Name string
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blockedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blockedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment String
    Specifies a comment for the network policy.
    name String
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowedIpLists string[]
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowedNetworkRuleLists string[]
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blockedIpLists string[]
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blockedNetworkRuleLists string[]
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment string
    Specifies a comment for the network policy.
    name string
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowed_ip_lists Sequence[str]
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowed_network_rule_lists Sequence[str]
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blocked_ip_lists Sequence[str]
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blocked_network_rule_lists Sequence[str]
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment str
    Specifies a comment for the network policy.
    name str
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.
    allowedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
    allowedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake.
    blockedIpLists List<String>
    Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account\n\n\n\nDo not add 0.0.0.0/0 to blocked_ip_list.
    blockedNetworkRuleLists List<String>
    Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake.
    comment String
    Specifies a comment for the network policy.
    name String
    Specifies the identifier for the network policy; must be unique for the account in which the network policy is created.

    Import

    $ pulumi import snowflake:index/networkPolicy:NetworkPolicy example policyname
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Snowflake v0.55.0 published on Friday, Jun 7, 2024 by Pulumi