Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Note ¶
type Note struct {
// contains filtered or unexported fields
}
func GetNote ¶
func GetNote(ctx *pulumi.Context, name string, id pulumi.ID, state *NoteState, opts ...pulumi.ResourceOpt) (*Note, error)
GetNote gets an existing Note resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewNote ¶
func NewNote(ctx *pulumi.Context, name string, args *NoteArgs, opts ...pulumi.ResourceOpt) (*Note, error)
NewNote registers a new resource with the given unique name, arguments, and options.
func (*Note) AttestationAuthority ¶
func (*Note) Name ¶
func (r *Note) Name() *pulumi.StringOutput
func (*Note) Project ¶
func (r *Note) Project() *pulumi.StringOutput
Click to show internal directories.
Click to hide internal directories.