Akamai
getIamTimezones
Use akamai.getIamTimezones
to list all time zones Akamai supports. Time zones are in ISO 8601 format. Use the values from this data source to set the time zone for a user. Administrators use this data source to set a user’s time zone. The default time zone is GMT.
Attributes reference
These attributes are returned:
timezones
— Supported timezones.timezone
- The time zone ID.description
- The description of a time zone, including the GMT +/-.offset
- The time zone offset from GMT.posix
- The time zone posix.
Using getIamTimezones
function getIamTimezones(opts?: InvokeOptions): Promise<GetIamTimezonesResult>
def get_iam_timezones(opts: Optional[InvokeOptions] = None) -> GetIamTimezonesResult
func GetIamTimezones(ctx *Context, opts ...InvokeOption) (*GetIamTimezonesResult, error)
> Note: This function is named GetIamTimezones
in the Go SDK.
public static class GetIamTimezones
{
public static Task<GetIamTimezonesResult> InvokeAsync(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
- Offset string
- Posix string
- Timezone string
- Description string
- Offset string
- Posix string
- Timezone string
- description String
- offset String
- posix String
- timezone String
- description string
- offset string
- posix string
- timezone string
- description str
- offset str
- posix str
- timezone str
- description String
- offset String
- posix String
- timezone String
Package Details
- Repository
- https://github.com/pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.