secret

package
v0.0.0-...-2f6d3cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: BSL-1.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSSecret

type AWSSecret struct {
	pulumi.ResourceState

	Secret *secretsmanager.Secret
}

func NewAWSSecret

func NewAWSSecret(ctx *pulumi.Context, props AWSSecretProps, opts ...pulumi.ResourceOption) (*AWSSecret, error)

type AWSSecretProps

type AWSSecretProps struct {
	Name         string
	Type         SecretType
	InitialValue pulumi.StringMapInput
}

func (AWSSecretProps) String

func (props AWSSecretProps) String() string

type SecretType

type SecretType string
const (
	DBCreds    SecretType = "db"
	MongoCreds SecretType = "mongo"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL