Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secret ¶
type Secret struct{}
type SecretArgs ¶
type SecretArgs struct { // ProjectId - Id of the project to create the secret in ProjectId string `pulumi:"project_id"` // Name - Name of the secret Name string `pulumi:"name"` // Value - Value of the secret Value string `pulumi:"value" provider:"secret"` }
Each resource has in input struct, defining what arguments it accepts.
type SecretState ¶
type SecretState struct { // It is generally a good idea to embed args in outputs, but it isn't strictly necessary. SecretArgs }
Each resource has a state, describing the fields that exist on the created resource.
Click to show internal directories.
Click to hide internal directories.