Documentation ¶
Index ¶
- func GetEC2Client(stage string) (*ec2.EC2, error)
- func GetEC2ClientForAccount(account string) (*ec2.EC2, error)
- func GetIAMClient(stage string) (*iam.IAM, error)
- func GetS3Client(stage string) (*s3.S3, error)
- func GetSecretsmanagerClient(stage string) (*secretsmanager.SecretsManager, error)
- func RegisterRoutes(r *gin.RouterGroup)
- type PolicyDocument
- type StatementEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEC2ClientForAccount ¶ added in v1.3.0
func GetSecretsmanagerClient ¶ added in v1.3.13
func GetSecretsmanagerClient(stage string) (*secretsmanager.SecretsManager, error)
func RegisterRoutes ¶
func RegisterRoutes(r *gin.RouterGroup)
Types ¶
type PolicyDocument ¶
type PolicyDocument struct { Version string Statement []StatementEntry }
PolicyDocument IAM Policy Document
type StatementEntry ¶
StatementEntry IAM Statement Entry
Click to show internal directories.
Click to hide internal directories.