1. Packages
  2. Cisco ISE
  3. API Docs
  4. trustsec
  5. getEgressMatrixCell
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

ise.trustsec.getEgressMatrixCell

Explore with Pulumi AI

ise logo
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

    This data source can read the TrustSec Egress Matrix Cell.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.trustsec.getEgressMatrixCell({
        id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.trustsec.get_egress_matrix_cell(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-ise/sdk/go/ise/trustsec"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := trustsec.LookupEgressMatrixCell(ctx, &trustsec.LookupEgressMatrixCellArgs{
    			Id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ise = Pulumi.Ise;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Ise.TrustSec.GetEgressMatrixCell.Invoke(new()
        {
            Id = "76d24097-41c4-4558-a4d0-a8c07ac08470",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ise.trustsec.TrustsecFunctions;
    import com.pulumi.ise.trustsec.inputs.GetEgressMatrixCellArgs;
    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) {
            final var example = TrustsecFunctions.getEgressMatrixCell(GetEgressMatrixCellArgs.builder()
                .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: ise:trustsec:getEgressMatrixCell
          Arguments:
            id: 76d24097-41c4-4558-a4d0-a8c07ac08470
    

    Using getEgressMatrixCell

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEgressMatrixCell(args: GetEgressMatrixCellArgs, opts?: InvokeOptions): Promise<GetEgressMatrixCellResult>
    function getEgressMatrixCellOutput(args: GetEgressMatrixCellOutputArgs, opts?: InvokeOptions): Output<GetEgressMatrixCellResult>
    def get_egress_matrix_cell(id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetEgressMatrixCellResult
    def get_egress_matrix_cell_output(id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetEgressMatrixCellResult]
    func LookupEgressMatrixCell(ctx *Context, args *LookupEgressMatrixCellArgs, opts ...InvokeOption) (*LookupEgressMatrixCellResult, error)
    func LookupEgressMatrixCellOutput(ctx *Context, args *LookupEgressMatrixCellOutputArgs, opts ...InvokeOption) LookupEgressMatrixCellResultOutput

    > Note: This function is named LookupEgressMatrixCell in the Go SDK.

    public static class GetEgressMatrixCell 
    {
        public static Task<GetEgressMatrixCellResult> InvokeAsync(GetEgressMatrixCellArgs args, InvokeOptions? opts = null)
        public static Output<GetEgressMatrixCellResult> Invoke(GetEgressMatrixCellInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEgressMatrixCellResult> getEgressMatrixCell(GetEgressMatrixCellArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: ise:trustsec/getEgressMatrixCell:getEgressMatrixCell
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the object
    Id string
    The id of the object
    id String
    The id of the object
    id string
    The id of the object
    id str
    The id of the object
    id String
    The id of the object

    getEgressMatrixCell Result

    The following output properties are available:

    DefaultRule string
    Can be used only if sgacls not specified.
    Description string
    Description
    DestinationSgtId string
    Destination Trustsec Security Group ID
    Id string
    The id of the object
    MatrixCellStatus string
    Matrix Cell Status
    Sgacls List<string>
    List of TrustSec Security Groups ACLs
    SourceSgtId string
    Source Trustsec Security Group ID
    DefaultRule string
    Can be used only if sgacls not specified.
    Description string
    Description
    DestinationSgtId string
    Destination Trustsec Security Group ID
    Id string
    The id of the object
    MatrixCellStatus string
    Matrix Cell Status
    Sgacls []string
    List of TrustSec Security Groups ACLs
    SourceSgtId string
    Source Trustsec Security Group ID
    defaultRule String
    Can be used only if sgacls not specified.
    description String
    Description
    destinationSgtId String
    Destination Trustsec Security Group ID
    id String
    The id of the object
    matrixCellStatus String
    Matrix Cell Status
    sgacls List<String>
    List of TrustSec Security Groups ACLs
    sourceSgtId String
    Source Trustsec Security Group ID
    defaultRule string
    Can be used only if sgacls not specified.
    description string
    Description
    destinationSgtId string
    Destination Trustsec Security Group ID
    id string
    The id of the object
    matrixCellStatus string
    Matrix Cell Status
    sgacls string[]
    List of TrustSec Security Groups ACLs
    sourceSgtId string
    Source Trustsec Security Group ID
    default_rule str
    Can be used only if sgacls not specified.
    description str
    Description
    destination_sgt_id str
    Destination Trustsec Security Group ID
    id str
    The id of the object
    matrix_cell_status str
    Matrix Cell Status
    sgacls Sequence[str]
    List of TrustSec Security Groups ACLs
    source_sgt_id str
    Source Trustsec Security Group ID
    defaultRule String
    Can be used only if sgacls not specified.
    description String
    Description
    destinationSgtId String
    Destination Trustsec Security Group ID
    id String
    The id of the object
    matrixCellStatus String
    Matrix Cell Status
    sgacls List<String>
    List of TrustSec Security Groups ACLs
    sourceSgtId String
    Source Trustsec Security Group ID

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi