Documentation ¶
Index ¶
- Constants
- Variables
- func CreateDelegationSet(ctx context.Context, zoneId *string, r53 *route53.Client) (*types.DelegationSet, error)
- func CreateHostedZone(ctx context.Context, domain string, r53 *route53.Client) (*types.HostedZone, error)deprecated
- func GetAccountID(arn string) string
- func GetDelegationSet(ctx context.Context, r53 *route53.Client) (*types.DelegationSet, error)
- func GetHostedZoneByName(ctx context.Context, domain string, r53 *route53.Client) (*types.HostedZone, error)
- func IsParameterNotFoundError(err error) bool
- func IsS3NoSuchKeyError(err error) bool
- func ListResourceRecords(ctx context.Context, zoneId, recordName string, recordType types.RRType, ...) ([]string, error)
- func LoadDefaultConfig(ctx context.Context, region Region) (aws.Config, error)
- type Aws
- func (a *Aws) DeleteSecrets(ctx context.Context, names ...string) error
- func (a *Aws) IsValidSecret(ctx context.Context, name string) (bool, error)
- func (a *Aws) ListSecrets(ctx context.Context) ([]string, error)
- func (a *Aws) ListSecretsByPrefix(ctx context.Context, prefix string) ([]string, error)
- func (a *Aws) LoadConfig(ctx context.Context) (aws.Config, error)
- func (a *Aws) PutSecret(ctx context.Context, name, value string) error
- type Region
Constants ¶
View Source
const CreateHostedZoneComment = "Created by defang cli"
Variables ¶
Functions ¶
func CreateDelegationSet ¶
func CreateHostedZone
deprecated
func GetAccountID ¶
func GetDelegationSet ¶
func GetHostedZoneByName ¶
func IsS3NoSuchKeyError ¶
func ListResourceRecords ¶
Types ¶
type Aws ¶
type Aws struct {
Region Region
}
func (*Aws) IsValidSecret ¶
func (*Aws) ListSecretsByPrefix ¶
Click to show internal directories.
Click to hide internal directories.