1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. IpsSignatureListPolicyObject
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.IpsSignatureListPolicyObject

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

    This resource can manage a IPS Signature List Policy Object .

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.IpsSignatureListPolicyObject;
    import com.pulumi.sdwan.IpsSignatureListPolicyObjectArgs;
    import com.pulumi.sdwan.inputs.IpsSignatureListPolicyObjectEntryArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var example = new IpsSignatureListPolicyObject("example", IpsSignatureListPolicyObjectArgs.builder()
                .name("Example")
                .entries(IpsSignatureListPolicyObjectEntryArgs.builder()
                    .generator_id(1111)
                    .signature_id(2222)
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:IpsSignatureListPolicyObject
        properties:
          name: Example
          entries:
            - generator_id: 1111
              signature_id: 2222
    

    Create IpsSignatureListPolicyObject Resource

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

    Constructor syntax

    new IpsSignatureListPolicyObject(name: string, args: IpsSignatureListPolicyObjectArgs, opts?: CustomResourceOptions);
    @overload
    def IpsSignatureListPolicyObject(resource_name: str,
                                     args: IpsSignatureListPolicyObjectArgs,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def IpsSignatureListPolicyObject(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     entries: Optional[Sequence[IpsSignatureListPolicyObjectEntryArgs]] = None,
                                     name: Optional[str] = None)
    func NewIpsSignatureListPolicyObject(ctx *Context, name string, args IpsSignatureListPolicyObjectArgs, opts ...ResourceOption) (*IpsSignatureListPolicyObject, error)
    public IpsSignatureListPolicyObject(string name, IpsSignatureListPolicyObjectArgs args, CustomResourceOptions? opts = null)
    public IpsSignatureListPolicyObject(String name, IpsSignatureListPolicyObjectArgs args)
    public IpsSignatureListPolicyObject(String name, IpsSignatureListPolicyObjectArgs args, CustomResourceOptions options)
    
    type: sdwan:IpsSignatureListPolicyObject
    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 IpsSignatureListPolicyObjectArgs
    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 IpsSignatureListPolicyObjectArgs
    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 IpsSignatureListPolicyObjectArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IpsSignatureListPolicyObjectArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IpsSignatureListPolicyObjectArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

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

    var ipsSignatureListPolicyObjectResource = new Sdwan.IpsSignatureListPolicyObject("ipsSignatureListPolicyObjectResource", new()
    {
        Entries = new[]
        {
            new Sdwan.Inputs.IpsSignatureListPolicyObjectEntryArgs
            {
                GeneratorId = 0,
                SignatureId = 0,
            },
        },
        Name = "string",
    });
    
    example, err := sdwan.NewIpsSignatureListPolicyObject(ctx, "ipsSignatureListPolicyObjectResource", &sdwan.IpsSignatureListPolicyObjectArgs{
    	Entries: sdwan.IpsSignatureListPolicyObjectEntryArray{
    		&sdwan.IpsSignatureListPolicyObjectEntryArgs{
    			GeneratorId: pulumi.Int(0),
    			SignatureId: pulumi.Int(0),
    		},
    	},
    	Name: pulumi.String("string"),
    })
    
    var ipsSignatureListPolicyObjectResource = new IpsSignatureListPolicyObject("ipsSignatureListPolicyObjectResource", IpsSignatureListPolicyObjectArgs.builder()
        .entries(IpsSignatureListPolicyObjectEntryArgs.builder()
            .generatorId(0)
            .signatureId(0)
            .build())
        .name("string")
        .build());
    
    ips_signature_list_policy_object_resource = sdwan.IpsSignatureListPolicyObject("ipsSignatureListPolicyObjectResource",
        entries=[sdwan.IpsSignatureListPolicyObjectEntryArgs(
            generator_id=0,
            signature_id=0,
        )],
        name="string")
    
    const ipsSignatureListPolicyObjectResource = new sdwan.IpsSignatureListPolicyObject("ipsSignatureListPolicyObjectResource", {
        entries: [{
            generatorId: 0,
            signatureId: 0,
        }],
        name: "string",
    });
    
    type: sdwan:IpsSignatureListPolicyObject
    properties:
        entries:
            - generatorId: 0
              signatureId: 0
        name: string
    

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

    Entries List<IpsSignatureListPolicyObjectEntry>
    List of entries
    Name string
    The name of the policy object
    Entries []IpsSignatureListPolicyObjectEntryArgs
    List of entries
    Name string
    The name of the policy object
    entries List<IpsSignatureListPolicyObjectEntry>
    List of entries
    name String
    The name of the policy object
    entries IpsSignatureListPolicyObjectEntry[]
    List of entries
    name string
    The name of the policy object
    entries Sequence[IpsSignatureListPolicyObjectEntryArgs]
    List of entries
    name str
    The name of the policy object
    entries List<Property Map>
    List of entries
    name String
    The name of the policy object

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the object
    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the object
    id String
    The provider-assigned unique ID for this managed resource.
    version Integer
    The version of the object
    id string
    The provider-assigned unique ID for this managed resource.
    version number
    The version of the object
    id str
    The provider-assigned unique ID for this managed resource.
    version int
    The version of the object
    id String
    The provider-assigned unique ID for this managed resource.
    version Number
    The version of the object

    Look up Existing IpsSignatureListPolicyObject Resource

    Get an existing IpsSignatureListPolicyObject 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?: IpsSignatureListPolicyObjectState, opts?: CustomResourceOptions): IpsSignatureListPolicyObject
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            entries: Optional[Sequence[IpsSignatureListPolicyObjectEntryArgs]] = None,
            name: Optional[str] = None,
            version: Optional[int] = None) -> IpsSignatureListPolicyObject
    func GetIpsSignatureListPolicyObject(ctx *Context, name string, id IDInput, state *IpsSignatureListPolicyObjectState, opts ...ResourceOption) (*IpsSignatureListPolicyObject, error)
    public static IpsSignatureListPolicyObject Get(string name, Input<string> id, IpsSignatureListPolicyObjectState? state, CustomResourceOptions? opts = null)
    public static IpsSignatureListPolicyObject get(String name, Output<String> id, IpsSignatureListPolicyObjectState 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:
    Entries List<IpsSignatureListPolicyObjectEntry>
    List of entries
    Name string
    The name of the policy object
    Version int
    The version of the object
    Entries []IpsSignatureListPolicyObjectEntryArgs
    List of entries
    Name string
    The name of the policy object
    Version int
    The version of the object
    entries List<IpsSignatureListPolicyObjectEntry>
    List of entries
    name String
    The name of the policy object
    version Integer
    The version of the object
    entries IpsSignatureListPolicyObjectEntry[]
    List of entries
    name string
    The name of the policy object
    version number
    The version of the object
    entries Sequence[IpsSignatureListPolicyObjectEntryArgs]
    List of entries
    name str
    The name of the policy object
    version int
    The version of the object
    entries List<Property Map>
    List of entries
    name String
    The name of the policy object
    version Number
    The version of the object

    Supporting Types

    IpsSignatureListPolicyObjectEntry, IpsSignatureListPolicyObjectEntryArgs

    GeneratorId int
    Signature generator ID

    • Range: 0-4294967295
    SignatureId int
    Signature ID

    • Range: 0-4294967295
    GeneratorId int
    Signature generator ID

    • Range: 0-4294967295
    SignatureId int
    Signature ID

    • Range: 0-4294967295
    generatorId Integer
    Signature generator ID

    • Range: 0-4294967295
    signatureId Integer
    Signature ID

    • Range: 0-4294967295
    generatorId number
    Signature generator ID

    • Range: 0-4294967295
    signatureId number
    Signature ID

    • Range: 0-4294967295
    generator_id int
    Signature generator ID

    • Range: 0-4294967295
    signature_id int
    Signature ID

    • Range: 0-4294967295
    generatorId Number
    Signature generator ID

    • Range: 0-4294967295
    signatureId Number
    Signature ID

    • Range: 0-4294967295

    Import

    $ pulumi import sdwan:index/ipsSignatureListPolicyObject:IpsSignatureListPolicyObject example "f6b2c44c-693c-4763-b010-895aa3d236bd"
    

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

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi