resourceexplorer2

package
v0.53.0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IndexStateEnumActive   = IndexStateEnum("ACTIVE")
	IndexStateEnumCreating = IndexStateEnum("CREATING")
	IndexStateEnumDeleting = IndexStateEnum("DELETING")
	IndexStateEnumDeleted  = IndexStateEnum("DELETED")
	IndexStateEnumUpdating = IndexStateEnum("UPDATING")
)
View Source
const (
	IndexTypeLocal      = IndexType("LOCAL")
	IndexTypeAggregator = IndexType("AGGREGATOR")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultViewAssociation

type DefaultViewAssociation struct {
	pulumi.CustomResourceState

	// The AWS principal that the default view is associated with, used as the unique identifier for this resource.
	AssociatedAwsPrincipal pulumi.StringOutput `pulumi:"associatedAwsPrincipal"`
	ViewArn                pulumi.StringOutput `pulumi:"viewArn"`
}

Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type

func GetDefaultViewAssociation

func GetDefaultViewAssociation(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DefaultViewAssociationState, opts ...pulumi.ResourceOption) (*DefaultViewAssociation, error)

GetDefaultViewAssociation gets an existing DefaultViewAssociation 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 NewDefaultViewAssociation

func NewDefaultViewAssociation(ctx *pulumi.Context,
	name string, args *DefaultViewAssociationArgs, opts ...pulumi.ResourceOption) (*DefaultViewAssociation, error)

NewDefaultViewAssociation registers a new resource with the given unique name, arguments, and options.

func (*DefaultViewAssociation) ElementType

func (*DefaultViewAssociation) ElementType() reflect.Type

func (*DefaultViewAssociation) ToDefaultViewAssociationOutput

func (i *DefaultViewAssociation) ToDefaultViewAssociationOutput() DefaultViewAssociationOutput

func (*DefaultViewAssociation) ToDefaultViewAssociationOutputWithContext

func (i *DefaultViewAssociation) ToDefaultViewAssociationOutputWithContext(ctx context.Context) DefaultViewAssociationOutput

type DefaultViewAssociationArgs

type DefaultViewAssociationArgs struct {
	ViewArn pulumi.StringInput
}

The set of arguments for constructing a DefaultViewAssociation resource.

func (DefaultViewAssociationArgs) ElementType

func (DefaultViewAssociationArgs) ElementType() reflect.Type

type DefaultViewAssociationInput

type DefaultViewAssociationInput interface {
	pulumi.Input

	ToDefaultViewAssociationOutput() DefaultViewAssociationOutput
	ToDefaultViewAssociationOutputWithContext(ctx context.Context) DefaultViewAssociationOutput
}

type DefaultViewAssociationOutput

type DefaultViewAssociationOutput struct{ *pulumi.OutputState }

func (DefaultViewAssociationOutput) AssociatedAwsPrincipal

func (o DefaultViewAssociationOutput) AssociatedAwsPrincipal() pulumi.StringOutput

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

func (DefaultViewAssociationOutput) ElementType

func (DefaultViewAssociationOutput) ToDefaultViewAssociationOutput

func (o DefaultViewAssociationOutput) ToDefaultViewAssociationOutput() DefaultViewAssociationOutput

func (DefaultViewAssociationOutput) ToDefaultViewAssociationOutputWithContext

func (o DefaultViewAssociationOutput) ToDefaultViewAssociationOutputWithContext(ctx context.Context) DefaultViewAssociationOutput

func (DefaultViewAssociationOutput) ViewArn

type DefaultViewAssociationState

type DefaultViewAssociationState struct {
}

func (DefaultViewAssociationState) ElementType

type Index

type Index struct {
	pulumi.CustomResourceState

	Arn        pulumi.StringOutput  `pulumi:"arn"`
	IndexState IndexStateEnumOutput `pulumi:"indexState"`
	Tags       IndexTagMapPtrOutput `pulumi:"tags"`
	Type       IndexTypeOutput      `pulumi:"type"`
}

Definition of AWS::ResourceExplorer2::Index Resource Type

func GetIndex

func GetIndex(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *IndexState, opts ...pulumi.ResourceOption) (*Index, error)

GetIndex gets an existing Index 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 NewIndex

func NewIndex(ctx *pulumi.Context,
	name string, args *IndexArgs, opts ...pulumi.ResourceOption) (*Index, error)

NewIndex registers a new resource with the given unique name, arguments, and options.

func (*Index) ElementType

func (*Index) ElementType() reflect.Type

func (*Index) ToIndexOutput

func (i *Index) ToIndexOutput() IndexOutput

func (*Index) ToIndexOutputWithContext

func (i *Index) ToIndexOutputWithContext(ctx context.Context) IndexOutput

type IndexArgs

type IndexArgs struct {
	Tags IndexTagMapPtrInput
	Type IndexTypeInput
}

The set of arguments for constructing a Index resource.

func (IndexArgs) ElementType

func (IndexArgs) ElementType() reflect.Type

type IndexInput

type IndexInput interface {
	pulumi.Input

	ToIndexOutput() IndexOutput
	ToIndexOutputWithContext(ctx context.Context) IndexOutput
}

type IndexOutput

type IndexOutput struct{ *pulumi.OutputState }

func (IndexOutput) Arn

func (IndexOutput) ElementType

func (IndexOutput) ElementType() reflect.Type

func (IndexOutput) IndexState

func (o IndexOutput) IndexState() IndexStateEnumOutput

func (IndexOutput) Tags

func (IndexOutput) ToIndexOutput

func (o IndexOutput) ToIndexOutput() IndexOutput

func (IndexOutput) ToIndexOutputWithContext

func (o IndexOutput) ToIndexOutputWithContext(ctx context.Context) IndexOutput

func (IndexOutput) Type

func (o IndexOutput) Type() IndexTypeOutput

type IndexState

type IndexState struct {
}

func (IndexState) ElementType

func (IndexState) ElementType() reflect.Type

type IndexStateEnum

type IndexStateEnum string

type IndexStateEnumOutput

type IndexStateEnumOutput struct{ *pulumi.OutputState }

func (IndexStateEnumOutput) ElementType

func (IndexStateEnumOutput) ElementType() reflect.Type

func (IndexStateEnumOutput) ToIndexStateEnumOutput

func (o IndexStateEnumOutput) ToIndexStateEnumOutput() IndexStateEnumOutput

func (IndexStateEnumOutput) ToIndexStateEnumOutputWithContext

func (o IndexStateEnumOutput) ToIndexStateEnumOutputWithContext(ctx context.Context) IndexStateEnumOutput

func (IndexStateEnumOutput) ToIndexStateEnumPtrOutput

func (o IndexStateEnumOutput) ToIndexStateEnumPtrOutput() IndexStateEnumPtrOutput

func (IndexStateEnumOutput) ToIndexStateEnumPtrOutputWithContext

func (o IndexStateEnumOutput) ToIndexStateEnumPtrOutputWithContext(ctx context.Context) IndexStateEnumPtrOutput

func (IndexStateEnumOutput) ToStringOutput

func (o IndexStateEnumOutput) ToStringOutput() pulumi.StringOutput

func (IndexStateEnumOutput) ToStringOutputWithContext

func (o IndexStateEnumOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IndexStateEnumOutput) ToStringPtrOutput

func (o IndexStateEnumOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (IndexStateEnumOutput) ToStringPtrOutputWithContext

func (o IndexStateEnumOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IndexStateEnumPtrOutput

type IndexStateEnumPtrOutput struct{ *pulumi.OutputState }

func (IndexStateEnumPtrOutput) Elem

func (IndexStateEnumPtrOutput) ElementType

func (IndexStateEnumPtrOutput) ElementType() reflect.Type

func (IndexStateEnumPtrOutput) ToIndexStateEnumPtrOutput

func (o IndexStateEnumPtrOutput) ToIndexStateEnumPtrOutput() IndexStateEnumPtrOutput

func (IndexStateEnumPtrOutput) ToIndexStateEnumPtrOutputWithContext

func (o IndexStateEnumPtrOutput) ToIndexStateEnumPtrOutputWithContext(ctx context.Context) IndexStateEnumPtrOutput

func (IndexStateEnumPtrOutput) ToStringPtrOutput

func (o IndexStateEnumPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (IndexStateEnumPtrOutput) ToStringPtrOutputWithContext

func (o IndexStateEnumPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IndexTagMap

type IndexTagMap struct {
}

type IndexTagMapArgs

type IndexTagMapArgs struct {
}

func (IndexTagMapArgs) ElementType

func (IndexTagMapArgs) ElementType() reflect.Type

func (IndexTagMapArgs) ToIndexTagMapOutput

func (i IndexTagMapArgs) ToIndexTagMapOutput() IndexTagMapOutput

func (IndexTagMapArgs) ToIndexTagMapOutputWithContext

func (i IndexTagMapArgs) ToIndexTagMapOutputWithContext(ctx context.Context) IndexTagMapOutput

func (IndexTagMapArgs) ToIndexTagMapPtrOutput

func (i IndexTagMapArgs) ToIndexTagMapPtrOutput() IndexTagMapPtrOutput

func (IndexTagMapArgs) ToIndexTagMapPtrOutputWithContext

func (i IndexTagMapArgs) ToIndexTagMapPtrOutputWithContext(ctx context.Context) IndexTagMapPtrOutput

type IndexTagMapInput

type IndexTagMapInput interface {
	pulumi.Input

	ToIndexTagMapOutput() IndexTagMapOutput
	ToIndexTagMapOutputWithContext(context.Context) IndexTagMapOutput
}

IndexTagMapInput is an input type that accepts IndexTagMap and IndexTagMapOutput values. You can construct a concrete instance of `IndexTagMapInput` via:

IndexTagMap{ "key": IndexTagArgs{...} }

type IndexTagMapOutput

type IndexTagMapOutput struct{ *pulumi.OutputState }

func (IndexTagMapOutput) ElementType

func (IndexTagMapOutput) ElementType() reflect.Type

func (IndexTagMapOutput) ToIndexTagMapOutput

func (o IndexTagMapOutput) ToIndexTagMapOutput() IndexTagMapOutput

func (IndexTagMapOutput) ToIndexTagMapOutputWithContext

func (o IndexTagMapOutput) ToIndexTagMapOutputWithContext(ctx context.Context) IndexTagMapOutput

func (IndexTagMapOutput) ToIndexTagMapPtrOutput

func (o IndexTagMapOutput) ToIndexTagMapPtrOutput() IndexTagMapPtrOutput

func (IndexTagMapOutput) ToIndexTagMapPtrOutputWithContext

func (o IndexTagMapOutput) ToIndexTagMapPtrOutputWithContext(ctx context.Context) IndexTagMapPtrOutput

type IndexTagMapPtrInput

type IndexTagMapPtrInput interface {
	pulumi.Input

	ToIndexTagMapPtrOutput() IndexTagMapPtrOutput
	ToIndexTagMapPtrOutputWithContext(context.Context) IndexTagMapPtrOutput
}

IndexTagMapPtrInput is an input type that accepts IndexTagMapArgs, IndexTagMapPtr and IndexTagMapPtrOutput values. You can construct a concrete instance of `IndexTagMapPtrInput` via:

        IndexTagMapArgs{...}

or:

        nil

func IndexTagMapPtr

func IndexTagMapPtr(v *IndexTagMapArgs) IndexTagMapPtrInput

type IndexTagMapPtrOutput

type IndexTagMapPtrOutput struct{ *pulumi.OutputState }

func (IndexTagMapPtrOutput) Elem

func (IndexTagMapPtrOutput) ElementType

func (IndexTagMapPtrOutput) ElementType() reflect.Type

func (IndexTagMapPtrOutput) ToIndexTagMapPtrOutput

func (o IndexTagMapPtrOutput) ToIndexTagMapPtrOutput() IndexTagMapPtrOutput

func (IndexTagMapPtrOutput) ToIndexTagMapPtrOutputWithContext

func (o IndexTagMapPtrOutput) ToIndexTagMapPtrOutputWithContext(ctx context.Context) IndexTagMapPtrOutput

type IndexType

type IndexType string

func (IndexType) ElementType

func (IndexType) ElementType() reflect.Type

func (IndexType) ToIndexTypeOutput

func (e IndexType) ToIndexTypeOutput() IndexTypeOutput

func (IndexType) ToIndexTypeOutputWithContext

func (e IndexType) ToIndexTypeOutputWithContext(ctx context.Context) IndexTypeOutput

func (IndexType) ToIndexTypePtrOutput

func (e IndexType) ToIndexTypePtrOutput() IndexTypePtrOutput

func (IndexType) ToIndexTypePtrOutputWithContext

func (e IndexType) ToIndexTypePtrOutputWithContext(ctx context.Context) IndexTypePtrOutput

func (IndexType) ToStringOutput

func (e IndexType) ToStringOutput() pulumi.StringOutput

func (IndexType) ToStringOutputWithContext

func (e IndexType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IndexType) ToStringPtrOutput

func (e IndexType) ToStringPtrOutput() pulumi.StringPtrOutput

func (IndexType) ToStringPtrOutputWithContext

func (e IndexType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IndexTypeInput

type IndexTypeInput interface {
	pulumi.Input

	ToIndexTypeOutput() IndexTypeOutput
	ToIndexTypeOutputWithContext(context.Context) IndexTypeOutput
}

IndexTypeInput is an input type that accepts IndexTypeArgs and IndexTypeOutput values. You can construct a concrete instance of `IndexTypeInput` via:

IndexTypeArgs{...}

type IndexTypeOutput

type IndexTypeOutput struct{ *pulumi.OutputState }

func (IndexTypeOutput) ElementType

func (IndexTypeOutput) ElementType() reflect.Type

func (IndexTypeOutput) ToIndexTypeOutput

func (o IndexTypeOutput) ToIndexTypeOutput() IndexTypeOutput

func (IndexTypeOutput) ToIndexTypeOutputWithContext

func (o IndexTypeOutput) ToIndexTypeOutputWithContext(ctx context.Context) IndexTypeOutput

func (IndexTypeOutput) ToIndexTypePtrOutput

func (o IndexTypeOutput) ToIndexTypePtrOutput() IndexTypePtrOutput

func (IndexTypeOutput) ToIndexTypePtrOutputWithContext

func (o IndexTypeOutput) ToIndexTypePtrOutputWithContext(ctx context.Context) IndexTypePtrOutput

func (IndexTypeOutput) ToStringOutput

func (o IndexTypeOutput) ToStringOutput() pulumi.StringOutput

func (IndexTypeOutput) ToStringOutputWithContext

func (o IndexTypeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (IndexTypeOutput) ToStringPtrOutput

func (o IndexTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (IndexTypeOutput) ToStringPtrOutputWithContext

func (o IndexTypeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type IndexTypePtrInput

type IndexTypePtrInput interface {
	pulumi.Input

	ToIndexTypePtrOutput() IndexTypePtrOutput
	ToIndexTypePtrOutputWithContext(context.Context) IndexTypePtrOutput
}

func IndexTypePtr

func IndexTypePtr(v string) IndexTypePtrInput

type IndexTypePtrOutput

type IndexTypePtrOutput struct{ *pulumi.OutputState }

func (IndexTypePtrOutput) Elem

func (IndexTypePtrOutput) ElementType

func (IndexTypePtrOutput) ElementType() reflect.Type

func (IndexTypePtrOutput) ToIndexTypePtrOutput

func (o IndexTypePtrOutput) ToIndexTypePtrOutput() IndexTypePtrOutput

func (IndexTypePtrOutput) ToIndexTypePtrOutputWithContext

func (o IndexTypePtrOutput) ToIndexTypePtrOutputWithContext(ctx context.Context) IndexTypePtrOutput

func (IndexTypePtrOutput) ToStringPtrOutput

func (o IndexTypePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (IndexTypePtrOutput) ToStringPtrOutputWithContext

func (o IndexTypePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LookupDefaultViewAssociationArgs

type LookupDefaultViewAssociationArgs struct {
	// The AWS principal that the default view is associated with, used as the unique identifier for this resource.
	AssociatedAwsPrincipal string `pulumi:"associatedAwsPrincipal"`
}

type LookupDefaultViewAssociationOutputArgs

type LookupDefaultViewAssociationOutputArgs struct {
	// The AWS principal that the default view is associated with, used as the unique identifier for this resource.
	AssociatedAwsPrincipal pulumi.StringInput `pulumi:"associatedAwsPrincipal"`
}

func (LookupDefaultViewAssociationOutputArgs) ElementType

type LookupDefaultViewAssociationResult

type LookupDefaultViewAssociationResult struct {
	// The AWS principal that the default view is associated with, used as the unique identifier for this resource.
	AssociatedAwsPrincipal *string `pulumi:"associatedAwsPrincipal"`
	ViewArn                *string `pulumi:"viewArn"`
}

func LookupDefaultViewAssociation

func LookupDefaultViewAssociation(ctx *pulumi.Context, args *LookupDefaultViewAssociationArgs, opts ...pulumi.InvokeOption) (*LookupDefaultViewAssociationResult, error)

Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type

type LookupDefaultViewAssociationResultOutput

type LookupDefaultViewAssociationResultOutput struct{ *pulumi.OutputState }

func (LookupDefaultViewAssociationResultOutput) AssociatedAwsPrincipal

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

func (LookupDefaultViewAssociationResultOutput) ElementType

func (LookupDefaultViewAssociationResultOutput) ToLookupDefaultViewAssociationResultOutput

func (o LookupDefaultViewAssociationResultOutput) ToLookupDefaultViewAssociationResultOutput() LookupDefaultViewAssociationResultOutput

func (LookupDefaultViewAssociationResultOutput) ToLookupDefaultViewAssociationResultOutputWithContext

func (o LookupDefaultViewAssociationResultOutput) ToLookupDefaultViewAssociationResultOutputWithContext(ctx context.Context) LookupDefaultViewAssociationResultOutput

func (LookupDefaultViewAssociationResultOutput) ViewArn

type LookupIndexArgs

type LookupIndexArgs struct {
	Arn string `pulumi:"arn"`
}

type LookupIndexOutputArgs

type LookupIndexOutputArgs struct {
	Arn pulumi.StringInput `pulumi:"arn"`
}

func (LookupIndexOutputArgs) ElementType

func (LookupIndexOutputArgs) ElementType() reflect.Type

type LookupIndexResult

type LookupIndexResult struct {
	Arn        *string         `pulumi:"arn"`
	IndexState *IndexStateEnum `pulumi:"indexState"`
	Tags       *IndexTagMap    `pulumi:"tags"`
	Type       *IndexType      `pulumi:"type"`
}

func LookupIndex

func LookupIndex(ctx *pulumi.Context, args *LookupIndexArgs, opts ...pulumi.InvokeOption) (*LookupIndexResult, error)

Definition of AWS::ResourceExplorer2::Index Resource Type

type LookupIndexResultOutput

type LookupIndexResultOutput struct{ *pulumi.OutputState }

func (LookupIndexResultOutput) Arn

func (LookupIndexResultOutput) ElementType

func (LookupIndexResultOutput) ElementType() reflect.Type

func (LookupIndexResultOutput) IndexState

func (LookupIndexResultOutput) Tags

func (LookupIndexResultOutput) ToLookupIndexResultOutput

func (o LookupIndexResultOutput) ToLookupIndexResultOutput() LookupIndexResultOutput

func (LookupIndexResultOutput) ToLookupIndexResultOutputWithContext

func (o LookupIndexResultOutput) ToLookupIndexResultOutputWithContext(ctx context.Context) LookupIndexResultOutput

func (LookupIndexResultOutput) Type

type LookupViewArgs

type LookupViewArgs struct {
	ViewArn string `pulumi:"viewArn"`
}

type LookupViewOutputArgs

type LookupViewOutputArgs struct {
	ViewArn pulumi.StringInput `pulumi:"viewArn"`
}

func (LookupViewOutputArgs) ElementType

func (LookupViewOutputArgs) ElementType() reflect.Type

type LookupViewResult

type LookupViewResult struct {
	Filters            *ViewFilters           `pulumi:"filters"`
	IncludedProperties []ViewIncludedProperty `pulumi:"includedProperties"`
	Tags               *ViewTagMap            `pulumi:"tags"`
	ViewArn            *string                `pulumi:"viewArn"`
}

func LookupView

func LookupView(ctx *pulumi.Context, args *LookupViewArgs, opts ...pulumi.InvokeOption) (*LookupViewResult, error)

Definition of AWS::ResourceExplorer2::View Resource Type

type LookupViewResultOutput

type LookupViewResultOutput struct{ *pulumi.OutputState }

func (LookupViewResultOutput) ElementType

func (LookupViewResultOutput) ElementType() reflect.Type

func (LookupViewResultOutput) Filters

func (LookupViewResultOutput) IncludedProperties

func (LookupViewResultOutput) Tags

func (LookupViewResultOutput) ToLookupViewResultOutput

func (o LookupViewResultOutput) ToLookupViewResultOutput() LookupViewResultOutput

func (LookupViewResultOutput) ToLookupViewResultOutputWithContext

func (o LookupViewResultOutput) ToLookupViewResultOutputWithContext(ctx context.Context) LookupViewResultOutput

func (LookupViewResultOutput) ViewArn

type View

type View struct {
	pulumi.CustomResourceState

	Filters            ViewFiltersPtrOutput            `pulumi:"filters"`
	IncludedProperties ViewIncludedPropertyArrayOutput `pulumi:"includedProperties"`
	Tags               ViewTagMapPtrOutput             `pulumi:"tags"`
	ViewArn            pulumi.StringOutput             `pulumi:"viewArn"`
	ViewName           pulumi.StringOutput             `pulumi:"viewName"`
}

Definition of AWS::ResourceExplorer2::View Resource Type

func GetView

func GetView(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ViewState, opts ...pulumi.ResourceOption) (*View, error)

GetView gets an existing View 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 NewView

func NewView(ctx *pulumi.Context,
	name string, args *ViewArgs, opts ...pulumi.ResourceOption) (*View, error)

NewView registers a new resource with the given unique name, arguments, and options.

func (*View) ElementType

func (*View) ElementType() reflect.Type

func (*View) ToViewOutput

func (i *View) ToViewOutput() ViewOutput

func (*View) ToViewOutputWithContext

func (i *View) ToViewOutputWithContext(ctx context.Context) ViewOutput

type ViewArgs

type ViewArgs struct {
	Filters            ViewFiltersPtrInput
	IncludedProperties ViewIncludedPropertyArrayInput
	Tags               ViewTagMapPtrInput
	ViewName           pulumi.StringPtrInput
}

The set of arguments for constructing a View resource.

func (ViewArgs) ElementType

func (ViewArgs) ElementType() reflect.Type

type ViewFilters

type ViewFilters struct {
	FilterString string `pulumi:"filterString"`
}

type ViewFiltersArgs

type ViewFiltersArgs struct {
	FilterString pulumi.StringInput `pulumi:"filterString"`
}

func (ViewFiltersArgs) ElementType

func (ViewFiltersArgs) ElementType() reflect.Type

func (ViewFiltersArgs) ToViewFiltersOutput

func (i ViewFiltersArgs) ToViewFiltersOutput() ViewFiltersOutput

func (ViewFiltersArgs) ToViewFiltersOutputWithContext

func (i ViewFiltersArgs) ToViewFiltersOutputWithContext(ctx context.Context) ViewFiltersOutput

func (ViewFiltersArgs) ToViewFiltersPtrOutput

func (i ViewFiltersArgs) ToViewFiltersPtrOutput() ViewFiltersPtrOutput

func (ViewFiltersArgs) ToViewFiltersPtrOutputWithContext

func (i ViewFiltersArgs) ToViewFiltersPtrOutputWithContext(ctx context.Context) ViewFiltersPtrOutput

type ViewFiltersInput

type ViewFiltersInput interface {
	pulumi.Input

	ToViewFiltersOutput() ViewFiltersOutput
	ToViewFiltersOutputWithContext(context.Context) ViewFiltersOutput
}

ViewFiltersInput is an input type that accepts ViewFiltersArgs and ViewFiltersOutput values. You can construct a concrete instance of `ViewFiltersInput` via:

ViewFiltersArgs{...}

type ViewFiltersOutput

type ViewFiltersOutput struct{ *pulumi.OutputState }

func (ViewFiltersOutput) ElementType

func (ViewFiltersOutput) ElementType() reflect.Type

func (ViewFiltersOutput) FilterString

func (o ViewFiltersOutput) FilterString() pulumi.StringOutput

func (ViewFiltersOutput) ToViewFiltersOutput

func (o ViewFiltersOutput) ToViewFiltersOutput() ViewFiltersOutput

func (ViewFiltersOutput) ToViewFiltersOutputWithContext

func (o ViewFiltersOutput) ToViewFiltersOutputWithContext(ctx context.Context) ViewFiltersOutput

func (ViewFiltersOutput) ToViewFiltersPtrOutput

func (o ViewFiltersOutput) ToViewFiltersPtrOutput() ViewFiltersPtrOutput

func (ViewFiltersOutput) ToViewFiltersPtrOutputWithContext

func (o ViewFiltersOutput) ToViewFiltersPtrOutputWithContext(ctx context.Context) ViewFiltersPtrOutput

type ViewFiltersPtrInput

type ViewFiltersPtrInput interface {
	pulumi.Input

	ToViewFiltersPtrOutput() ViewFiltersPtrOutput
	ToViewFiltersPtrOutputWithContext(context.Context) ViewFiltersPtrOutput
}

ViewFiltersPtrInput is an input type that accepts ViewFiltersArgs, ViewFiltersPtr and ViewFiltersPtrOutput values. You can construct a concrete instance of `ViewFiltersPtrInput` via:

        ViewFiltersArgs{...}

or:

        nil

func ViewFiltersPtr

func ViewFiltersPtr(v *ViewFiltersArgs) ViewFiltersPtrInput

type ViewFiltersPtrOutput

type ViewFiltersPtrOutput struct{ *pulumi.OutputState }

func (ViewFiltersPtrOutput) Elem

func (ViewFiltersPtrOutput) ElementType

func (ViewFiltersPtrOutput) ElementType() reflect.Type

func (ViewFiltersPtrOutput) FilterString

func (o ViewFiltersPtrOutput) FilterString() pulumi.StringPtrOutput

func (ViewFiltersPtrOutput) ToViewFiltersPtrOutput

func (o ViewFiltersPtrOutput) ToViewFiltersPtrOutput() ViewFiltersPtrOutput

func (ViewFiltersPtrOutput) ToViewFiltersPtrOutputWithContext

func (o ViewFiltersPtrOutput) ToViewFiltersPtrOutputWithContext(ctx context.Context) ViewFiltersPtrOutput

type ViewIncludedProperty

type ViewIncludedProperty struct {
	Name string `pulumi:"name"`
}

type ViewIncludedPropertyArgs

type ViewIncludedPropertyArgs struct {
	Name pulumi.StringInput `pulumi:"name"`
}

func (ViewIncludedPropertyArgs) ElementType

func (ViewIncludedPropertyArgs) ElementType() reflect.Type

func (ViewIncludedPropertyArgs) ToViewIncludedPropertyOutput

func (i ViewIncludedPropertyArgs) ToViewIncludedPropertyOutput() ViewIncludedPropertyOutput

func (ViewIncludedPropertyArgs) ToViewIncludedPropertyOutputWithContext

func (i ViewIncludedPropertyArgs) ToViewIncludedPropertyOutputWithContext(ctx context.Context) ViewIncludedPropertyOutput

type ViewIncludedPropertyArray

type ViewIncludedPropertyArray []ViewIncludedPropertyInput

func (ViewIncludedPropertyArray) ElementType

func (ViewIncludedPropertyArray) ElementType() reflect.Type

func (ViewIncludedPropertyArray) ToViewIncludedPropertyArrayOutput

func (i ViewIncludedPropertyArray) ToViewIncludedPropertyArrayOutput() ViewIncludedPropertyArrayOutput

func (ViewIncludedPropertyArray) ToViewIncludedPropertyArrayOutputWithContext

func (i ViewIncludedPropertyArray) ToViewIncludedPropertyArrayOutputWithContext(ctx context.Context) ViewIncludedPropertyArrayOutput

type ViewIncludedPropertyArrayInput

type ViewIncludedPropertyArrayInput interface {
	pulumi.Input

	ToViewIncludedPropertyArrayOutput() ViewIncludedPropertyArrayOutput
	ToViewIncludedPropertyArrayOutputWithContext(context.Context) ViewIncludedPropertyArrayOutput
}

ViewIncludedPropertyArrayInput is an input type that accepts ViewIncludedPropertyArray and ViewIncludedPropertyArrayOutput values. You can construct a concrete instance of `ViewIncludedPropertyArrayInput` via:

ViewIncludedPropertyArray{ ViewIncludedPropertyArgs{...} }

type ViewIncludedPropertyArrayOutput

type ViewIncludedPropertyArrayOutput struct{ *pulumi.OutputState }

func (ViewIncludedPropertyArrayOutput) ElementType

func (ViewIncludedPropertyArrayOutput) Index

func (ViewIncludedPropertyArrayOutput) ToViewIncludedPropertyArrayOutput

func (o ViewIncludedPropertyArrayOutput) ToViewIncludedPropertyArrayOutput() ViewIncludedPropertyArrayOutput

func (ViewIncludedPropertyArrayOutput) ToViewIncludedPropertyArrayOutputWithContext

func (o ViewIncludedPropertyArrayOutput) ToViewIncludedPropertyArrayOutputWithContext(ctx context.Context) ViewIncludedPropertyArrayOutput

type ViewIncludedPropertyInput

type ViewIncludedPropertyInput interface {
	pulumi.Input

	ToViewIncludedPropertyOutput() ViewIncludedPropertyOutput
	ToViewIncludedPropertyOutputWithContext(context.Context) ViewIncludedPropertyOutput
}

ViewIncludedPropertyInput is an input type that accepts ViewIncludedPropertyArgs and ViewIncludedPropertyOutput values. You can construct a concrete instance of `ViewIncludedPropertyInput` via:

ViewIncludedPropertyArgs{...}

type ViewIncludedPropertyOutput

type ViewIncludedPropertyOutput struct{ *pulumi.OutputState }

func (ViewIncludedPropertyOutput) ElementType

func (ViewIncludedPropertyOutput) ElementType() reflect.Type

func (ViewIncludedPropertyOutput) Name

func (ViewIncludedPropertyOutput) ToViewIncludedPropertyOutput

func (o ViewIncludedPropertyOutput) ToViewIncludedPropertyOutput() ViewIncludedPropertyOutput

func (ViewIncludedPropertyOutput) ToViewIncludedPropertyOutputWithContext

func (o ViewIncludedPropertyOutput) ToViewIncludedPropertyOutputWithContext(ctx context.Context) ViewIncludedPropertyOutput

type ViewInput

type ViewInput interface {
	pulumi.Input

	ToViewOutput() ViewOutput
	ToViewOutputWithContext(ctx context.Context) ViewOutput
}

type ViewOutput

type ViewOutput struct{ *pulumi.OutputState }

func (ViewOutput) ElementType

func (ViewOutput) ElementType() reflect.Type

func (ViewOutput) Filters

func (o ViewOutput) Filters() ViewFiltersPtrOutput

func (ViewOutput) IncludedProperties

func (o ViewOutput) IncludedProperties() ViewIncludedPropertyArrayOutput

func (ViewOutput) Tags

func (ViewOutput) ToViewOutput

func (o ViewOutput) ToViewOutput() ViewOutput

func (ViewOutput) ToViewOutputWithContext

func (o ViewOutput) ToViewOutputWithContext(ctx context.Context) ViewOutput

func (ViewOutput) ViewArn

func (o ViewOutput) ViewArn() pulumi.StringOutput

func (ViewOutput) ViewName

func (o ViewOutput) ViewName() pulumi.StringOutput

type ViewState

type ViewState struct {
}

func (ViewState) ElementType

func (ViewState) ElementType() reflect.Type

type ViewTagMap

type ViewTagMap struct {
}

type ViewTagMapArgs

type ViewTagMapArgs struct {
}

func (ViewTagMapArgs) ElementType

func (ViewTagMapArgs) ElementType() reflect.Type

func (ViewTagMapArgs) ToViewTagMapOutput

func (i ViewTagMapArgs) ToViewTagMapOutput() ViewTagMapOutput

func (ViewTagMapArgs) ToViewTagMapOutputWithContext

func (i ViewTagMapArgs) ToViewTagMapOutputWithContext(ctx context.Context) ViewTagMapOutput

func (ViewTagMapArgs) ToViewTagMapPtrOutput

func (i ViewTagMapArgs) ToViewTagMapPtrOutput() ViewTagMapPtrOutput

func (ViewTagMapArgs) ToViewTagMapPtrOutputWithContext

func (i ViewTagMapArgs) ToViewTagMapPtrOutputWithContext(ctx context.Context) ViewTagMapPtrOutput

type ViewTagMapInput

type ViewTagMapInput interface {
	pulumi.Input

	ToViewTagMapOutput() ViewTagMapOutput
	ToViewTagMapOutputWithContext(context.Context) ViewTagMapOutput
}

ViewTagMapInput is an input type that accepts ViewTagMap and ViewTagMapOutput values. You can construct a concrete instance of `ViewTagMapInput` via:

ViewTagMap{ "key": ViewTagArgs{...} }

type ViewTagMapOutput

type ViewTagMapOutput struct{ *pulumi.OutputState }

func (ViewTagMapOutput) ElementType

func (ViewTagMapOutput) ElementType() reflect.Type

func (ViewTagMapOutput) ToViewTagMapOutput

func (o ViewTagMapOutput) ToViewTagMapOutput() ViewTagMapOutput

func (ViewTagMapOutput) ToViewTagMapOutputWithContext

func (o ViewTagMapOutput) ToViewTagMapOutputWithContext(ctx context.Context) ViewTagMapOutput

func (ViewTagMapOutput) ToViewTagMapPtrOutput

func (o ViewTagMapOutput) ToViewTagMapPtrOutput() ViewTagMapPtrOutput

func (ViewTagMapOutput) ToViewTagMapPtrOutputWithContext

func (o ViewTagMapOutput) ToViewTagMapPtrOutputWithContext(ctx context.Context) ViewTagMapPtrOutput

type ViewTagMapPtrInput

type ViewTagMapPtrInput interface {
	pulumi.Input

	ToViewTagMapPtrOutput() ViewTagMapPtrOutput
	ToViewTagMapPtrOutputWithContext(context.Context) ViewTagMapPtrOutput
}

ViewTagMapPtrInput is an input type that accepts ViewTagMapArgs, ViewTagMapPtr and ViewTagMapPtrOutput values. You can construct a concrete instance of `ViewTagMapPtrInput` via:

        ViewTagMapArgs{...}

or:

        nil

func ViewTagMapPtr

func ViewTagMapPtr(v *ViewTagMapArgs) ViewTagMapPtrInput

type ViewTagMapPtrOutput

type ViewTagMapPtrOutput struct{ *pulumi.OutputState }

func (ViewTagMapPtrOutput) Elem

func (ViewTagMapPtrOutput) ElementType

func (ViewTagMapPtrOutput) ElementType() reflect.Type

func (ViewTagMapPtrOutput) ToViewTagMapPtrOutput

func (o ViewTagMapPtrOutput) ToViewTagMapPtrOutput() ViewTagMapPtrOutput

func (ViewTagMapPtrOutput) ToViewTagMapPtrOutputWithContext

func (o ViewTagMapPtrOutput) ToViewTagMapPtrOutputWithContext(ctx context.Context) ViewTagMapPtrOutput

Jump to

Keyboard shortcuts

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