Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CredentialScope ¶
CredentialScope is the credential scope of a region and service
type Endpoint ¶
type Endpoint struct {
// True if the endpoint cannot be resolved for this partition/region/service
Unresolveable aws.Ternary
Hostname string
Protocols []string
CredentialScope CredentialScope
SignatureVersions []string `json:"signatureVersions"`
}
Endpoint is a service endpoint description
type Endpoints ¶
Endpoints is a map of service config regions to endpoints
type Options ¶
type Options struct {
// Disable usage of HTTPS (TLS / SSL)
DisableHTTPS bool
}
Options provide configuration needed to direct how endpoints are resolved.
Source Files
¶
- endpoints.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Package awsrulesfn provides AWS focused endpoint rule functions for evaluating endpoint resolution rules.
|
Package awsrulesfn provides AWS focused endpoint rule functions for evaluating endpoint resolution rules. |
Click to show internal directories.
Click to hide internal directories.