Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getIamTimezones
Explore with Pulumi AI
Using getIamTimezones
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 getIamTimezones(opts?: InvokeOptions): Promise<GetIamTimezonesResult>
function getIamTimezonesOutput(opts?: InvokeOptions): Output<GetIamTimezonesResult>
def get_iam_timezones(opts: Optional[InvokeOptions] = None) -> GetIamTimezonesResult
def get_iam_timezones_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamTimezonesResult]
func GetIamTimezones(ctx *Context, opts ...InvokeOption) (*GetIamTimezonesResult, error)
func GetIamTimezonesOutput(ctx *Context, opts ...InvokeOption) GetIamTimezonesResultOutput
> Note: This function is named GetIamTimezones
in the Go SDK.
public static class GetIamTimezones
{
public static Task<GetIamTimezonesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetIamTimezonesResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetIamTimezonesResult> getIamTimezones(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getIamTimezones:getIamTimezones
arguments:
# arguments dictionary
getIamTimezones Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Timezones
List<Get
Iam Timezones Timezone>
- Id string
- The provider-assigned unique ID for this managed resource.
- Timezones
[]Get
Iam Timezones Timezone
- id String
- The provider-assigned unique ID for this managed resource.
- timezones
List<Get
Iam Timezones Timezone>
- id string
- The provider-assigned unique ID for this managed resource.
- timezones
Get
Iam Timezones Timezone[]
- id str
- The provider-assigned unique ID for this managed resource.
- timezones
Sequence[Get
Iam Timezones Timezone]
- id String
- The provider-assigned unique ID for this managed resource.
- timezones List<Property Map>
Supporting Types
GetIamTimezonesTimezone
- Description string
- The description of a time zone, including the GMT +/-
- Offset string
- The time zone offset from GMT
- Posix string
- The time zone posix
- Timezone string
- The time zone ID
- Description string
- The description of a time zone, including the GMT +/-
- Offset string
- The time zone offset from GMT
- Posix string
- The time zone posix
- Timezone string
- The time zone ID
- description String
- The description of a time zone, including the GMT +/-
- offset String
- The time zone offset from GMT
- posix String
- The time zone posix
- timezone String
- The time zone ID
- description string
- The description of a time zone, including the GMT +/-
- offset string
- The time zone offset from GMT
- posix string
- The time zone posix
- timezone string
- The time zone ID
- description str
- The description of a time zone, including the GMT +/-
- offset str
- The time zone offset from GMT
- posix str
- The time zone posix
- timezone str
- The time zone ID
- description String
- The description of a time zone, including the GMT +/-
- offset String
- The time zone offset from GMT
- posix String
- The time zone posix
- timezone String
- The time zone ID
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.