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
}
Provides a detailed description of a Note.
> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider. See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources.
To get more information about Note, see:
* [API documentation](https://cloud.google.com/container-analysis/api/reference/rest/) * How-to Guides
- [Official Documentation](https://cloud.google.com/container-analysis/)
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
<a href="https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_working_dir=container_analysis_note_basic&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md" target="_blank"> <img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;"> </a>
</div>
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