containeranalysis

package
v0.18.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

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

<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 (r *Note) AttestationAuthority() *pulumi.Output

func (*Note) ID

func (r *Note) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Note) Name

func (r *Note) Name() *pulumi.StringOutput

func (*Note) Project

func (r *Note) Project() *pulumi.StringOutput

func (*Note) URN

func (r *Note) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type NoteArgs

type NoteArgs struct {
	AttestationAuthority interface{}
	Name                 interface{}
	Project              interface{}
}

The set of arguments for constructing a Note resource.

type NoteState

type NoteState struct {
	AttestationAuthority interface{}
	Name                 interface{}
	Project              interface{}
}

Input properties used for looking up and filtering Note resources.

Jump to

Keyboard shortcuts

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