package dbparametergroup

import "github.com/oslokommune/okctl/pkg/cfn/components/dbparametergroup"

Package dbparametergroup knows how to create a cloud formation for a db parameter group

Index

Types

type DBParameterGroup

type DBParameterGroup struct {
	StoredName string
	Parameters map[string]string
}

DBParameterGroup stores the state for a cloud formation dbparametergroup

func New

func New(resourceName string, parameters map[string]string) *DBParameterGroup

New returns an initialised dbparametergroup - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html

func (*DBParameterGroup) Name

func (g *DBParameterGroup) Name() string

Name returns the name of the resource

func (*DBParameterGroup) NamedOutputs

func (g *DBParameterGroup) NamedOutputs() map[string]cloudformation.Output

NamedOutputs returns the outputs for the resource

func (*DBParameterGroup) Ref

func (g *DBParameterGroup) Ref() string

Ref returns a cloud formation intrinsic ref to the resource

func (*DBParameterGroup) Resource

Resource returns the cloud formation resource for a dbparametergroup For an exhaustive list of parameters: - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.html#Appendix.PostgreSQL.CommonDBATasks.Parameters

Source Files

dbparametergroup.go

Version
v0.0.106 (latest)
Published
Oct 21, 2022
Platform
linux/amd64
Imports
2 packages
Last checked
18 hours ago

Tools for package owners.