1. Packages
  2. Akamai
  3. API Docs
  4. getIamCidrBlock
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getIamCidrBlock

Explore with Pulumi AI

akamai logo
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

    Using getIamCidrBlock

    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 getIamCidrBlock(args: GetIamCidrBlockArgs, opts?: InvokeOptions): Promise<GetIamCidrBlockResult>
    function getIamCidrBlockOutput(args: GetIamCidrBlockOutputArgs, opts?: InvokeOptions): Output<GetIamCidrBlockResult>
    def get_iam_cidr_block(cidr_block_id: Optional[int] = None,
                           opts: Optional[InvokeOptions] = None) -> GetIamCidrBlockResult
    def get_iam_cidr_block_output(cidr_block_id: Optional[pulumi.Input[int]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetIamCidrBlockResult]
    func LookupIamCidrBlock(ctx *Context, args *LookupIamCidrBlockArgs, opts ...InvokeOption) (*LookupIamCidrBlockResult, error)
    func LookupIamCidrBlockOutput(ctx *Context, args *LookupIamCidrBlockOutputArgs, opts ...InvokeOption) LookupIamCidrBlockResultOutput

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

    public static class GetIamCidrBlock 
    {
        public static Task<GetIamCidrBlockResult> InvokeAsync(GetIamCidrBlockArgs args, InvokeOptions? opts = null)
        public static Output<GetIamCidrBlockResult> Invoke(GetIamCidrBlockInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIamCidrBlockResult> getIamCidrBlock(GetIamCidrBlockArgs args, InvokeOptions options)
    public static Output<GetIamCidrBlockResult> getIamCidrBlock(GetIamCidrBlockArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getIamCidrBlock:getIamCidrBlock
      arguments:
        # arguments dictionary

    The following arguments are supported:

    cidrBlockId Integer

    getIamCidrBlock Result

    The following output properties are available:

    Actions GetIamCidrBlockActions
    CidrBlock string
    CidrBlockId int
    Comments string
    CreatedBy string
    CreatedDate string
    Enabled bool
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedBy string
    ModifiedDate string
    Actions GetIamCidrBlockActions
    CidrBlock string
    CidrBlockId int
    Comments string
    CreatedBy string
    CreatedDate string
    Enabled bool
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedBy string
    ModifiedDate string
    actions GetIamCidrBlockActions
    cidrBlock String
    cidrBlockId Integer
    comments String
    createdBy String
    createdDate String
    enabled Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedBy String
    modifiedDate String
    actions GetIamCidrBlockActions
    cidrBlock string
    cidrBlockId number
    comments string
    createdBy string
    createdDate string
    enabled boolean
    id string
    The provider-assigned unique ID for this managed resource.
    modifiedBy string
    modifiedDate string
    actions GetIamCidrBlockActions
    cidr_block str
    cidr_block_id int
    comments str
    created_by str
    created_date str
    enabled bool
    id str
    The provider-assigned unique ID for this managed resource.
    modified_by str
    modified_date str
    actions Property Map
    cidrBlock String
    cidrBlockId Number
    comments String
    createdBy String
    createdDate String
    enabled Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedBy String
    modifiedDate String

    Supporting Types

    GetIamCidrBlockActions

    Delete bool
    Whether you can delete this CIDR block.
    Edit bool
    Whether you can edit this CIDR block.
    Delete bool
    Whether you can delete this CIDR block.
    Edit bool
    Whether you can edit this CIDR block.
    delete Boolean
    Whether you can delete this CIDR block.
    edit Boolean
    Whether you can edit this CIDR block.
    delete boolean
    Whether you can delete this CIDR block.
    edit boolean
    Whether you can edit this CIDR block.
    delete bool
    Whether you can delete this CIDR block.
    edit bool
    Whether you can edit this CIDR block.
    delete Boolean
    Whether you can delete this CIDR block.
    edit Boolean
    Whether you can edit this CIDR block.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi