Documentation
¶
Overview ¶
nolint: lll Package containeranalysis exports types, functions, subpackages for provisioning containeranalysis resources.
> This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-gcp) > distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature, > first check the [`pulumi/pulumi-gcp` repo](https://github.com/pulumi/pulumi-gcp/issues); however, if that doesn't turn up anything, > please consult the source [`terraform-providers/terraform-provider-gcp` repo](https://github.com/terraform-providers/terraform-provider-gcp/issues).
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