1. Packages
  2. Akamai
  3. API Docs
  4. getIamCountries
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.getIamCountries

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Using getIamCountries

    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 getIamCountries(opts?: InvokeOptions): Promise<GetIamCountriesResult>
    function getIamCountriesOutput(opts?: InvokeOptions): Output<GetIamCountriesResult>
    def get_iam_countries(opts: Optional[InvokeOptions] = None) -> GetIamCountriesResult
    def get_iam_countries_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamCountriesResult]
    func GetIamCountries(ctx *Context, opts ...InvokeOption) (*GetIamCountriesResult, error)
    func GetIamCountriesOutput(ctx *Context, opts ...InvokeOption) GetIamCountriesResultOutput

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

    public static class GetIamCountries 
    {
        public static Task<GetIamCountriesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetIamCountriesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIamCountriesResult> getIamCountries(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getIamCountries:getIamCountries
      arguments:
        # arguments dictionary

    getIamCountries Result

    The following output properties are available:

    Countries List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Countries []string
    Id string
    The provider-assigned unique ID for this managed resource.
    countries List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    countries string[]
    id string
    The provider-assigned unique ID for this managed resource.
    countries Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    countries List<String>
    id String
    The provider-assigned unique ID for this managed resource.

    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 v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi