Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getIamCidrBlocks
Explore with Pulumi AI
Using getIamCidrBlocks
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 getIamCidrBlocks(opts?: InvokeOptions): Promise<GetIamCidrBlocksResult>
function getIamCidrBlocksOutput(opts?: InvokeOptions): Output<GetIamCidrBlocksResult>
def get_iam_cidr_blocks(opts: Optional[InvokeOptions] = None) -> GetIamCidrBlocksResult
def get_iam_cidr_blocks_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamCidrBlocksResult]
func GetIamCidrBlocks(ctx *Context, opts ...InvokeOption) (*GetIamCidrBlocksResult, error)
func GetIamCidrBlocksOutput(ctx *Context, opts ...InvokeOption) GetIamCidrBlocksResultOutput
> Note: This function is named GetIamCidrBlocks
in the Go SDK.
public static class GetIamCidrBlocks
{
public static Task<GetIamCidrBlocksResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetIamCidrBlocksResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetIamCidrBlocksResult> getIamCidrBlocks(InvokeOptions options)
public static Output<GetIamCidrBlocksResult> getIamCidrBlocks(InvokeOptions options)
fn::invoke:
function: akamai:index/getIamCidrBlocks:getIamCidrBlocks
arguments:
# arguments dictionary
getIamCidrBlocks Result
The following output properties are available:
- Cidr
Blocks List<GetIam Cidr Blocks Cidr Block> - Id string
- The provider-assigned unique ID for this managed resource.
- Cidr
Blocks []GetIam Cidr Blocks Cidr Block - Id string
- The provider-assigned unique ID for this managed resource.
- cidr
Blocks List<GetIam Cidr Blocks Cidr Block> - id String
- The provider-assigned unique ID for this managed resource.
- cidr
Blocks GetIam Cidr Blocks Cidr Block[] - id string
- The provider-assigned unique ID for this managed resource.
- cidr_
blocks Sequence[GetIam Cidr Blocks Cidr Block] - id str
- The provider-assigned unique ID for this managed resource.
- cidr
Blocks List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetIamCidrBlocksCidrBlock
- Actions
Get
Iam Cidr Blocks Cidr Block Actions - Specifies activities available for the CIDR block.
- Cidr
Block string - The value of an IP address or IP address range.
- Cidr
Block intId - Unique identifier for each CIDR block.
- Comments string
- Descriptive label you provide for the CIDR block.
- Created
By string - The user who created the CIDR block.
- Created
Date string - ISO 8601 timestamp indicating when the CIDR block was created.
- Enabled bool
- Whether the CIDR block is enabled.
- Modified
By string - The user who last edited the CIDR block.
- Modified
Date string - ISO 8601 timestamp indicating when the CIDR block was last modified.
- Actions
Get
Iam Cidr Blocks Cidr Block Actions - Specifies activities available for the CIDR block.
- Cidr
Block string - The value of an IP address or IP address range.
- Cidr
Block intId - Unique identifier for each CIDR block.
- Comments string
- Descriptive label you provide for the CIDR block.
- Created
By string - The user who created the CIDR block.
- Created
Date string - ISO 8601 timestamp indicating when the CIDR block was created.
- Enabled bool
- Whether the CIDR block is enabled.
- Modified
By string - The user who last edited the CIDR block.
- Modified
Date string - ISO 8601 timestamp indicating when the CIDR block was last modified.
- actions
Get
Iam Cidr Blocks Cidr Block Actions - Specifies activities available for the CIDR block.
- cidr
Block String - The value of an IP address or IP address range.
- cidr
Block IntegerId - Unique identifier for each CIDR block.
- comments String
- Descriptive label you provide for the CIDR block.
- created
By String - The user who created the CIDR block.
- created
Date String - ISO 8601 timestamp indicating when the CIDR block was created.
- enabled Boolean
- Whether the CIDR block is enabled.
- modified
By String - The user who last edited the CIDR block.
- modified
Date String - ISO 8601 timestamp indicating when the CIDR block was last modified.
- actions
Get
Iam Cidr Blocks Cidr Block Actions - Specifies activities available for the CIDR block.
- cidr
Block string - The value of an IP address or IP address range.
- cidr
Block numberId - Unique identifier for each CIDR block.
- comments string
- Descriptive label you provide for the CIDR block.
- created
By string - The user who created the CIDR block.
- created
Date string - ISO 8601 timestamp indicating when the CIDR block was created.
- enabled boolean
- Whether the CIDR block is enabled.
- modified
By string - The user who last edited the CIDR block.
- modified
Date string - ISO 8601 timestamp indicating when the CIDR block was last modified.
- actions
Get
Iam Cidr Blocks Cidr Block Actions - Specifies activities available for the CIDR block.
- cidr_
block str - The value of an IP address or IP address range.
- cidr_
block_ intid - Unique identifier for each CIDR block.
- comments str
- Descriptive label you provide for the CIDR block.
- created_
by str - The user who created the CIDR block.
- created_
date str - ISO 8601 timestamp indicating when the CIDR block was created.
- enabled bool
- Whether the CIDR block is enabled.
- modified_
by str - The user who last edited the CIDR block.
- modified_
date str - ISO 8601 timestamp indicating when the CIDR block was last modified.
- actions Property Map
- Specifies activities available for the CIDR block.
- cidr
Block String - The value of an IP address or IP address range.
- cidr
Block NumberId - Unique identifier for each CIDR block.
- comments String
- Descriptive label you provide for the CIDR block.
- created
By String - The user who created the CIDR block.
- created
Date String - ISO 8601 timestamp indicating when the CIDR block was created.
- enabled Boolean
- Whether the CIDR block is enabled.
- modified
By String - The user who last edited the CIDR block.
- modified
Date String - ISO 8601 timestamp indicating when the CIDR block was last modified.
GetIamCidrBlocksCidrBlockActions
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.