Versions in this module Expand all Collapse all v1 v1.24.0 Dec 15, 2023 Changes in this version + func IsVirtualHostableS3Bucket(input string, allowSubDomains bool) bool + type ARN struct + AccountId string + Partition string + Region string + ResourceId OptionalStringSlice + Service string + func ParseARN(input string) *ARN + type OptionalStringSlice []string + func (s OptionalStringSlice) Get(i int) *string + type Partition struct + DefaultConfig PartitionConfig + ID string + RegionRegex string + Regions map[string]RegionOverrides + type PartitionConfig struct + DnsSuffix string + DualStackDnsSuffix string + Name string + SupportsDualStack bool + SupportsFIPS bool + func GetPartition(region string) *PartitionConfig + type RegionOverrides struct + DnsSuffix *string + DualStackDnsSuffix *string + Name *string + SupportsDualStack *bool + SupportsFIPS *bool