omics

package
v0.77.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AnnotationStoreAnnotationTypeGeneric                   = AnnotationStoreAnnotationType("GENERIC")
	AnnotationStoreAnnotationTypeChrPos                    = AnnotationStoreAnnotationType("CHR_POS")
	AnnotationStoreAnnotationTypeChrPosRefAlt              = AnnotationStoreAnnotationType("CHR_POS_REF_ALT")
	AnnotationStoreAnnotationTypeChrStartEndOneBase        = AnnotationStoreAnnotationType("CHR_START_END_ONE_BASE")
	AnnotationStoreAnnotationTypeChrStartEndRefAltOneBase  = AnnotationStoreAnnotationType("CHR_START_END_REF_ALT_ONE_BASE")
	AnnotationStoreAnnotationTypeChrStartEndZeroBase       = AnnotationStoreAnnotationType("CHR_START_END_ZERO_BASE")
	AnnotationStoreAnnotationTypeChrStartEndRefAltZeroBase = AnnotationStoreAnnotationType("CHR_START_END_REF_ALT_ZERO_BASE")
)
View Source
const (
	AnnotationStoreStoreFormatGff = AnnotationStoreStoreFormat("GFF")
	AnnotationStoreStoreFormatTsv = AnnotationStoreStoreFormat("TSV")
	AnnotationStoreStoreFormatVcf = AnnotationStoreStoreFormat("VCF")
)
View Source
const (
	AnnotationStoreStoreStatusCreating = AnnotationStoreStoreStatus("CREATING")
	AnnotationStoreStoreStatusUpdating = AnnotationStoreStoreStatus("UPDATING")
	AnnotationStoreStoreStatusDeleting = AnnotationStoreStoreStatus("DELETING")
	AnnotationStoreStoreStatusActive   = AnnotationStoreStoreStatus("ACTIVE")
	AnnotationStoreStoreStatusFailed   = AnnotationStoreStoreStatus("FAILED")
)
View Source
const (
	VariantStoreStoreStatusCreating = VariantStoreStoreStatus("CREATING")
	VariantStoreStoreStatusUpdating = VariantStoreStoreStatus("UPDATING")
	VariantStoreStoreStatusDeleting = VariantStoreStoreStatus("DELETING")
	VariantStoreStoreStatusActive   = VariantStoreStoreStatus("ACTIVE")
	VariantStoreStoreStatusFailed   = VariantStoreStoreStatus("FAILED")
)
View Source
const (
	WorkflowEngineWdl      = WorkflowEngine("WDL")
	WorkflowEngineNextflow = WorkflowEngine("NEXTFLOW")
	WorkflowEngineCwl      = WorkflowEngine("CWL")
)
View Source
const (
	WorkflowStatusCreating = WorkflowStatus("CREATING")
	WorkflowStatusActive   = WorkflowStatus("ACTIVE")
	WorkflowStatusUpdating = WorkflowStatus("UPDATING")
	WorkflowStatusDeleted  = WorkflowStatus("DELETED")
	WorkflowStatusFailed   = WorkflowStatus("FAILED")
)
View Source
const (
	AnnotationStoreEncryptionTypeKms = AnnotationStoreEncryptionType("KMS")
)
View Source
const (
	ReferenceStoreEncryptionTypeKms = ReferenceStoreEncryptionType("KMS")
)
View Source
const (
	SequenceStoreEncryptionTypeKms = SequenceStoreEncryptionType("KMS")
)
View Source
const (
	VariantStoreEncryptionTypeKms = VariantStoreEncryptionType("KMS")
)
View Source
const (
	WorkflowAcceleratorsGpu = WorkflowAccelerators("GPU")
)
View Source
const (
	WorkflowTypePrivate = WorkflowType("PRIVATE")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AnnotationStore

type AnnotationStore struct {
	pulumi.CustomResourceState

	CreationTime   pulumi.StringOutput                            `pulumi:"creationTime"`
	Description    pulumi.StringPtrOutput                         `pulumi:"description"`
	Name           pulumi.StringOutput                            `pulumi:"name"`
	Reference      AnnotationStoreReferenceItemPtrOutput          `pulumi:"reference"`
	SseConfig      AnnotationStoreSseConfigPtrOutput              `pulumi:"sseConfig"`
	Status         AnnotationStoreStoreStatusOutput               `pulumi:"status"`
	StatusMessage  pulumi.StringOutput                            `pulumi:"statusMessage"`
	StoreArn       pulumi.StringOutput                            `pulumi:"storeArn"`
	StoreFormat    AnnotationStoreStoreFormatOutput               `pulumi:"storeFormat"`
	StoreOptions   AnnotationStoreStoreOptionsPropertiesPtrOutput `pulumi:"storeOptions"`
	StoreSizeBytes pulumi.Float64Output                           `pulumi:"storeSizeBytes"`
	Tags           AnnotationStoreTagMapPtrOutput                 `pulumi:"tags"`
	UpdateTime     pulumi.StringOutput                            `pulumi:"updateTime"`
}

Definition of AWS::Omics::AnnotationStore Resource Type

func GetAnnotationStore

func GetAnnotationStore(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AnnotationStoreState, opts ...pulumi.ResourceOption) (*AnnotationStore, error)

GetAnnotationStore gets an existing AnnotationStore 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 NewAnnotationStore

func NewAnnotationStore(ctx *pulumi.Context,
	name string, args *AnnotationStoreArgs, opts ...pulumi.ResourceOption) (*AnnotationStore, error)

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

func (*AnnotationStore) ElementType

func (*AnnotationStore) ElementType() reflect.Type

func (*AnnotationStore) ToAnnotationStoreOutput

func (i *AnnotationStore) ToAnnotationStoreOutput() AnnotationStoreOutput

func (*AnnotationStore) ToAnnotationStoreOutputWithContext

func (i *AnnotationStore) ToAnnotationStoreOutputWithContext(ctx context.Context) AnnotationStoreOutput

func (*AnnotationStore) ToOutput added in v0.76.0

type AnnotationStoreAnnotationType added in v0.72.0

type AnnotationStoreAnnotationType string

func (AnnotationStoreAnnotationType) ElementType added in v0.72.0

func (AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypeOutput added in v0.72.0

func (e AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypeOutput() AnnotationStoreAnnotationTypeOutput

func (AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypeOutputWithContext added in v0.72.0

func (e AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypeOutputWithContext(ctx context.Context) AnnotationStoreAnnotationTypeOutput

func (AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypePtrOutput added in v0.72.0

func (e AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypePtrOutput() AnnotationStoreAnnotationTypePtrOutput

func (AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypePtrOutputWithContext added in v0.72.0

func (e AnnotationStoreAnnotationType) ToAnnotationStoreAnnotationTypePtrOutputWithContext(ctx context.Context) AnnotationStoreAnnotationTypePtrOutput

func (AnnotationStoreAnnotationType) ToStringOutput added in v0.72.0

func (AnnotationStoreAnnotationType) ToStringOutputWithContext added in v0.72.0

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

func (AnnotationStoreAnnotationType) ToStringPtrOutput added in v0.72.0

func (AnnotationStoreAnnotationType) ToStringPtrOutputWithContext added in v0.72.0

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

type AnnotationStoreAnnotationTypeInput added in v0.72.0

type AnnotationStoreAnnotationTypeInput interface {
	pulumi.Input

	ToAnnotationStoreAnnotationTypeOutput() AnnotationStoreAnnotationTypeOutput
	ToAnnotationStoreAnnotationTypeOutputWithContext(context.Context) AnnotationStoreAnnotationTypeOutput
}

AnnotationStoreAnnotationTypeInput is an input type that accepts AnnotationStoreAnnotationTypeArgs and AnnotationStoreAnnotationTypeOutput values. You can construct a concrete instance of `AnnotationStoreAnnotationTypeInput` via:

AnnotationStoreAnnotationTypeArgs{...}

type AnnotationStoreAnnotationTypeOutput added in v0.72.0

type AnnotationStoreAnnotationTypeOutput struct{ *pulumi.OutputState }

func (AnnotationStoreAnnotationTypeOutput) ElementType added in v0.72.0

func (AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypeOutput added in v0.72.0

func (o AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypeOutput() AnnotationStoreAnnotationTypeOutput

func (AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypeOutputWithContext added in v0.72.0

func (o AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypeOutputWithContext(ctx context.Context) AnnotationStoreAnnotationTypeOutput

func (AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypePtrOutput added in v0.72.0

func (o AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypePtrOutput() AnnotationStoreAnnotationTypePtrOutput

func (AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypePtrOutputWithContext added in v0.72.0

func (o AnnotationStoreAnnotationTypeOutput) ToAnnotationStoreAnnotationTypePtrOutputWithContext(ctx context.Context) AnnotationStoreAnnotationTypePtrOutput

func (AnnotationStoreAnnotationTypeOutput) ToOutput added in v0.76.0

func (AnnotationStoreAnnotationTypeOutput) ToStringOutput added in v0.72.0

func (AnnotationStoreAnnotationTypeOutput) ToStringOutputWithContext added in v0.72.0

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

func (AnnotationStoreAnnotationTypeOutput) ToStringPtrOutput added in v0.72.0

func (AnnotationStoreAnnotationTypeOutput) ToStringPtrOutputWithContext added in v0.72.0

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

type AnnotationStoreAnnotationTypePtrInput added in v0.72.0

type AnnotationStoreAnnotationTypePtrInput interface {
	pulumi.Input

	ToAnnotationStoreAnnotationTypePtrOutput() AnnotationStoreAnnotationTypePtrOutput
	ToAnnotationStoreAnnotationTypePtrOutputWithContext(context.Context) AnnotationStoreAnnotationTypePtrOutput
}

func AnnotationStoreAnnotationTypePtr added in v0.72.0

func AnnotationStoreAnnotationTypePtr(v string) AnnotationStoreAnnotationTypePtrInput

type AnnotationStoreAnnotationTypePtrOutput added in v0.72.0

type AnnotationStoreAnnotationTypePtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreAnnotationTypePtrOutput) Elem added in v0.72.0

func (AnnotationStoreAnnotationTypePtrOutput) ElementType added in v0.72.0

func (AnnotationStoreAnnotationTypePtrOutput) ToAnnotationStoreAnnotationTypePtrOutput added in v0.72.0

func (o AnnotationStoreAnnotationTypePtrOutput) ToAnnotationStoreAnnotationTypePtrOutput() AnnotationStoreAnnotationTypePtrOutput

func (AnnotationStoreAnnotationTypePtrOutput) ToAnnotationStoreAnnotationTypePtrOutputWithContext added in v0.72.0

func (o AnnotationStoreAnnotationTypePtrOutput) ToAnnotationStoreAnnotationTypePtrOutputWithContext(ctx context.Context) AnnotationStoreAnnotationTypePtrOutput

func (AnnotationStoreAnnotationTypePtrOutput) ToOutput added in v0.76.0

func (AnnotationStoreAnnotationTypePtrOutput) ToStringPtrOutput added in v0.72.0

func (AnnotationStoreAnnotationTypePtrOutput) ToStringPtrOutputWithContext added in v0.72.0

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

type AnnotationStoreArgs

The set of arguments for constructing a AnnotationStore resource.

func (AnnotationStoreArgs) ElementType

func (AnnotationStoreArgs) ElementType() reflect.Type

type AnnotationStoreEncryptionType

type AnnotationStoreEncryptionType string

func (AnnotationStoreEncryptionType) ElementType

func (AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypeOutput

func (e AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypeOutput() AnnotationStoreEncryptionTypeOutput

func (AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypeOutputWithContext

func (e AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypeOutputWithContext(ctx context.Context) AnnotationStoreEncryptionTypeOutput

func (AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypePtrOutput

func (e AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypePtrOutput() AnnotationStoreEncryptionTypePtrOutput

func (AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypePtrOutputWithContext

func (e AnnotationStoreEncryptionType) ToAnnotationStoreEncryptionTypePtrOutputWithContext(ctx context.Context) AnnotationStoreEncryptionTypePtrOutput

func (AnnotationStoreEncryptionType) ToStringOutput

func (AnnotationStoreEncryptionType) ToStringOutputWithContext

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

func (AnnotationStoreEncryptionType) ToStringPtrOutput

func (AnnotationStoreEncryptionType) ToStringPtrOutputWithContext

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

type AnnotationStoreEncryptionTypeInput

type AnnotationStoreEncryptionTypeInput interface {
	pulumi.Input

	ToAnnotationStoreEncryptionTypeOutput() AnnotationStoreEncryptionTypeOutput
	ToAnnotationStoreEncryptionTypeOutputWithContext(context.Context) AnnotationStoreEncryptionTypeOutput
}

AnnotationStoreEncryptionTypeInput is an input type that accepts AnnotationStoreEncryptionTypeArgs and AnnotationStoreEncryptionTypeOutput values. You can construct a concrete instance of `AnnotationStoreEncryptionTypeInput` via:

AnnotationStoreEncryptionTypeArgs{...}

type AnnotationStoreEncryptionTypeOutput

type AnnotationStoreEncryptionTypeOutput struct{ *pulumi.OutputState }

func (AnnotationStoreEncryptionTypeOutput) ElementType

func (AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypeOutput

func (o AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypeOutput() AnnotationStoreEncryptionTypeOutput

func (AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypeOutputWithContext

func (o AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypeOutputWithContext(ctx context.Context) AnnotationStoreEncryptionTypeOutput

func (AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypePtrOutput

func (o AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypePtrOutput() AnnotationStoreEncryptionTypePtrOutput

func (AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypePtrOutputWithContext

func (o AnnotationStoreEncryptionTypeOutput) ToAnnotationStoreEncryptionTypePtrOutputWithContext(ctx context.Context) AnnotationStoreEncryptionTypePtrOutput

func (AnnotationStoreEncryptionTypeOutput) ToOutput added in v0.76.0

func (AnnotationStoreEncryptionTypeOutput) ToStringOutput

func (AnnotationStoreEncryptionTypeOutput) ToStringOutputWithContext

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

func (AnnotationStoreEncryptionTypeOutput) ToStringPtrOutput

func (AnnotationStoreEncryptionTypeOutput) ToStringPtrOutputWithContext

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

type AnnotationStoreEncryptionTypePtrInput

type AnnotationStoreEncryptionTypePtrInput interface {
	pulumi.Input

	ToAnnotationStoreEncryptionTypePtrOutput() AnnotationStoreEncryptionTypePtrOutput
	ToAnnotationStoreEncryptionTypePtrOutputWithContext(context.Context) AnnotationStoreEncryptionTypePtrOutput
}

type AnnotationStoreEncryptionTypePtrOutput

type AnnotationStoreEncryptionTypePtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreEncryptionTypePtrOutput) Elem

func (AnnotationStoreEncryptionTypePtrOutput) ElementType

func (AnnotationStoreEncryptionTypePtrOutput) ToAnnotationStoreEncryptionTypePtrOutput

func (o AnnotationStoreEncryptionTypePtrOutput) ToAnnotationStoreEncryptionTypePtrOutput() AnnotationStoreEncryptionTypePtrOutput

func (AnnotationStoreEncryptionTypePtrOutput) ToAnnotationStoreEncryptionTypePtrOutputWithContext

func (o AnnotationStoreEncryptionTypePtrOutput) ToAnnotationStoreEncryptionTypePtrOutputWithContext(ctx context.Context) AnnotationStoreEncryptionTypePtrOutput

func (AnnotationStoreEncryptionTypePtrOutput) ToOutput added in v0.76.0

func (AnnotationStoreEncryptionTypePtrOutput) ToStringPtrOutput

func (AnnotationStoreEncryptionTypePtrOutput) ToStringPtrOutputWithContext

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

type AnnotationStoreFormatToHeader added in v0.72.0

type AnnotationStoreFormatToHeader struct {
}

type AnnotationStoreFormatToHeaderArgs added in v0.72.0

type AnnotationStoreFormatToHeaderArgs struct {
}

func (AnnotationStoreFormatToHeaderArgs) ElementType added in v0.72.0

func (AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderOutput added in v0.72.0

func (i AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderOutput() AnnotationStoreFormatToHeaderOutput

func (AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderOutputWithContext added in v0.72.0

func (i AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderOutputWithContext(ctx context.Context) AnnotationStoreFormatToHeaderOutput

func (AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderPtrOutput added in v0.72.0

func (i AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderPtrOutput() AnnotationStoreFormatToHeaderPtrOutput

func (AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderPtrOutputWithContext added in v0.72.0

func (i AnnotationStoreFormatToHeaderArgs) ToAnnotationStoreFormatToHeaderPtrOutputWithContext(ctx context.Context) AnnotationStoreFormatToHeaderPtrOutput

func (AnnotationStoreFormatToHeaderArgs) ToOutput added in v0.76.0

type AnnotationStoreFormatToHeaderInput added in v0.72.0

type AnnotationStoreFormatToHeaderInput interface {
	pulumi.Input

	ToAnnotationStoreFormatToHeaderOutput() AnnotationStoreFormatToHeaderOutput
	ToAnnotationStoreFormatToHeaderOutputWithContext(context.Context) AnnotationStoreFormatToHeaderOutput
}

AnnotationStoreFormatToHeaderInput is an input type that accepts AnnotationStoreFormatToHeaderArgs and AnnotationStoreFormatToHeaderOutput values. You can construct a concrete instance of `AnnotationStoreFormatToHeaderInput` via:

AnnotationStoreFormatToHeaderArgs{...}

type AnnotationStoreFormatToHeaderOutput added in v0.72.0

type AnnotationStoreFormatToHeaderOutput struct{ *pulumi.OutputState }

func (AnnotationStoreFormatToHeaderOutput) ElementType added in v0.72.0

func (AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderOutput added in v0.72.0

func (o AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderOutput() AnnotationStoreFormatToHeaderOutput

func (AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderOutputWithContext added in v0.72.0

func (o AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderOutputWithContext(ctx context.Context) AnnotationStoreFormatToHeaderOutput

func (AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderPtrOutput added in v0.72.0

func (o AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderPtrOutput() AnnotationStoreFormatToHeaderPtrOutput

func (AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderPtrOutputWithContext added in v0.72.0

func (o AnnotationStoreFormatToHeaderOutput) ToAnnotationStoreFormatToHeaderPtrOutputWithContext(ctx context.Context) AnnotationStoreFormatToHeaderPtrOutput

func (AnnotationStoreFormatToHeaderOutput) ToOutput added in v0.76.0

type AnnotationStoreFormatToHeaderPtrInput added in v0.72.0

type AnnotationStoreFormatToHeaderPtrInput interface {
	pulumi.Input

	ToAnnotationStoreFormatToHeaderPtrOutput() AnnotationStoreFormatToHeaderPtrOutput
	ToAnnotationStoreFormatToHeaderPtrOutputWithContext(context.Context) AnnotationStoreFormatToHeaderPtrOutput
}

AnnotationStoreFormatToHeaderPtrInput is an input type that accepts AnnotationStoreFormatToHeaderArgs, AnnotationStoreFormatToHeaderPtr and AnnotationStoreFormatToHeaderPtrOutput values. You can construct a concrete instance of `AnnotationStoreFormatToHeaderPtrInput` via:

        AnnotationStoreFormatToHeaderArgs{...}

or:

        nil

type AnnotationStoreFormatToHeaderPtrOutput added in v0.72.0

type AnnotationStoreFormatToHeaderPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreFormatToHeaderPtrOutput) Elem added in v0.72.0

func (AnnotationStoreFormatToHeaderPtrOutput) ElementType added in v0.72.0

func (AnnotationStoreFormatToHeaderPtrOutput) ToAnnotationStoreFormatToHeaderPtrOutput added in v0.72.0

func (o AnnotationStoreFormatToHeaderPtrOutput) ToAnnotationStoreFormatToHeaderPtrOutput() AnnotationStoreFormatToHeaderPtrOutput

func (AnnotationStoreFormatToHeaderPtrOutput) ToAnnotationStoreFormatToHeaderPtrOutputWithContext added in v0.72.0

func (o AnnotationStoreFormatToHeaderPtrOutput) ToAnnotationStoreFormatToHeaderPtrOutputWithContext(ctx context.Context) AnnotationStoreFormatToHeaderPtrOutput

func (AnnotationStoreFormatToHeaderPtrOutput) ToOutput added in v0.76.0

type AnnotationStoreInput

type AnnotationStoreInput interface {
	pulumi.Input

	ToAnnotationStoreOutput() AnnotationStoreOutput
	ToAnnotationStoreOutputWithContext(ctx context.Context) AnnotationStoreOutput
}

type AnnotationStoreOutput

type AnnotationStoreOutput struct{ *pulumi.OutputState }

func (AnnotationStoreOutput) CreationTime

func (o AnnotationStoreOutput) CreationTime() pulumi.StringOutput

func (AnnotationStoreOutput) Description

func (AnnotationStoreOutput) ElementType

func (AnnotationStoreOutput) ElementType() reflect.Type

func (AnnotationStoreOutput) Name

func (AnnotationStoreOutput) Reference

func (AnnotationStoreOutput) SseConfig

func (AnnotationStoreOutput) Status

func (AnnotationStoreOutput) StatusMessage

func (o AnnotationStoreOutput) StatusMessage() pulumi.StringOutput

func (AnnotationStoreOutput) StoreArn

func (AnnotationStoreOutput) StoreFormat

func (AnnotationStoreOutput) StoreOptions

func (AnnotationStoreOutput) StoreSizeBytes

func (o AnnotationStoreOutput) StoreSizeBytes() pulumi.Float64Output

func (AnnotationStoreOutput) Tags

func (AnnotationStoreOutput) ToAnnotationStoreOutput

func (o AnnotationStoreOutput) ToAnnotationStoreOutput() AnnotationStoreOutput

func (AnnotationStoreOutput) ToAnnotationStoreOutputWithContext

func (o AnnotationStoreOutput) ToAnnotationStoreOutputWithContext(ctx context.Context) AnnotationStoreOutput

func (AnnotationStoreOutput) ToOutput added in v0.76.0

func (AnnotationStoreOutput) UpdateTime

func (o AnnotationStoreOutput) UpdateTime() pulumi.StringOutput

type AnnotationStoreReferenceItem

type AnnotationStoreReferenceItem struct {
	ReferenceArn string `pulumi:"referenceArn"`
}

type AnnotationStoreReferenceItemArgs

type AnnotationStoreReferenceItemArgs struct {
	ReferenceArn pulumi.StringInput `pulumi:"referenceArn"`
}

func (AnnotationStoreReferenceItemArgs) ElementType

func (AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemOutput

func (i AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemOutput() AnnotationStoreReferenceItemOutput

func (AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemOutputWithContext

func (i AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemOutputWithContext(ctx context.Context) AnnotationStoreReferenceItemOutput

func (AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemPtrOutput

func (i AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemPtrOutput() AnnotationStoreReferenceItemPtrOutput

func (AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemPtrOutputWithContext

func (i AnnotationStoreReferenceItemArgs) ToAnnotationStoreReferenceItemPtrOutputWithContext(ctx context.Context) AnnotationStoreReferenceItemPtrOutput

func (AnnotationStoreReferenceItemArgs) ToOutput added in v0.76.0

type AnnotationStoreReferenceItemInput

type AnnotationStoreReferenceItemInput interface {
	pulumi.Input

	ToAnnotationStoreReferenceItemOutput() AnnotationStoreReferenceItemOutput
	ToAnnotationStoreReferenceItemOutputWithContext(context.Context) AnnotationStoreReferenceItemOutput
}

AnnotationStoreReferenceItemInput is an input type that accepts AnnotationStoreReferenceItemArgs and AnnotationStoreReferenceItemOutput values. You can construct a concrete instance of `AnnotationStoreReferenceItemInput` via:

AnnotationStoreReferenceItemArgs{...}

type AnnotationStoreReferenceItemOutput

type AnnotationStoreReferenceItemOutput struct{ *pulumi.OutputState }

func (AnnotationStoreReferenceItemOutput) ElementType

func (AnnotationStoreReferenceItemOutput) ReferenceArn

func (AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemOutput

func (o AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemOutput() AnnotationStoreReferenceItemOutput

func (AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemOutputWithContext

func (o AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemOutputWithContext(ctx context.Context) AnnotationStoreReferenceItemOutput

func (AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemPtrOutput

func (o AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemPtrOutput() AnnotationStoreReferenceItemPtrOutput

func (AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemPtrOutputWithContext

func (o AnnotationStoreReferenceItemOutput) ToAnnotationStoreReferenceItemPtrOutputWithContext(ctx context.Context) AnnotationStoreReferenceItemPtrOutput

func (AnnotationStoreReferenceItemOutput) ToOutput added in v0.76.0

type AnnotationStoreReferenceItemPtrInput

type AnnotationStoreReferenceItemPtrInput interface {
	pulumi.Input

	ToAnnotationStoreReferenceItemPtrOutput() AnnotationStoreReferenceItemPtrOutput
	ToAnnotationStoreReferenceItemPtrOutputWithContext(context.Context) AnnotationStoreReferenceItemPtrOutput
}

AnnotationStoreReferenceItemPtrInput is an input type that accepts AnnotationStoreReferenceItemArgs, AnnotationStoreReferenceItemPtr and AnnotationStoreReferenceItemPtrOutput values. You can construct a concrete instance of `AnnotationStoreReferenceItemPtrInput` via:

        AnnotationStoreReferenceItemArgs{...}

or:

        nil

type AnnotationStoreReferenceItemPtrOutput

type AnnotationStoreReferenceItemPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreReferenceItemPtrOutput) Elem

func (AnnotationStoreReferenceItemPtrOutput) ElementType

func (AnnotationStoreReferenceItemPtrOutput) ReferenceArn

func (AnnotationStoreReferenceItemPtrOutput) ToAnnotationStoreReferenceItemPtrOutput

func (o AnnotationStoreReferenceItemPtrOutput) ToAnnotationStoreReferenceItemPtrOutput() AnnotationStoreReferenceItemPtrOutput

func (AnnotationStoreReferenceItemPtrOutput) ToAnnotationStoreReferenceItemPtrOutputWithContext

func (o AnnotationStoreReferenceItemPtrOutput) ToAnnotationStoreReferenceItemPtrOutputWithContext(ctx context.Context) AnnotationStoreReferenceItemPtrOutput

func (AnnotationStoreReferenceItemPtrOutput) ToOutput added in v0.76.0

type AnnotationStoreSchemaItem added in v0.72.0

type AnnotationStoreSchemaItem struct {
}

type AnnotationStoreSchemaItemArgs added in v0.72.0

type AnnotationStoreSchemaItemArgs struct {
}

func (AnnotationStoreSchemaItemArgs) ElementType added in v0.72.0

func (AnnotationStoreSchemaItemArgs) ToAnnotationStoreSchemaItemOutput added in v0.72.0

func (i AnnotationStoreSchemaItemArgs) ToAnnotationStoreSchemaItemOutput() AnnotationStoreSchemaItemOutput

func (AnnotationStoreSchemaItemArgs) ToAnnotationStoreSchemaItemOutputWithContext added in v0.72.0

func (i AnnotationStoreSchemaItemArgs) ToAnnotationStoreSchemaItemOutputWithContext(ctx context.Context) AnnotationStoreSchemaItemOutput

func (AnnotationStoreSchemaItemArgs) ToOutput added in v0.76.0

type AnnotationStoreSchemaItemArray added in v0.72.0

type AnnotationStoreSchemaItemArray []AnnotationStoreSchemaItemInput

func (AnnotationStoreSchemaItemArray) ElementType added in v0.72.0

func (AnnotationStoreSchemaItemArray) ToAnnotationStoreSchemaItemArrayOutput added in v0.72.0

func (i AnnotationStoreSchemaItemArray) ToAnnotationStoreSchemaItemArrayOutput() AnnotationStoreSchemaItemArrayOutput

func (AnnotationStoreSchemaItemArray) ToAnnotationStoreSchemaItemArrayOutputWithContext added in v0.72.0

func (i AnnotationStoreSchemaItemArray) ToAnnotationStoreSchemaItemArrayOutputWithContext(ctx context.Context) AnnotationStoreSchemaItemArrayOutput

func (AnnotationStoreSchemaItemArray) ToOutput added in v0.76.0

type AnnotationStoreSchemaItemArrayInput added in v0.72.0

type AnnotationStoreSchemaItemArrayInput interface {
	pulumi.Input

	ToAnnotationStoreSchemaItemArrayOutput() AnnotationStoreSchemaItemArrayOutput
	ToAnnotationStoreSchemaItemArrayOutputWithContext(context.Context) AnnotationStoreSchemaItemArrayOutput
}

AnnotationStoreSchemaItemArrayInput is an input type that accepts AnnotationStoreSchemaItemArray and AnnotationStoreSchemaItemArrayOutput values. You can construct a concrete instance of `AnnotationStoreSchemaItemArrayInput` via:

AnnotationStoreSchemaItemArray{ AnnotationStoreSchemaItemArgs{...} }

type AnnotationStoreSchemaItemArrayOutput added in v0.72.0

type AnnotationStoreSchemaItemArrayOutput struct{ *pulumi.OutputState }

func (AnnotationStoreSchemaItemArrayOutput) ElementType added in v0.72.0

func (AnnotationStoreSchemaItemArrayOutput) Index added in v0.72.0

func (AnnotationStoreSchemaItemArrayOutput) ToAnnotationStoreSchemaItemArrayOutput added in v0.72.0

func (o AnnotationStoreSchemaItemArrayOutput) ToAnnotationStoreSchemaItemArrayOutput() AnnotationStoreSchemaItemArrayOutput

func (AnnotationStoreSchemaItemArrayOutput) ToAnnotationStoreSchemaItemArrayOutputWithContext added in v0.72.0

func (o AnnotationStoreSchemaItemArrayOutput) ToAnnotationStoreSchemaItemArrayOutputWithContext(ctx context.Context) AnnotationStoreSchemaItemArrayOutput

func (AnnotationStoreSchemaItemArrayOutput) ToOutput added in v0.76.0

type AnnotationStoreSchemaItemInput added in v0.72.0

type AnnotationStoreSchemaItemInput interface {
	pulumi.Input

	ToAnnotationStoreSchemaItemOutput() AnnotationStoreSchemaItemOutput
	ToAnnotationStoreSchemaItemOutputWithContext(context.Context) AnnotationStoreSchemaItemOutput
}

AnnotationStoreSchemaItemInput is an input type that accepts AnnotationStoreSchemaItemArgs and AnnotationStoreSchemaItemOutput values. You can construct a concrete instance of `AnnotationStoreSchemaItemInput` via:

AnnotationStoreSchemaItemArgs{...}

type AnnotationStoreSchemaItemOutput added in v0.72.0

type AnnotationStoreSchemaItemOutput struct{ *pulumi.OutputState }

func (AnnotationStoreSchemaItemOutput) ElementType added in v0.72.0

func (AnnotationStoreSchemaItemOutput) ToAnnotationStoreSchemaItemOutput added in v0.72.0

func (o AnnotationStoreSchemaItemOutput) ToAnnotationStoreSchemaItemOutput() AnnotationStoreSchemaItemOutput

func (AnnotationStoreSchemaItemOutput) ToAnnotationStoreSchemaItemOutputWithContext added in v0.72.0

func (o AnnotationStoreSchemaItemOutput) ToAnnotationStoreSchemaItemOutputWithContext(ctx context.Context) AnnotationStoreSchemaItemOutput

func (AnnotationStoreSchemaItemOutput) ToOutput added in v0.76.0

type AnnotationStoreSseConfig

type AnnotationStoreSseConfig struct {
	KeyArn *string                       `pulumi:"keyArn"`
	Type   AnnotationStoreEncryptionType `pulumi:"type"`
}

type AnnotationStoreSseConfigArgs

type AnnotationStoreSseConfigArgs struct {
	KeyArn pulumi.StringPtrInput              `pulumi:"keyArn"`
	Type   AnnotationStoreEncryptionTypeInput `pulumi:"type"`
}

func (AnnotationStoreSseConfigArgs) ElementType

func (AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigOutput

func (i AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigOutput() AnnotationStoreSseConfigOutput

func (AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigOutputWithContext

func (i AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigOutputWithContext(ctx context.Context) AnnotationStoreSseConfigOutput

func (AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigPtrOutput

func (i AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigPtrOutput() AnnotationStoreSseConfigPtrOutput

func (AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigPtrOutputWithContext

func (i AnnotationStoreSseConfigArgs) ToAnnotationStoreSseConfigPtrOutputWithContext(ctx context.Context) AnnotationStoreSseConfigPtrOutput

func (AnnotationStoreSseConfigArgs) ToOutput added in v0.76.0

type AnnotationStoreSseConfigInput

type AnnotationStoreSseConfigInput interface {
	pulumi.Input

	ToAnnotationStoreSseConfigOutput() AnnotationStoreSseConfigOutput
	ToAnnotationStoreSseConfigOutputWithContext(context.Context) AnnotationStoreSseConfigOutput
}

AnnotationStoreSseConfigInput is an input type that accepts AnnotationStoreSseConfigArgs and AnnotationStoreSseConfigOutput values. You can construct a concrete instance of `AnnotationStoreSseConfigInput` via:

AnnotationStoreSseConfigArgs{...}

type AnnotationStoreSseConfigOutput

type AnnotationStoreSseConfigOutput struct{ *pulumi.OutputState }

func (AnnotationStoreSseConfigOutput) ElementType

func (AnnotationStoreSseConfigOutput) KeyArn

func (AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigOutput

func (o AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigOutput() AnnotationStoreSseConfigOutput

func (AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigOutputWithContext

func (o AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigOutputWithContext(ctx context.Context) AnnotationStoreSseConfigOutput

func (AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigPtrOutput

func (o AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigPtrOutput() AnnotationStoreSseConfigPtrOutput

func (AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigPtrOutputWithContext

func (o AnnotationStoreSseConfigOutput) ToAnnotationStoreSseConfigPtrOutputWithContext(ctx context.Context) AnnotationStoreSseConfigPtrOutput

func (AnnotationStoreSseConfigOutput) ToOutput added in v0.76.0

func (AnnotationStoreSseConfigOutput) Type

type AnnotationStoreSseConfigPtrInput

type AnnotationStoreSseConfigPtrInput interface {
	pulumi.Input

	ToAnnotationStoreSseConfigPtrOutput() AnnotationStoreSseConfigPtrOutput
	ToAnnotationStoreSseConfigPtrOutputWithContext(context.Context) AnnotationStoreSseConfigPtrOutput
}

AnnotationStoreSseConfigPtrInput is an input type that accepts AnnotationStoreSseConfigArgs, AnnotationStoreSseConfigPtr and AnnotationStoreSseConfigPtrOutput values. You can construct a concrete instance of `AnnotationStoreSseConfigPtrInput` via:

        AnnotationStoreSseConfigArgs{...}

or:

        nil

type AnnotationStoreSseConfigPtrOutput

type AnnotationStoreSseConfigPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreSseConfigPtrOutput) Elem

func (AnnotationStoreSseConfigPtrOutput) ElementType

func (AnnotationStoreSseConfigPtrOutput) KeyArn

func (AnnotationStoreSseConfigPtrOutput) ToAnnotationStoreSseConfigPtrOutput

func (o AnnotationStoreSseConfigPtrOutput) ToAnnotationStoreSseConfigPtrOutput() AnnotationStoreSseConfigPtrOutput

func (AnnotationStoreSseConfigPtrOutput) ToAnnotationStoreSseConfigPtrOutputWithContext

func (o AnnotationStoreSseConfigPtrOutput) ToAnnotationStoreSseConfigPtrOutputWithContext(ctx context.Context) AnnotationStoreSseConfigPtrOutput

func (AnnotationStoreSseConfigPtrOutput) ToOutput added in v0.76.0

func (AnnotationStoreSseConfigPtrOutput) Type

type AnnotationStoreState

type AnnotationStoreState struct {
}

func (AnnotationStoreState) ElementType

func (AnnotationStoreState) ElementType() reflect.Type

type AnnotationStoreStoreFormat

type AnnotationStoreStoreFormat string

func (AnnotationStoreStoreFormat) ElementType

func (AnnotationStoreStoreFormat) ElementType() reflect.Type

func (AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatOutput

func (e AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatOutput() AnnotationStoreStoreFormatOutput

func (AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatOutputWithContext

func (e AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatOutputWithContext(ctx context.Context) AnnotationStoreStoreFormatOutput

func (AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatPtrOutput

func (e AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatPtrOutput() AnnotationStoreStoreFormatPtrOutput

func (AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatPtrOutputWithContext

func (e AnnotationStoreStoreFormat) ToAnnotationStoreStoreFormatPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreFormatPtrOutput

func (AnnotationStoreStoreFormat) ToStringOutput

func (e AnnotationStoreStoreFormat) ToStringOutput() pulumi.StringOutput

func (AnnotationStoreStoreFormat) ToStringOutputWithContext

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

func (AnnotationStoreStoreFormat) ToStringPtrOutput

func (e AnnotationStoreStoreFormat) ToStringPtrOutput() pulumi.StringPtrOutput

func (AnnotationStoreStoreFormat) ToStringPtrOutputWithContext

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

type AnnotationStoreStoreFormatInput

type AnnotationStoreStoreFormatInput interface {
	pulumi.Input

	ToAnnotationStoreStoreFormatOutput() AnnotationStoreStoreFormatOutput
	ToAnnotationStoreStoreFormatOutputWithContext(context.Context) AnnotationStoreStoreFormatOutput
}

AnnotationStoreStoreFormatInput is an input type that accepts AnnotationStoreStoreFormatArgs and AnnotationStoreStoreFormatOutput values. You can construct a concrete instance of `AnnotationStoreStoreFormatInput` via:

AnnotationStoreStoreFormatArgs{...}

type AnnotationStoreStoreFormatOutput

type AnnotationStoreStoreFormatOutput struct{ *pulumi.OutputState }

func (AnnotationStoreStoreFormatOutput) ElementType

func (AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatOutput

func (o AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatOutput() AnnotationStoreStoreFormatOutput

func (AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatOutputWithContext

func (o AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatOutputWithContext(ctx context.Context) AnnotationStoreStoreFormatOutput

func (AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatPtrOutput

func (o AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatPtrOutput() AnnotationStoreStoreFormatPtrOutput

func (AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatPtrOutputWithContext

func (o AnnotationStoreStoreFormatOutput) ToAnnotationStoreStoreFormatPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreFormatPtrOutput

func (AnnotationStoreStoreFormatOutput) ToOutput added in v0.76.0

func (AnnotationStoreStoreFormatOutput) ToStringOutput

func (AnnotationStoreStoreFormatOutput) ToStringOutputWithContext

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

func (AnnotationStoreStoreFormatOutput) ToStringPtrOutput

func (AnnotationStoreStoreFormatOutput) ToStringPtrOutputWithContext

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

type AnnotationStoreStoreFormatPtrInput

type AnnotationStoreStoreFormatPtrInput interface {
	pulumi.Input

	ToAnnotationStoreStoreFormatPtrOutput() AnnotationStoreStoreFormatPtrOutput
	ToAnnotationStoreStoreFormatPtrOutputWithContext(context.Context) AnnotationStoreStoreFormatPtrOutput
}

func AnnotationStoreStoreFormatPtr

func AnnotationStoreStoreFormatPtr(v string) AnnotationStoreStoreFormatPtrInput

type AnnotationStoreStoreFormatPtrOutput

type AnnotationStoreStoreFormatPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreStoreFormatPtrOutput) Elem

func (AnnotationStoreStoreFormatPtrOutput) ElementType

func (AnnotationStoreStoreFormatPtrOutput) ToAnnotationStoreStoreFormatPtrOutput

func (o AnnotationStoreStoreFormatPtrOutput) ToAnnotationStoreStoreFormatPtrOutput() AnnotationStoreStoreFormatPtrOutput

func (AnnotationStoreStoreFormatPtrOutput) ToAnnotationStoreStoreFormatPtrOutputWithContext

func (o AnnotationStoreStoreFormatPtrOutput) ToAnnotationStoreStoreFormatPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreFormatPtrOutput

func (AnnotationStoreStoreFormatPtrOutput) ToOutput added in v0.76.0

func (AnnotationStoreStoreFormatPtrOutput) ToStringPtrOutput

func (AnnotationStoreStoreFormatPtrOutput) ToStringPtrOutputWithContext

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

type AnnotationStoreStoreOptions0Properties added in v0.72.0

type AnnotationStoreStoreOptions0Properties struct {
	TsvStoreOptions AnnotationStoreTsvStoreOptions `pulumi:"tsvStoreOptions"`
}

type AnnotationStoreStoreOptionsProperties added in v0.72.0

type AnnotationStoreStoreOptionsProperties struct {
	TsvStoreOptions AnnotationStoreTsvStoreOptions `pulumi:"tsvStoreOptions"`
}

type AnnotationStoreStoreOptionsPropertiesArgs added in v0.72.0

type AnnotationStoreStoreOptionsPropertiesArgs struct {
	TsvStoreOptions AnnotationStoreTsvStoreOptionsInput `pulumi:"tsvStoreOptions"`
}

func (AnnotationStoreStoreOptionsPropertiesArgs) ElementType added in v0.72.0

func (AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesOutput added in v0.72.0

func (i AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesOutput() AnnotationStoreStoreOptionsPropertiesOutput

func (AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesOutputWithContext added in v0.72.0

func (i AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesOutputWithContext(ctx context.Context) AnnotationStoreStoreOptionsPropertiesOutput

func (AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesPtrOutput added in v0.72.0

func (i AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesPtrOutput() AnnotationStoreStoreOptionsPropertiesPtrOutput

func (AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesPtrOutputWithContext added in v0.72.0

func (i AnnotationStoreStoreOptionsPropertiesArgs) ToAnnotationStoreStoreOptionsPropertiesPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreOptionsPropertiesPtrOutput

func (AnnotationStoreStoreOptionsPropertiesArgs) ToOutput added in v0.76.0

type AnnotationStoreStoreOptionsPropertiesInput added in v0.72.0

type AnnotationStoreStoreOptionsPropertiesInput interface {
	pulumi.Input

	ToAnnotationStoreStoreOptionsPropertiesOutput() AnnotationStoreStoreOptionsPropertiesOutput
	ToAnnotationStoreStoreOptionsPropertiesOutputWithContext(context.Context) AnnotationStoreStoreOptionsPropertiesOutput
}

AnnotationStoreStoreOptionsPropertiesInput is an input type that accepts AnnotationStoreStoreOptionsPropertiesArgs and AnnotationStoreStoreOptionsPropertiesOutput values. You can construct a concrete instance of `AnnotationStoreStoreOptionsPropertiesInput` via:

AnnotationStoreStoreOptionsPropertiesArgs{...}

type AnnotationStoreStoreOptionsPropertiesOutput added in v0.72.0

type AnnotationStoreStoreOptionsPropertiesOutput struct{ *pulumi.OutputState }

func (AnnotationStoreStoreOptionsPropertiesOutput) ElementType added in v0.72.0

func (AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesOutput added in v0.72.0

func (o AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesOutput() AnnotationStoreStoreOptionsPropertiesOutput

func (AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesOutputWithContext added in v0.72.0

func (o AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesOutputWithContext(ctx context.Context) AnnotationStoreStoreOptionsPropertiesOutput

func (AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutput added in v0.72.0

func (o AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutput() AnnotationStoreStoreOptionsPropertiesPtrOutput

func (AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutputWithContext added in v0.72.0

func (o AnnotationStoreStoreOptionsPropertiesOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreOptionsPropertiesPtrOutput

func (AnnotationStoreStoreOptionsPropertiesOutput) ToOutput added in v0.76.0

func (AnnotationStoreStoreOptionsPropertiesOutput) TsvStoreOptions added in v0.72.0

type AnnotationStoreStoreOptionsPropertiesPtrInput added in v0.72.0

type AnnotationStoreStoreOptionsPropertiesPtrInput interface {
	pulumi.Input

	ToAnnotationStoreStoreOptionsPropertiesPtrOutput() AnnotationStoreStoreOptionsPropertiesPtrOutput
	ToAnnotationStoreStoreOptionsPropertiesPtrOutputWithContext(context.Context) AnnotationStoreStoreOptionsPropertiesPtrOutput
}

AnnotationStoreStoreOptionsPropertiesPtrInput is an input type that accepts AnnotationStoreStoreOptionsPropertiesArgs, AnnotationStoreStoreOptionsPropertiesPtr and AnnotationStoreStoreOptionsPropertiesPtrOutput values. You can construct a concrete instance of `AnnotationStoreStoreOptionsPropertiesPtrInput` via:

        AnnotationStoreStoreOptionsPropertiesArgs{...}

or:

        nil

type AnnotationStoreStoreOptionsPropertiesPtrOutput added in v0.72.0

type AnnotationStoreStoreOptionsPropertiesPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreStoreOptionsPropertiesPtrOutput) Elem added in v0.72.0

func (AnnotationStoreStoreOptionsPropertiesPtrOutput) ElementType added in v0.72.0

func (AnnotationStoreStoreOptionsPropertiesPtrOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutput added in v0.72.0

func (o AnnotationStoreStoreOptionsPropertiesPtrOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutput() AnnotationStoreStoreOptionsPropertiesPtrOutput

func (AnnotationStoreStoreOptionsPropertiesPtrOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutputWithContext added in v0.72.0

func (o AnnotationStoreStoreOptionsPropertiesPtrOutput) ToAnnotationStoreStoreOptionsPropertiesPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreOptionsPropertiesPtrOutput

func (AnnotationStoreStoreOptionsPropertiesPtrOutput) ToOutput added in v0.76.0

func (AnnotationStoreStoreOptionsPropertiesPtrOutput) TsvStoreOptions added in v0.72.0

type AnnotationStoreStoreStatus

type AnnotationStoreStoreStatus string

type AnnotationStoreStoreStatusOutput

type AnnotationStoreStoreStatusOutput struct{ *pulumi.OutputState }

func (AnnotationStoreStoreStatusOutput) ElementType

func (AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusOutput

func (o AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusOutput() AnnotationStoreStoreStatusOutput

func (AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusOutputWithContext

func (o AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusOutputWithContext(ctx context.Context) AnnotationStoreStoreStatusOutput

func (AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusPtrOutput

func (o AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusPtrOutput() AnnotationStoreStoreStatusPtrOutput

func (AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusPtrOutputWithContext

func (o AnnotationStoreStoreStatusOutput) ToAnnotationStoreStoreStatusPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreStatusPtrOutput

func (AnnotationStoreStoreStatusOutput) ToOutput added in v0.76.0

func (AnnotationStoreStoreStatusOutput) ToStringOutput

func (AnnotationStoreStoreStatusOutput) ToStringOutputWithContext

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

func (AnnotationStoreStoreStatusOutput) ToStringPtrOutput

func (AnnotationStoreStoreStatusOutput) ToStringPtrOutputWithContext

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

type AnnotationStoreStoreStatusPtrOutput

type AnnotationStoreStoreStatusPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreStoreStatusPtrOutput) Elem

func (AnnotationStoreStoreStatusPtrOutput) ElementType

func (AnnotationStoreStoreStatusPtrOutput) ToAnnotationStoreStoreStatusPtrOutput

func (o AnnotationStoreStoreStatusPtrOutput) ToAnnotationStoreStoreStatusPtrOutput() AnnotationStoreStoreStatusPtrOutput

func (AnnotationStoreStoreStatusPtrOutput) ToAnnotationStoreStoreStatusPtrOutputWithContext

func (o AnnotationStoreStoreStatusPtrOutput) ToAnnotationStoreStoreStatusPtrOutputWithContext(ctx context.Context) AnnotationStoreStoreStatusPtrOutput

func (AnnotationStoreStoreStatusPtrOutput) ToOutput added in v0.76.0

func (AnnotationStoreStoreStatusPtrOutput) ToStringPtrOutput

func (AnnotationStoreStoreStatusPtrOutput) ToStringPtrOutputWithContext

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

type AnnotationStoreTagMap

type AnnotationStoreTagMap struct {
}

type AnnotationStoreTagMapArgs

type AnnotationStoreTagMapArgs struct {
}

func (AnnotationStoreTagMapArgs) ElementType

func (AnnotationStoreTagMapArgs) ElementType() reflect.Type

func (AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapOutput

func (i AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapOutput() AnnotationStoreTagMapOutput

func (AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapOutputWithContext

func (i AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapOutputWithContext(ctx context.Context) AnnotationStoreTagMapOutput

func (AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapPtrOutput

func (i AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapPtrOutput() AnnotationStoreTagMapPtrOutput

func (AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapPtrOutputWithContext

func (i AnnotationStoreTagMapArgs) ToAnnotationStoreTagMapPtrOutputWithContext(ctx context.Context) AnnotationStoreTagMapPtrOutput

func (AnnotationStoreTagMapArgs) ToOutput added in v0.76.0

type AnnotationStoreTagMapInput

type AnnotationStoreTagMapInput interface {
	pulumi.Input

	ToAnnotationStoreTagMapOutput() AnnotationStoreTagMapOutput
	ToAnnotationStoreTagMapOutputWithContext(context.Context) AnnotationStoreTagMapOutput
}

AnnotationStoreTagMapInput is an input type that accepts AnnotationStoreTagMap and AnnotationStoreTagMapOutput values. You can construct a concrete instance of `AnnotationStoreTagMapInput` via:

AnnotationStoreTagMap{ "key": AnnotationStoreTagArgs{...} }

type AnnotationStoreTagMapOutput

type AnnotationStoreTagMapOutput struct{ *pulumi.OutputState }

func (AnnotationStoreTagMapOutput) ElementType

func (AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapOutput

func (o AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapOutput() AnnotationStoreTagMapOutput

func (AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapOutputWithContext

func (o AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapOutputWithContext(ctx context.Context) AnnotationStoreTagMapOutput

func (AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapPtrOutput

func (o AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapPtrOutput() AnnotationStoreTagMapPtrOutput

func (AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapPtrOutputWithContext

func (o AnnotationStoreTagMapOutput) ToAnnotationStoreTagMapPtrOutputWithContext(ctx context.Context) AnnotationStoreTagMapPtrOutput

func (AnnotationStoreTagMapOutput) ToOutput added in v0.76.0

type AnnotationStoreTagMapPtrInput

type AnnotationStoreTagMapPtrInput interface {
	pulumi.Input

	ToAnnotationStoreTagMapPtrOutput() AnnotationStoreTagMapPtrOutput
	ToAnnotationStoreTagMapPtrOutputWithContext(context.Context) AnnotationStoreTagMapPtrOutput
}

AnnotationStoreTagMapPtrInput is an input type that accepts AnnotationStoreTagMapArgs, AnnotationStoreTagMapPtr and AnnotationStoreTagMapPtrOutput values. You can construct a concrete instance of `AnnotationStoreTagMapPtrInput` via:

        AnnotationStoreTagMapArgs{...}

or:

        nil

type AnnotationStoreTagMapPtrOutput

type AnnotationStoreTagMapPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreTagMapPtrOutput) Elem

func (AnnotationStoreTagMapPtrOutput) ElementType

func (AnnotationStoreTagMapPtrOutput) ToAnnotationStoreTagMapPtrOutput

func (o AnnotationStoreTagMapPtrOutput) ToAnnotationStoreTagMapPtrOutput() AnnotationStoreTagMapPtrOutput

func (AnnotationStoreTagMapPtrOutput) ToAnnotationStoreTagMapPtrOutputWithContext

func (o AnnotationStoreTagMapPtrOutput) ToAnnotationStoreTagMapPtrOutputWithContext(ctx context.Context) AnnotationStoreTagMapPtrOutput

func (AnnotationStoreTagMapPtrOutput) ToOutput added in v0.76.0

type AnnotationStoreTsvStoreOptions added in v0.72.0

type AnnotationStoreTsvStoreOptions struct {
	AnnotationType *AnnotationStoreAnnotationType `pulumi:"annotationType"`
	FormatToHeader *AnnotationStoreFormatToHeader `pulumi:"formatToHeader"`
	Schema         []AnnotationStoreSchemaItem    `pulumi:"schema"`
}

type AnnotationStoreTsvStoreOptionsArgs added in v0.72.0

type AnnotationStoreTsvStoreOptionsArgs struct {
	AnnotationType AnnotationStoreAnnotationTypePtrInput `pulumi:"annotationType"`
	FormatToHeader AnnotationStoreFormatToHeaderPtrInput `pulumi:"formatToHeader"`
	Schema         AnnotationStoreSchemaItemArrayInput   `pulumi:"schema"`
}

func (AnnotationStoreTsvStoreOptionsArgs) ElementType added in v0.72.0

func (AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsOutput added in v0.72.0

func (i AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsOutput() AnnotationStoreTsvStoreOptionsOutput

func (AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsOutputWithContext added in v0.72.0

func (i AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsOutputWithContext(ctx context.Context) AnnotationStoreTsvStoreOptionsOutput

func (AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsPtrOutput added in v0.72.0

func (i AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsPtrOutput() AnnotationStoreTsvStoreOptionsPtrOutput

func (AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsPtrOutputWithContext added in v0.72.0

func (i AnnotationStoreTsvStoreOptionsArgs) ToAnnotationStoreTsvStoreOptionsPtrOutputWithContext(ctx context.Context) AnnotationStoreTsvStoreOptionsPtrOutput

func (AnnotationStoreTsvStoreOptionsArgs) ToOutput added in v0.76.0

type AnnotationStoreTsvStoreOptionsInput added in v0.72.0

type AnnotationStoreTsvStoreOptionsInput interface {
	pulumi.Input

	ToAnnotationStoreTsvStoreOptionsOutput() AnnotationStoreTsvStoreOptionsOutput
	ToAnnotationStoreTsvStoreOptionsOutputWithContext(context.Context) AnnotationStoreTsvStoreOptionsOutput
}

AnnotationStoreTsvStoreOptionsInput is an input type that accepts AnnotationStoreTsvStoreOptionsArgs and AnnotationStoreTsvStoreOptionsOutput values. You can construct a concrete instance of `AnnotationStoreTsvStoreOptionsInput` via:

AnnotationStoreTsvStoreOptionsArgs{...}

type AnnotationStoreTsvStoreOptionsOutput added in v0.72.0

type AnnotationStoreTsvStoreOptionsOutput struct{ *pulumi.OutputState }

func (AnnotationStoreTsvStoreOptionsOutput) AnnotationType added in v0.72.0

func (AnnotationStoreTsvStoreOptionsOutput) ElementType added in v0.72.0

func (AnnotationStoreTsvStoreOptionsOutput) FormatToHeader added in v0.72.0

func (AnnotationStoreTsvStoreOptionsOutput) Schema added in v0.72.0

func (AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsOutput added in v0.72.0

func (o AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsOutput() AnnotationStoreTsvStoreOptionsOutput

func (AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsOutputWithContext added in v0.72.0

func (o AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsOutputWithContext(ctx context.Context) AnnotationStoreTsvStoreOptionsOutput

func (AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsPtrOutput added in v0.72.0

func (o AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsPtrOutput() AnnotationStoreTsvStoreOptionsPtrOutput

func (AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsPtrOutputWithContext added in v0.72.0

func (o AnnotationStoreTsvStoreOptionsOutput) ToAnnotationStoreTsvStoreOptionsPtrOutputWithContext(ctx context.Context) AnnotationStoreTsvStoreOptionsPtrOutput

func (AnnotationStoreTsvStoreOptionsOutput) ToOutput added in v0.76.0

type AnnotationStoreTsvStoreOptionsPtrInput added in v0.72.0

type AnnotationStoreTsvStoreOptionsPtrInput interface {
	pulumi.Input

	ToAnnotationStoreTsvStoreOptionsPtrOutput() AnnotationStoreTsvStoreOptionsPtrOutput
	ToAnnotationStoreTsvStoreOptionsPtrOutputWithContext(context.Context) AnnotationStoreTsvStoreOptionsPtrOutput
}

AnnotationStoreTsvStoreOptionsPtrInput is an input type that accepts AnnotationStoreTsvStoreOptionsArgs, AnnotationStoreTsvStoreOptionsPtr and AnnotationStoreTsvStoreOptionsPtrOutput values. You can construct a concrete instance of `AnnotationStoreTsvStoreOptionsPtrInput` via:

        AnnotationStoreTsvStoreOptionsArgs{...}

or:

        nil

type AnnotationStoreTsvStoreOptionsPtrOutput added in v0.72.0

type AnnotationStoreTsvStoreOptionsPtrOutput struct{ *pulumi.OutputState }

func (AnnotationStoreTsvStoreOptionsPtrOutput) AnnotationType added in v0.72.0

func (AnnotationStoreTsvStoreOptionsPtrOutput) Elem added in v0.72.0

func (AnnotationStoreTsvStoreOptionsPtrOutput) ElementType added in v0.72.0

func (AnnotationStoreTsvStoreOptionsPtrOutput) FormatToHeader added in v0.72.0

func (AnnotationStoreTsvStoreOptionsPtrOutput) Schema added in v0.72.0

func (AnnotationStoreTsvStoreOptionsPtrOutput) ToAnnotationStoreTsvStoreOptionsPtrOutput added in v0.72.0

func (o AnnotationStoreTsvStoreOptionsPtrOutput) ToAnnotationStoreTsvStoreOptionsPtrOutput() AnnotationStoreTsvStoreOptionsPtrOutput

func (AnnotationStoreTsvStoreOptionsPtrOutput) ToAnnotationStoreTsvStoreOptionsPtrOutputWithContext added in v0.72.0

func (o AnnotationStoreTsvStoreOptionsPtrOutput) ToAnnotationStoreTsvStoreOptionsPtrOutputWithContext(ctx context.Context) AnnotationStoreTsvStoreOptionsPtrOutput

func (AnnotationStoreTsvStoreOptionsPtrOutput) ToOutput added in v0.76.0

type LookupAnnotationStoreArgs

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

type LookupAnnotationStoreOutputArgs

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

func (LookupAnnotationStoreOutputArgs) ElementType

type LookupAnnotationStoreResult

type LookupAnnotationStoreResult struct {
	CreationTime   *string                     `pulumi:"creationTime"`
	Description    *string                     `pulumi:"description"`
	Id             *string                     `pulumi:"id"`
	Status         *AnnotationStoreStoreStatus `pulumi:"status"`
	StatusMessage  *string                     `pulumi:"statusMessage"`
	StoreArn       *string                     `pulumi:"storeArn"`
	StoreSizeBytes *float64                    `pulumi:"storeSizeBytes"`
	UpdateTime     *string                     `pulumi:"updateTime"`
}

func LookupAnnotationStore

func LookupAnnotationStore(ctx *pulumi.Context, args *LookupAnnotationStoreArgs, opts ...pulumi.InvokeOption) (*LookupAnnotationStoreResult, error)

Definition of AWS::Omics::AnnotationStore Resource Type

type LookupAnnotationStoreResultOutput

type LookupAnnotationStoreResultOutput struct{ *pulumi.OutputState }

func (LookupAnnotationStoreResultOutput) CreationTime

func (LookupAnnotationStoreResultOutput) Description

func (LookupAnnotationStoreResultOutput) ElementType

func (LookupAnnotationStoreResultOutput) Id

func (LookupAnnotationStoreResultOutput) Status

func (LookupAnnotationStoreResultOutput) StatusMessage

func (LookupAnnotationStoreResultOutput) StoreArn

func (LookupAnnotationStoreResultOutput) StoreSizeBytes

func (LookupAnnotationStoreResultOutput) ToLookupAnnotationStoreResultOutput

func (o LookupAnnotationStoreResultOutput) ToLookupAnnotationStoreResultOutput() LookupAnnotationStoreResultOutput

func (LookupAnnotationStoreResultOutput) ToLookupAnnotationStoreResultOutputWithContext

func (o LookupAnnotationStoreResultOutput) ToLookupAnnotationStoreResultOutputWithContext(ctx context.Context) LookupAnnotationStoreResultOutput

func (LookupAnnotationStoreResultOutput) ToOutput added in v0.76.0

func (LookupAnnotationStoreResultOutput) UpdateTime

type LookupReferenceStoreArgs

type LookupReferenceStoreArgs struct {
	ReferenceStoreId string `pulumi:"referenceStoreId"`
}

type LookupReferenceStoreOutputArgs

type LookupReferenceStoreOutputArgs struct {
	ReferenceStoreId pulumi.StringInput `pulumi:"referenceStoreId"`
}

func (LookupReferenceStoreOutputArgs) ElementType

type LookupReferenceStoreResult

type LookupReferenceStoreResult struct {
	// The store's ARN.
	Arn *string `pulumi:"arn"`
	// When the store was created.
	CreationTime     *string `pulumi:"creationTime"`
	ReferenceStoreId *string `pulumi:"referenceStoreId"`
}

func LookupReferenceStore

func LookupReferenceStore(ctx *pulumi.Context, args *LookupReferenceStoreArgs, opts ...pulumi.InvokeOption) (*LookupReferenceStoreResult, error)

Definition of AWS::Omics::ReferenceStore Resource Type

type LookupReferenceStoreResultOutput

type LookupReferenceStoreResultOutput struct{ *pulumi.OutputState }

func (LookupReferenceStoreResultOutput) Arn

The store's ARN.

func (LookupReferenceStoreResultOutput) CreationTime

When the store was created.

func (LookupReferenceStoreResultOutput) ElementType

func (LookupReferenceStoreResultOutput) ReferenceStoreId

func (LookupReferenceStoreResultOutput) ToLookupReferenceStoreResultOutput

func (o LookupReferenceStoreResultOutput) ToLookupReferenceStoreResultOutput() LookupReferenceStoreResultOutput

func (LookupReferenceStoreResultOutput) ToLookupReferenceStoreResultOutputWithContext

func (o LookupReferenceStoreResultOutput) ToLookupReferenceStoreResultOutputWithContext(ctx context.Context) LookupReferenceStoreResultOutput

func (LookupReferenceStoreResultOutput) ToOutput added in v0.76.0

type LookupRunGroupArgs

type LookupRunGroupArgs struct {
	Id string `pulumi:"id"`
}

type LookupRunGroupOutputArgs

type LookupRunGroupOutputArgs struct {
	Id pulumi.StringInput `pulumi:"id"`
}

func (LookupRunGroupOutputArgs) ElementType

func (LookupRunGroupOutputArgs) ElementType() reflect.Type

type LookupRunGroupResult

type LookupRunGroupResult struct {
	Arn          *string         `pulumi:"arn"`
	CreationTime *string         `pulumi:"creationTime"`
	Id           *string         `pulumi:"id"`
	MaxCpus      *float64        `pulumi:"maxCpus"`
	MaxDuration  *float64        `pulumi:"maxDuration"`
	MaxGpus      *float64        `pulumi:"maxGpus"`
	MaxRuns      *float64        `pulumi:"maxRuns"`
	Name         *string         `pulumi:"name"`
	Tags         *RunGroupTagMap `pulumi:"tags"`
}

func LookupRunGroup

func LookupRunGroup(ctx *pulumi.Context, args *LookupRunGroupArgs, opts ...pulumi.InvokeOption) (*LookupRunGroupResult, error)

Definition of AWS::Omics::RunGroup Resource Type

type LookupRunGroupResultOutput

type LookupRunGroupResultOutput struct{ *pulumi.OutputState }

func (LookupRunGroupResultOutput) Arn

func (LookupRunGroupResultOutput) CreationTime

func (LookupRunGroupResultOutput) ElementType

func (LookupRunGroupResultOutput) ElementType() reflect.Type

func (LookupRunGroupResultOutput) Id

func (LookupRunGroupResultOutput) MaxCpus

func (LookupRunGroupResultOutput) MaxDuration

func (LookupRunGroupResultOutput) MaxGpus added in v0.73.0

func (LookupRunGroupResultOutput) MaxRuns

func (LookupRunGroupResultOutput) Name

func (LookupRunGroupResultOutput) Tags

func (LookupRunGroupResultOutput) ToLookupRunGroupResultOutput

func (o LookupRunGroupResultOutput) ToLookupRunGroupResultOutput() LookupRunGroupResultOutput

func (LookupRunGroupResultOutput) ToLookupRunGroupResultOutputWithContext

func (o LookupRunGroupResultOutput) ToLookupRunGroupResultOutputWithContext(ctx context.Context) LookupRunGroupResultOutput

func (LookupRunGroupResultOutput) ToOutput added in v0.76.0

type LookupSequenceStoreArgs

type LookupSequenceStoreArgs struct {
	SequenceStoreId string `pulumi:"sequenceStoreId"`
}

type LookupSequenceStoreOutputArgs

type LookupSequenceStoreOutputArgs struct {
	SequenceStoreId pulumi.StringInput `pulumi:"sequenceStoreId"`
}

func (LookupSequenceStoreOutputArgs) ElementType

type LookupSequenceStoreResult

type LookupSequenceStoreResult struct {
	// The store's ARN.
	Arn *string `pulumi:"arn"`
	// When the store was created.
	CreationTime    *string `pulumi:"creationTime"`
	SequenceStoreId *string `pulumi:"sequenceStoreId"`
}

func LookupSequenceStore

func LookupSequenceStore(ctx *pulumi.Context, args *LookupSequenceStoreArgs, opts ...pulumi.InvokeOption) (*LookupSequenceStoreResult, error)

Definition of AWS::Omics::SequenceStore Resource Type

type LookupSequenceStoreResultOutput

type LookupSequenceStoreResultOutput struct{ *pulumi.OutputState }

func (LookupSequenceStoreResultOutput) Arn

The store's ARN.

func (LookupSequenceStoreResultOutput) CreationTime

When the store was created.

func (LookupSequenceStoreResultOutput) ElementType

func (LookupSequenceStoreResultOutput) SequenceStoreId

func (LookupSequenceStoreResultOutput) ToLookupSequenceStoreResultOutput

func (o LookupSequenceStoreResultOutput) ToLookupSequenceStoreResultOutput() LookupSequenceStoreResultOutput

func (LookupSequenceStoreResultOutput) ToLookupSequenceStoreResultOutputWithContext

func (o LookupSequenceStoreResultOutput) ToLookupSequenceStoreResultOutputWithContext(ctx context.Context) LookupSequenceStoreResultOutput

func (LookupSequenceStoreResultOutput) ToOutput added in v0.76.0

type LookupVariantStoreArgs

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

type LookupVariantStoreOutputArgs

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

func (LookupVariantStoreOutputArgs) ElementType

type LookupVariantStoreResult

type LookupVariantStoreResult struct {
	CreationTime   *string                  `pulumi:"creationTime"`
	Description    *string                  `pulumi:"description"`
	Id             *string                  `pulumi:"id"`
	Status         *VariantStoreStoreStatus `pulumi:"status"`
	StatusMessage  *string                  `pulumi:"statusMessage"`
	StoreArn       *string                  `pulumi:"storeArn"`
	StoreSizeBytes *float64                 `pulumi:"storeSizeBytes"`
	UpdateTime     *string                  `pulumi:"updateTime"`
}

func LookupVariantStore

func LookupVariantStore(ctx *pulumi.Context, args *LookupVariantStoreArgs, opts ...pulumi.InvokeOption) (*LookupVariantStoreResult, error)

Definition of AWS::Omics::VariantStore Resource Type

type LookupVariantStoreResultOutput

type LookupVariantStoreResultOutput struct{ *pulumi.OutputState }

func (LookupVariantStoreResultOutput) CreationTime

func (LookupVariantStoreResultOutput) Description

func (LookupVariantStoreResultOutput) ElementType

func (LookupVariantStoreResultOutput) Id

func (LookupVariantStoreResultOutput) Status

func (LookupVariantStoreResultOutput) StatusMessage

func (LookupVariantStoreResultOutput) StoreArn

func (LookupVariantStoreResultOutput) StoreSizeBytes

func (LookupVariantStoreResultOutput) ToLookupVariantStoreResultOutput

func (o LookupVariantStoreResultOutput) ToLookupVariantStoreResultOutput() LookupVariantStoreResultOutput

func (LookupVariantStoreResultOutput) ToLookupVariantStoreResultOutputWithContext

func (o LookupVariantStoreResultOutput) ToLookupVariantStoreResultOutputWithContext(ctx context.Context) LookupVariantStoreResultOutput

func (LookupVariantStoreResultOutput) ToOutput added in v0.76.0

func (LookupVariantStoreResultOutput) UpdateTime

type LookupWorkflowArgs

type LookupWorkflowArgs struct {
	Id string `pulumi:"id"`
}

type LookupWorkflowOutputArgs

type LookupWorkflowOutputArgs struct {
	Id pulumi.StringInput `pulumi:"id"`
}

func (LookupWorkflowOutputArgs) ElementType

func (LookupWorkflowOutputArgs) ElementType() reflect.Type

type LookupWorkflowResult

type LookupWorkflowResult struct {
	Arn          *string         `pulumi:"arn"`
	CreationTime *string         `pulumi:"creationTime"`
	Description  *string         `pulumi:"description"`
	Id           *string         `pulumi:"id"`
	Name         *string         `pulumi:"name"`
	Status       *WorkflowStatus `pulumi:"status"`
	Tags         *WorkflowTagMap `pulumi:"tags"`
	Type         *WorkflowType   `pulumi:"type"`
}

func LookupWorkflow

func LookupWorkflow(ctx *pulumi.Context, args *LookupWorkflowArgs, opts ...pulumi.InvokeOption) (*LookupWorkflowResult, error)

Definition of AWS::Omics::Workflow Resource Type

type LookupWorkflowResultOutput

type LookupWorkflowResultOutput struct{ *pulumi.OutputState }

func (LookupWorkflowResultOutput) Arn

func (LookupWorkflowResultOutput) CreationTime

func (LookupWorkflowResultOutput) Description

func (LookupWorkflowResultOutput) ElementType

func (LookupWorkflowResultOutput) ElementType() reflect.Type

func (LookupWorkflowResultOutput) Id

func (LookupWorkflowResultOutput) Name

func (LookupWorkflowResultOutput) Status

func (LookupWorkflowResultOutput) Tags

func (LookupWorkflowResultOutput) ToLookupWorkflowResultOutput

func (o LookupWorkflowResultOutput) ToLookupWorkflowResultOutput() LookupWorkflowResultOutput

func (LookupWorkflowResultOutput) ToLookupWorkflowResultOutputWithContext

func (o LookupWorkflowResultOutput) ToLookupWorkflowResultOutputWithContext(ctx context.Context) LookupWorkflowResultOutput

func (LookupWorkflowResultOutput) ToOutput added in v0.76.0

func (LookupWorkflowResultOutput) Type

type ReferenceStore

type ReferenceStore struct {
	pulumi.CustomResourceState

	// The store's ARN.
	Arn pulumi.StringOutput `pulumi:"arn"`
	// When the store was created.
	CreationTime pulumi.StringOutput `pulumi:"creationTime"`
	// A description for the store.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// A name for the store.
	Name             pulumi.StringOutput              `pulumi:"name"`
	ReferenceStoreId pulumi.StringOutput              `pulumi:"referenceStoreId"`
	SseConfig        ReferenceStoreSseConfigPtrOutput `pulumi:"sseConfig"`
	Tags             ReferenceStoreTagMapPtrOutput    `pulumi:"tags"`
}

Definition of AWS::Omics::ReferenceStore Resource Type

func GetReferenceStore

func GetReferenceStore(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ReferenceStoreState, opts ...pulumi.ResourceOption) (*ReferenceStore, error)

GetReferenceStore gets an existing ReferenceStore 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 NewReferenceStore

func NewReferenceStore(ctx *pulumi.Context,
	name string, args *ReferenceStoreArgs, opts ...pulumi.ResourceOption) (*ReferenceStore, error)

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

func (*ReferenceStore) ElementType

func (*ReferenceStore) ElementType() reflect.Type

func (*ReferenceStore) ToOutput added in v0.76.0

func (*ReferenceStore) ToReferenceStoreOutput

func (i *ReferenceStore) ToReferenceStoreOutput() ReferenceStoreOutput

func (*ReferenceStore) ToReferenceStoreOutputWithContext

func (i *ReferenceStore) ToReferenceStoreOutputWithContext(ctx context.Context) ReferenceStoreOutput

type ReferenceStoreArgs

type ReferenceStoreArgs struct {
	// A description for the store.
	Description pulumi.StringPtrInput
	// A name for the store.
	Name      pulumi.StringPtrInput
	SseConfig ReferenceStoreSseConfigPtrInput
	Tags      ReferenceStoreTagMapPtrInput
}

The set of arguments for constructing a ReferenceStore resource.

func (ReferenceStoreArgs) ElementType

func (ReferenceStoreArgs) ElementType() reflect.Type

type ReferenceStoreEncryptionType

type ReferenceStoreEncryptionType string

func (ReferenceStoreEncryptionType) ElementType

func (ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypeOutput

func (e ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypeOutput() ReferenceStoreEncryptionTypeOutput

func (ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypeOutputWithContext

func (e ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypeOutputWithContext(ctx context.Context) ReferenceStoreEncryptionTypeOutput

func (ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypePtrOutput

func (e ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypePtrOutput() ReferenceStoreEncryptionTypePtrOutput

func (ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypePtrOutputWithContext

func (e ReferenceStoreEncryptionType) ToReferenceStoreEncryptionTypePtrOutputWithContext(ctx context.Context) ReferenceStoreEncryptionTypePtrOutput

func (ReferenceStoreEncryptionType) ToStringOutput

func (ReferenceStoreEncryptionType) ToStringOutputWithContext

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

func (ReferenceStoreEncryptionType) ToStringPtrOutput

func (e ReferenceStoreEncryptionType) ToStringPtrOutput() pulumi.StringPtrOutput

func (ReferenceStoreEncryptionType) ToStringPtrOutputWithContext

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

type ReferenceStoreEncryptionTypeInput

type ReferenceStoreEncryptionTypeInput interface {
	pulumi.Input

	ToReferenceStoreEncryptionTypeOutput() ReferenceStoreEncryptionTypeOutput
	ToReferenceStoreEncryptionTypeOutputWithContext(context.Context) ReferenceStoreEncryptionTypeOutput
}

ReferenceStoreEncryptionTypeInput is an input type that accepts ReferenceStoreEncryptionTypeArgs and ReferenceStoreEncryptionTypeOutput values. You can construct a concrete instance of `ReferenceStoreEncryptionTypeInput` via:

ReferenceStoreEncryptionTypeArgs{...}

type ReferenceStoreEncryptionTypeOutput

type ReferenceStoreEncryptionTypeOutput struct{ *pulumi.OutputState }

func (ReferenceStoreEncryptionTypeOutput) ElementType

func (ReferenceStoreEncryptionTypeOutput) ToOutput added in v0.76.0

func (ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypeOutput

func (o ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypeOutput() ReferenceStoreEncryptionTypeOutput

func (ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypeOutputWithContext

func (o ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypeOutputWithContext(ctx context.Context) ReferenceStoreEncryptionTypeOutput

func (ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypePtrOutput

func (o ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypePtrOutput() ReferenceStoreEncryptionTypePtrOutput

func (ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypePtrOutputWithContext

func (o ReferenceStoreEncryptionTypeOutput) ToReferenceStoreEncryptionTypePtrOutputWithContext(ctx context.Context) ReferenceStoreEncryptionTypePtrOutput

func (ReferenceStoreEncryptionTypeOutput) ToStringOutput

func (ReferenceStoreEncryptionTypeOutput) ToStringOutputWithContext

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

func (ReferenceStoreEncryptionTypeOutput) ToStringPtrOutput

func (ReferenceStoreEncryptionTypeOutput) ToStringPtrOutputWithContext

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

type ReferenceStoreEncryptionTypePtrInput

type ReferenceStoreEncryptionTypePtrInput interface {
	pulumi.Input

	ToReferenceStoreEncryptionTypePtrOutput() ReferenceStoreEncryptionTypePtrOutput
	ToReferenceStoreEncryptionTypePtrOutputWithContext(context.Context) ReferenceStoreEncryptionTypePtrOutput
}

func ReferenceStoreEncryptionTypePtr

func ReferenceStoreEncryptionTypePtr(v string) ReferenceStoreEncryptionTypePtrInput

type ReferenceStoreEncryptionTypePtrOutput

type ReferenceStoreEncryptionTypePtrOutput struct{ *pulumi.OutputState }

func (ReferenceStoreEncryptionTypePtrOutput) Elem

func (ReferenceStoreEncryptionTypePtrOutput) ElementType

func (ReferenceStoreEncryptionTypePtrOutput) ToOutput added in v0.76.0

func (ReferenceStoreEncryptionTypePtrOutput) ToReferenceStoreEncryptionTypePtrOutput

func (o ReferenceStoreEncryptionTypePtrOutput) ToReferenceStoreEncryptionTypePtrOutput() ReferenceStoreEncryptionTypePtrOutput

func (ReferenceStoreEncryptionTypePtrOutput) ToReferenceStoreEncryptionTypePtrOutputWithContext

func (o ReferenceStoreEncryptionTypePtrOutput) ToReferenceStoreEncryptionTypePtrOutputWithContext(ctx context.Context) ReferenceStoreEncryptionTypePtrOutput

func (ReferenceStoreEncryptionTypePtrOutput) ToStringPtrOutput

func (ReferenceStoreEncryptionTypePtrOutput) ToStringPtrOutputWithContext

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

type ReferenceStoreInput

type ReferenceStoreInput interface {
	pulumi.Input

	ToReferenceStoreOutput() ReferenceStoreOutput
	ToReferenceStoreOutputWithContext(ctx context.Context) ReferenceStoreOutput
}

type ReferenceStoreOutput

type ReferenceStoreOutput struct{ *pulumi.OutputState }

func (ReferenceStoreOutput) Arn

The store's ARN.

func (ReferenceStoreOutput) CreationTime

func (o ReferenceStoreOutput) CreationTime() pulumi.StringOutput

When the store was created.

func (ReferenceStoreOutput) Description

A description for the store.

func (ReferenceStoreOutput) ElementType

func (ReferenceStoreOutput) ElementType() reflect.Type

func (ReferenceStoreOutput) Name

A name for the store.

func (ReferenceStoreOutput) ReferenceStoreId

func (o ReferenceStoreOutput) ReferenceStoreId() pulumi.StringOutput

func (ReferenceStoreOutput) SseConfig

func (ReferenceStoreOutput) Tags

func (ReferenceStoreOutput) ToOutput added in v0.76.0

func (ReferenceStoreOutput) ToReferenceStoreOutput

func (o ReferenceStoreOutput) ToReferenceStoreOutput() ReferenceStoreOutput

func (ReferenceStoreOutput) ToReferenceStoreOutputWithContext

func (o ReferenceStoreOutput) ToReferenceStoreOutputWithContext(ctx context.Context) ReferenceStoreOutput

type ReferenceStoreSseConfig

type ReferenceStoreSseConfig struct {
	// An encryption key ARN.
	KeyArn *string                      `pulumi:"keyArn"`
	Type   ReferenceStoreEncryptionType `pulumi:"type"`
}

Server-side encryption (SSE) settings for a store.

type ReferenceStoreSseConfigArgs

type ReferenceStoreSseConfigArgs struct {
	// An encryption key ARN.
	KeyArn pulumi.StringPtrInput             `pulumi:"keyArn"`
	Type   ReferenceStoreEncryptionTypeInput `pulumi:"type"`
}

Server-side encryption (SSE) settings for a store.

func (ReferenceStoreSseConfigArgs) ElementType

func (ReferenceStoreSseConfigArgs) ToOutput added in v0.76.0

func (ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigOutput

func (i ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigOutput() ReferenceStoreSseConfigOutput

func (ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigOutputWithContext

func (i ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigOutputWithContext(ctx context.Context) ReferenceStoreSseConfigOutput

func (ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigPtrOutput

func (i ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigPtrOutput() ReferenceStoreSseConfigPtrOutput

func (ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigPtrOutputWithContext

func (i ReferenceStoreSseConfigArgs) ToReferenceStoreSseConfigPtrOutputWithContext(ctx context.Context) ReferenceStoreSseConfigPtrOutput

type ReferenceStoreSseConfigInput

type ReferenceStoreSseConfigInput interface {
	pulumi.Input

	ToReferenceStoreSseConfigOutput() ReferenceStoreSseConfigOutput
	ToReferenceStoreSseConfigOutputWithContext(context.Context) ReferenceStoreSseConfigOutput
}

ReferenceStoreSseConfigInput is an input type that accepts ReferenceStoreSseConfigArgs and ReferenceStoreSseConfigOutput values. You can construct a concrete instance of `ReferenceStoreSseConfigInput` via:

ReferenceStoreSseConfigArgs{...}

type ReferenceStoreSseConfigOutput

type ReferenceStoreSseConfigOutput struct{ *pulumi.OutputState }

Server-side encryption (SSE) settings for a store.

func (ReferenceStoreSseConfigOutput) ElementType

func (ReferenceStoreSseConfigOutput) KeyArn

An encryption key ARN.

func (ReferenceStoreSseConfigOutput) ToOutput added in v0.76.0

func (ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigOutput

func (o ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigOutput() ReferenceStoreSseConfigOutput

func (ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigOutputWithContext

func (o ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigOutputWithContext(ctx context.Context) ReferenceStoreSseConfigOutput

func (ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigPtrOutput

func (o ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigPtrOutput() ReferenceStoreSseConfigPtrOutput

func (ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigPtrOutputWithContext

func (o ReferenceStoreSseConfigOutput) ToReferenceStoreSseConfigPtrOutputWithContext(ctx context.Context) ReferenceStoreSseConfigPtrOutput

func (ReferenceStoreSseConfigOutput) Type

type ReferenceStoreSseConfigPtrInput

type ReferenceStoreSseConfigPtrInput interface {
	pulumi.Input

	ToReferenceStoreSseConfigPtrOutput() ReferenceStoreSseConfigPtrOutput
	ToReferenceStoreSseConfigPtrOutputWithContext(context.Context) ReferenceStoreSseConfigPtrOutput
}

ReferenceStoreSseConfigPtrInput is an input type that accepts ReferenceStoreSseConfigArgs, ReferenceStoreSseConfigPtr and ReferenceStoreSseConfigPtrOutput values. You can construct a concrete instance of `ReferenceStoreSseConfigPtrInput` via:

        ReferenceStoreSseConfigArgs{...}

or:

        nil

type ReferenceStoreSseConfigPtrOutput

type ReferenceStoreSseConfigPtrOutput struct{ *pulumi.OutputState }

func (ReferenceStoreSseConfigPtrOutput) Elem

func (ReferenceStoreSseConfigPtrOutput) ElementType

func (ReferenceStoreSseConfigPtrOutput) KeyArn

An encryption key ARN.

func (ReferenceStoreSseConfigPtrOutput) ToOutput added in v0.76.0

func (ReferenceStoreSseConfigPtrOutput) ToReferenceStoreSseConfigPtrOutput

func (o ReferenceStoreSseConfigPtrOutput) ToReferenceStoreSseConfigPtrOutput() ReferenceStoreSseConfigPtrOutput

func (ReferenceStoreSseConfigPtrOutput) ToReferenceStoreSseConfigPtrOutputWithContext

func (o ReferenceStoreSseConfigPtrOutput) ToReferenceStoreSseConfigPtrOutputWithContext(ctx context.Context) ReferenceStoreSseConfigPtrOutput

func (ReferenceStoreSseConfigPtrOutput) Type

type ReferenceStoreState

type ReferenceStoreState struct {
}

func (ReferenceStoreState) ElementType

func (ReferenceStoreState) ElementType() reflect.Type

type ReferenceStoreTagMap

type ReferenceStoreTagMap struct {
}

type ReferenceStoreTagMapArgs

type ReferenceStoreTagMapArgs struct {
}

func (ReferenceStoreTagMapArgs) ElementType

func (ReferenceStoreTagMapArgs) ElementType() reflect.Type

func (ReferenceStoreTagMapArgs) ToOutput added in v0.76.0

func (ReferenceStoreTagMapArgs) ToReferenceStoreTagMapOutput

func (i ReferenceStoreTagMapArgs) ToReferenceStoreTagMapOutput() ReferenceStoreTagMapOutput

func (ReferenceStoreTagMapArgs) ToReferenceStoreTagMapOutputWithContext

func (i ReferenceStoreTagMapArgs) ToReferenceStoreTagMapOutputWithContext(ctx context.Context) ReferenceStoreTagMapOutput

func (ReferenceStoreTagMapArgs) ToReferenceStoreTagMapPtrOutput

func (i ReferenceStoreTagMapArgs) ToReferenceStoreTagMapPtrOutput() ReferenceStoreTagMapPtrOutput

func (ReferenceStoreTagMapArgs) ToReferenceStoreTagMapPtrOutputWithContext

func (i ReferenceStoreTagMapArgs) ToReferenceStoreTagMapPtrOutputWithContext(ctx context.Context) ReferenceStoreTagMapPtrOutput

type ReferenceStoreTagMapInput

type ReferenceStoreTagMapInput interface {
	pulumi.Input

	ToReferenceStoreTagMapOutput() ReferenceStoreTagMapOutput
	ToReferenceStoreTagMapOutputWithContext(context.Context) ReferenceStoreTagMapOutput
}

ReferenceStoreTagMapInput is an input type that accepts ReferenceStoreTagMap and ReferenceStoreTagMapOutput values. You can construct a concrete instance of `ReferenceStoreTagMapInput` via:

ReferenceStoreTagMap{ "key": ReferenceStoreTagArgs{...} }

type ReferenceStoreTagMapOutput

type ReferenceStoreTagMapOutput struct{ *pulumi.OutputState }

func (ReferenceStoreTagMapOutput) ElementType

func (ReferenceStoreTagMapOutput) ElementType() reflect.Type

func (ReferenceStoreTagMapOutput) ToOutput added in v0.76.0

func (ReferenceStoreTagMapOutput) ToReferenceStoreTagMapOutput

func (o ReferenceStoreTagMapOutput) ToReferenceStoreTagMapOutput() ReferenceStoreTagMapOutput

func (ReferenceStoreTagMapOutput) ToReferenceStoreTagMapOutputWithContext

func (o ReferenceStoreTagMapOutput) ToReferenceStoreTagMapOutputWithContext(ctx context.Context) ReferenceStoreTagMapOutput

func (ReferenceStoreTagMapOutput) ToReferenceStoreTagMapPtrOutput

func (o ReferenceStoreTagMapOutput) ToReferenceStoreTagMapPtrOutput() ReferenceStoreTagMapPtrOutput

func (ReferenceStoreTagMapOutput) ToReferenceStoreTagMapPtrOutputWithContext

func (o ReferenceStoreTagMapOutput) ToReferenceStoreTagMapPtrOutputWithContext(ctx context.Context) ReferenceStoreTagMapPtrOutput

type ReferenceStoreTagMapPtrInput

type ReferenceStoreTagMapPtrInput interface {
	pulumi.Input

	ToReferenceStoreTagMapPtrOutput() ReferenceStoreTagMapPtrOutput
	ToReferenceStoreTagMapPtrOutputWithContext(context.Context) ReferenceStoreTagMapPtrOutput
}

ReferenceStoreTagMapPtrInput is an input type that accepts ReferenceStoreTagMapArgs, ReferenceStoreTagMapPtr and ReferenceStoreTagMapPtrOutput values. You can construct a concrete instance of `ReferenceStoreTagMapPtrInput` via:

        ReferenceStoreTagMapArgs{...}

or:

        nil

type ReferenceStoreTagMapPtrOutput

type ReferenceStoreTagMapPtrOutput struct{ *pulumi.OutputState }

func (ReferenceStoreTagMapPtrOutput) Elem

func (ReferenceStoreTagMapPtrOutput) ElementType

func (ReferenceStoreTagMapPtrOutput) ToOutput added in v0.76.0

func (ReferenceStoreTagMapPtrOutput) ToReferenceStoreTagMapPtrOutput

func (o ReferenceStoreTagMapPtrOutput) ToReferenceStoreTagMapPtrOutput() ReferenceStoreTagMapPtrOutput

func (ReferenceStoreTagMapPtrOutput) ToReferenceStoreTagMapPtrOutputWithContext

func (o ReferenceStoreTagMapPtrOutput) ToReferenceStoreTagMapPtrOutputWithContext(ctx context.Context) ReferenceStoreTagMapPtrOutput

type RunGroup

type RunGroup struct {
	pulumi.CustomResourceState

	Arn          pulumi.StringOutput     `pulumi:"arn"`
	CreationTime pulumi.StringOutput     `pulumi:"creationTime"`
	MaxCpus      pulumi.Float64PtrOutput `pulumi:"maxCpus"`
	MaxDuration  pulumi.Float64PtrOutput `pulumi:"maxDuration"`
	MaxGpus      pulumi.Float64PtrOutput `pulumi:"maxGpus"`
	MaxRuns      pulumi.Float64PtrOutput `pulumi:"maxRuns"`
	Name         pulumi.StringPtrOutput  `pulumi:"name"`
	Tags         RunGroupTagMapPtrOutput `pulumi:"tags"`
}

Definition of AWS::Omics::RunGroup Resource Type

func GetRunGroup

func GetRunGroup(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *RunGroupState, opts ...pulumi.ResourceOption) (*RunGroup, error)

GetRunGroup gets an existing RunGroup 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 NewRunGroup

func NewRunGroup(ctx *pulumi.Context,
	name string, args *RunGroupArgs, opts ...pulumi.ResourceOption) (*RunGroup, error)

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

func (*RunGroup) ElementType

func (*RunGroup) ElementType() reflect.Type

func (*RunGroup) ToOutput added in v0.76.0

func (i *RunGroup) ToOutput(ctx context.Context) pulumix.Output[*RunGroup]

func (*RunGroup) ToRunGroupOutput

func (i *RunGroup) ToRunGroupOutput() RunGroupOutput

func (*RunGroup) ToRunGroupOutputWithContext

func (i *RunGroup) ToRunGroupOutputWithContext(ctx context.Context) RunGroupOutput

type RunGroupArgs

type RunGroupArgs struct {
	MaxCpus     pulumi.Float64PtrInput
	MaxDuration pulumi.Float64PtrInput
	MaxGpus     pulumi.Float64PtrInput
	MaxRuns     pulumi.Float64PtrInput
	Name        pulumi.StringPtrInput
	Tags        RunGroupTagMapPtrInput
}

The set of arguments for constructing a RunGroup resource.

func (RunGroupArgs) ElementType

func (RunGroupArgs) ElementType() reflect.Type

type RunGroupInput

type RunGroupInput interface {
	pulumi.Input

	ToRunGroupOutput() RunGroupOutput
	ToRunGroupOutputWithContext(ctx context.Context) RunGroupOutput
}

type RunGroupOutput

type RunGroupOutput struct{ *pulumi.OutputState }

func (RunGroupOutput) Arn

func (RunGroupOutput) CreationTime

func (o RunGroupOutput) CreationTime() pulumi.StringOutput

func (RunGroupOutput) ElementType

func (RunGroupOutput) ElementType() reflect.Type

func (RunGroupOutput) MaxCpus

func (RunGroupOutput) MaxDuration

func (o RunGroupOutput) MaxDuration() pulumi.Float64PtrOutput

func (RunGroupOutput) MaxGpus added in v0.73.0

func (RunGroupOutput) MaxRuns

func (RunGroupOutput) Name

func (RunGroupOutput) Tags

func (RunGroupOutput) ToOutput added in v0.76.0

func (RunGroupOutput) ToRunGroupOutput

func (o RunGroupOutput) ToRunGroupOutput() RunGroupOutput

func (RunGroupOutput) ToRunGroupOutputWithContext

func (o RunGroupOutput) ToRunGroupOutputWithContext(ctx context.Context) RunGroupOutput

type RunGroupState

type RunGroupState struct {
}

func (RunGroupState) ElementType

func (RunGroupState) ElementType() reflect.Type

type RunGroupTagMap

type RunGroupTagMap struct {
}

A map of resource tags

type RunGroupTagMapArgs

type RunGroupTagMapArgs struct {
}

A map of resource tags

func (RunGroupTagMapArgs) ElementType

func (RunGroupTagMapArgs) ElementType() reflect.Type

func (RunGroupTagMapArgs) ToOutput added in v0.76.0

func (RunGroupTagMapArgs) ToRunGroupTagMapOutput

func (i RunGroupTagMapArgs) ToRunGroupTagMapOutput() RunGroupTagMapOutput

func (RunGroupTagMapArgs) ToRunGroupTagMapOutputWithContext

func (i RunGroupTagMapArgs) ToRunGroupTagMapOutputWithContext(ctx context.Context) RunGroupTagMapOutput

func (RunGroupTagMapArgs) ToRunGroupTagMapPtrOutput

func (i RunGroupTagMapArgs) ToRunGroupTagMapPtrOutput() RunGroupTagMapPtrOutput

func (RunGroupTagMapArgs) ToRunGroupTagMapPtrOutputWithContext

func (i RunGroupTagMapArgs) ToRunGroupTagMapPtrOutputWithContext(ctx context.Context) RunGroupTagMapPtrOutput

type RunGroupTagMapInput

type RunGroupTagMapInput interface {
	pulumi.Input

	ToRunGroupTagMapOutput() RunGroupTagMapOutput
	ToRunGroupTagMapOutputWithContext(context.Context) RunGroupTagMapOutput
}

RunGroupTagMapInput is an input type that accepts RunGroupTagMap and RunGroupTagMapOutput values. You can construct a concrete instance of `RunGroupTagMapInput` via:

RunGroupTagMap{ "key": RunGroupTagArgs{...} }

type RunGroupTagMapOutput

type RunGroupTagMapOutput struct{ *pulumi.OutputState }

A map of resource tags

func (RunGroupTagMapOutput) ElementType

func (RunGroupTagMapOutput) ElementType() reflect.Type

func (RunGroupTagMapOutput) ToOutput added in v0.76.0

func (RunGroupTagMapOutput) ToRunGroupTagMapOutput

func (o RunGroupTagMapOutput) ToRunGroupTagMapOutput() RunGroupTagMapOutput

func (RunGroupTagMapOutput) ToRunGroupTagMapOutputWithContext

func (o RunGroupTagMapOutput) ToRunGroupTagMapOutputWithContext(ctx context.Context) RunGroupTagMapOutput

func (RunGroupTagMapOutput) ToRunGroupTagMapPtrOutput

func (o RunGroupTagMapOutput) ToRunGroupTagMapPtrOutput() RunGroupTagMapPtrOutput

func (RunGroupTagMapOutput) ToRunGroupTagMapPtrOutputWithContext

func (o RunGroupTagMapOutput) ToRunGroupTagMapPtrOutputWithContext(ctx context.Context) RunGroupTagMapPtrOutput

type RunGroupTagMapPtrInput

type RunGroupTagMapPtrInput interface {
	pulumi.Input

	ToRunGroupTagMapPtrOutput() RunGroupTagMapPtrOutput
	ToRunGroupTagMapPtrOutputWithContext(context.Context) RunGroupTagMapPtrOutput
}

RunGroupTagMapPtrInput is an input type that accepts RunGroupTagMapArgs, RunGroupTagMapPtr and RunGroupTagMapPtrOutput values. You can construct a concrete instance of `RunGroupTagMapPtrInput` via:

        RunGroupTagMapArgs{...}

or:

        nil

type RunGroupTagMapPtrOutput

type RunGroupTagMapPtrOutput struct{ *pulumi.OutputState }

func (RunGroupTagMapPtrOutput) Elem

func (RunGroupTagMapPtrOutput) ElementType

func (RunGroupTagMapPtrOutput) ElementType() reflect.Type

func (RunGroupTagMapPtrOutput) ToOutput added in v0.76.0

func (RunGroupTagMapPtrOutput) ToRunGroupTagMapPtrOutput

func (o RunGroupTagMapPtrOutput) ToRunGroupTagMapPtrOutput() RunGroupTagMapPtrOutput

func (RunGroupTagMapPtrOutput) ToRunGroupTagMapPtrOutputWithContext

func (o RunGroupTagMapPtrOutput) ToRunGroupTagMapPtrOutputWithContext(ctx context.Context) RunGroupTagMapPtrOutput

type SequenceStore

type SequenceStore struct {
	pulumi.CustomResourceState

	// The store's ARN.
	Arn pulumi.StringOutput `pulumi:"arn"`
	// When the store was created.
	CreationTime pulumi.StringOutput `pulumi:"creationTime"`
	// A description for the store.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// An S3 URI representing the bucket and folder to store failed read set uploads.
	FallbackLocation pulumi.StringPtrOutput `pulumi:"fallbackLocation"`
	// A name for the store.
	Name            pulumi.StringOutput             `pulumi:"name"`
	SequenceStoreId pulumi.StringOutput             `pulumi:"sequenceStoreId"`
	SseConfig       SequenceStoreSseConfigPtrOutput `pulumi:"sseConfig"`
	Tags            SequenceStoreTagMapPtrOutput    `pulumi:"tags"`
}

Definition of AWS::Omics::SequenceStore Resource Type

func GetSequenceStore

func GetSequenceStore(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *SequenceStoreState, opts ...pulumi.ResourceOption) (*SequenceStore, error)

GetSequenceStore gets an existing SequenceStore 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 NewSequenceStore

func NewSequenceStore(ctx *pulumi.Context,
	name string, args *SequenceStoreArgs, opts ...pulumi.ResourceOption) (*SequenceStore, error)

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

func (*SequenceStore) ElementType

func (*SequenceStore) ElementType() reflect.Type

func (*SequenceStore) ToOutput added in v0.76.0

func (*SequenceStore) ToSequenceStoreOutput

func (i *SequenceStore) ToSequenceStoreOutput() SequenceStoreOutput

func (*SequenceStore) ToSequenceStoreOutputWithContext

func (i *SequenceStore) ToSequenceStoreOutputWithContext(ctx context.Context) SequenceStoreOutput

type SequenceStoreArgs

type SequenceStoreArgs struct {
	// A description for the store.
	Description pulumi.StringPtrInput
	// An S3 URI representing the bucket and folder to store failed read set uploads.
	FallbackLocation pulumi.StringPtrInput
	// A name for the store.
	Name      pulumi.StringPtrInput
	SseConfig SequenceStoreSseConfigPtrInput
	Tags      SequenceStoreTagMapPtrInput
}

The set of arguments for constructing a SequenceStore resource.

func (SequenceStoreArgs) ElementType

func (SequenceStoreArgs) ElementType() reflect.Type

type SequenceStoreEncryptionType

type SequenceStoreEncryptionType string

func (SequenceStoreEncryptionType) ElementType

func (SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypeOutput

func (e SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypeOutput() SequenceStoreEncryptionTypeOutput

func (SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypeOutputWithContext

func (e SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypeOutputWithContext(ctx context.Context) SequenceStoreEncryptionTypeOutput

func (SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypePtrOutput

func (e SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypePtrOutput() SequenceStoreEncryptionTypePtrOutput

func (SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypePtrOutputWithContext

func (e SequenceStoreEncryptionType) ToSequenceStoreEncryptionTypePtrOutputWithContext(ctx context.Context) SequenceStoreEncryptionTypePtrOutput

func (SequenceStoreEncryptionType) ToStringOutput

func (e SequenceStoreEncryptionType) ToStringOutput() pulumi.StringOutput

func (SequenceStoreEncryptionType) ToStringOutputWithContext

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

func (SequenceStoreEncryptionType) ToStringPtrOutput

func (e SequenceStoreEncryptionType) ToStringPtrOutput() pulumi.StringPtrOutput

func (SequenceStoreEncryptionType) ToStringPtrOutputWithContext

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

type SequenceStoreEncryptionTypeInput

type SequenceStoreEncryptionTypeInput interface {
	pulumi.Input

	ToSequenceStoreEncryptionTypeOutput() SequenceStoreEncryptionTypeOutput
	ToSequenceStoreEncryptionTypeOutputWithContext(context.Context) SequenceStoreEncryptionTypeOutput
}

SequenceStoreEncryptionTypeInput is an input type that accepts SequenceStoreEncryptionTypeArgs and SequenceStoreEncryptionTypeOutput values. You can construct a concrete instance of `SequenceStoreEncryptionTypeInput` via:

SequenceStoreEncryptionTypeArgs{...}

type SequenceStoreEncryptionTypeOutput

type SequenceStoreEncryptionTypeOutput struct{ *pulumi.OutputState }

func (SequenceStoreEncryptionTypeOutput) ElementType

func (SequenceStoreEncryptionTypeOutput) ToOutput added in v0.76.0

func (SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypeOutput

func (o SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypeOutput() SequenceStoreEncryptionTypeOutput

func (SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypeOutputWithContext

func (o SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypeOutputWithContext(ctx context.Context) SequenceStoreEncryptionTypeOutput

func (SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypePtrOutput

func (o SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypePtrOutput() SequenceStoreEncryptionTypePtrOutput

func (SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypePtrOutputWithContext

func (o SequenceStoreEncryptionTypeOutput) ToSequenceStoreEncryptionTypePtrOutputWithContext(ctx context.Context) SequenceStoreEncryptionTypePtrOutput

func (SequenceStoreEncryptionTypeOutput) ToStringOutput

func (SequenceStoreEncryptionTypeOutput) ToStringOutputWithContext

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

func (SequenceStoreEncryptionTypeOutput) ToStringPtrOutput

func (SequenceStoreEncryptionTypeOutput) ToStringPtrOutputWithContext

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

type SequenceStoreEncryptionTypePtrInput

type SequenceStoreEncryptionTypePtrInput interface {
	pulumi.Input

	ToSequenceStoreEncryptionTypePtrOutput() SequenceStoreEncryptionTypePtrOutput
	ToSequenceStoreEncryptionTypePtrOutputWithContext(context.Context) SequenceStoreEncryptionTypePtrOutput
}

func SequenceStoreEncryptionTypePtr

func SequenceStoreEncryptionTypePtr(v string) SequenceStoreEncryptionTypePtrInput

type SequenceStoreEncryptionTypePtrOutput

type SequenceStoreEncryptionTypePtrOutput struct{ *pulumi.OutputState }

func (SequenceStoreEncryptionTypePtrOutput) Elem

func (SequenceStoreEncryptionTypePtrOutput) ElementType

func (SequenceStoreEncryptionTypePtrOutput) ToOutput added in v0.76.0

func (SequenceStoreEncryptionTypePtrOutput) ToSequenceStoreEncryptionTypePtrOutput

func (o SequenceStoreEncryptionTypePtrOutput) ToSequenceStoreEncryptionTypePtrOutput() SequenceStoreEncryptionTypePtrOutput

func (SequenceStoreEncryptionTypePtrOutput) ToSequenceStoreEncryptionTypePtrOutputWithContext

func (o SequenceStoreEncryptionTypePtrOutput) ToSequenceStoreEncryptionTypePtrOutputWithContext(ctx context.Context) SequenceStoreEncryptionTypePtrOutput

func (SequenceStoreEncryptionTypePtrOutput) ToStringPtrOutput

func (SequenceStoreEncryptionTypePtrOutput) ToStringPtrOutputWithContext

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

type SequenceStoreInput

type SequenceStoreInput interface {
	pulumi.Input

	ToSequenceStoreOutput() SequenceStoreOutput
	ToSequenceStoreOutputWithContext(ctx context.Context) SequenceStoreOutput
}

type SequenceStoreOutput

type SequenceStoreOutput struct{ *pulumi.OutputState }

func (SequenceStoreOutput) Arn

The store's ARN.

func (SequenceStoreOutput) CreationTime

func (o SequenceStoreOutput) CreationTime() pulumi.StringOutput

When the store was created.

func (SequenceStoreOutput) Description

func (o SequenceStoreOutput) Description() pulumi.StringPtrOutput

A description for the store.

func (SequenceStoreOutput) ElementType

func (SequenceStoreOutput) ElementType() reflect.Type

func (SequenceStoreOutput) FallbackLocation added in v0.65.0

func (o SequenceStoreOutput) FallbackLocation() pulumi.StringPtrOutput

An S3 URI representing the bucket and folder to store failed read set uploads.

func (SequenceStoreOutput) Name

A name for the store.

func (SequenceStoreOutput) SequenceStoreId

func (o SequenceStoreOutput) SequenceStoreId() pulumi.StringOutput

func (SequenceStoreOutput) SseConfig

func (SequenceStoreOutput) Tags

func (SequenceStoreOutput) ToOutput added in v0.76.0

func (SequenceStoreOutput) ToSequenceStoreOutput

func (o SequenceStoreOutput) ToSequenceStoreOutput() SequenceStoreOutput

func (SequenceStoreOutput) ToSequenceStoreOutputWithContext

func (o SequenceStoreOutput) ToSequenceStoreOutputWithContext(ctx context.Context) SequenceStoreOutput

type SequenceStoreSseConfig

type SequenceStoreSseConfig struct {
	// An encryption key ARN.
	KeyArn *string                     `pulumi:"keyArn"`
	Type   SequenceStoreEncryptionType `pulumi:"type"`
}

Server-side encryption (SSE) settings for a store.

type SequenceStoreSseConfigArgs

type SequenceStoreSseConfigArgs struct {
	// An encryption key ARN.
	KeyArn pulumi.StringPtrInput            `pulumi:"keyArn"`
	Type   SequenceStoreEncryptionTypeInput `pulumi:"type"`
}

Server-side encryption (SSE) settings for a store.

func (SequenceStoreSseConfigArgs) ElementType

func (SequenceStoreSseConfigArgs) ElementType() reflect.Type

func (SequenceStoreSseConfigArgs) ToOutput added in v0.76.0

func (SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigOutput

func (i SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigOutput() SequenceStoreSseConfigOutput

func (SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigOutputWithContext

func (i SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigOutputWithContext(ctx context.Context) SequenceStoreSseConfigOutput

func (SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigPtrOutput

func (i SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigPtrOutput() SequenceStoreSseConfigPtrOutput

func (SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigPtrOutputWithContext

func (i SequenceStoreSseConfigArgs) ToSequenceStoreSseConfigPtrOutputWithContext(ctx context.Context) SequenceStoreSseConfigPtrOutput

type SequenceStoreSseConfigInput

type SequenceStoreSseConfigInput interface {
	pulumi.Input

	ToSequenceStoreSseConfigOutput() SequenceStoreSseConfigOutput
	ToSequenceStoreSseConfigOutputWithContext(context.Context) SequenceStoreSseConfigOutput
}

SequenceStoreSseConfigInput is an input type that accepts SequenceStoreSseConfigArgs and SequenceStoreSseConfigOutput values. You can construct a concrete instance of `SequenceStoreSseConfigInput` via:

SequenceStoreSseConfigArgs{...}

type SequenceStoreSseConfigOutput

type SequenceStoreSseConfigOutput struct{ *pulumi.OutputState }

Server-side encryption (SSE) settings for a store.

func (SequenceStoreSseConfigOutput) ElementType

func (SequenceStoreSseConfigOutput) KeyArn

An encryption key ARN.

func (SequenceStoreSseConfigOutput) ToOutput added in v0.76.0

func (SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigOutput

func (o SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigOutput() SequenceStoreSseConfigOutput

func (SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigOutputWithContext

func (o SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigOutputWithContext(ctx context.Context) SequenceStoreSseConfigOutput

func (SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigPtrOutput

func (o SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigPtrOutput() SequenceStoreSseConfigPtrOutput

func (SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigPtrOutputWithContext

func (o SequenceStoreSseConfigOutput) ToSequenceStoreSseConfigPtrOutputWithContext(ctx context.Context) SequenceStoreSseConfigPtrOutput

func (SequenceStoreSseConfigOutput) Type

type SequenceStoreSseConfigPtrInput

type SequenceStoreSseConfigPtrInput interface {
	pulumi.Input

	ToSequenceStoreSseConfigPtrOutput() SequenceStoreSseConfigPtrOutput
	ToSequenceStoreSseConfigPtrOutputWithContext(context.Context) SequenceStoreSseConfigPtrOutput
}

SequenceStoreSseConfigPtrInput is an input type that accepts SequenceStoreSseConfigArgs, SequenceStoreSseConfigPtr and SequenceStoreSseConfigPtrOutput values. You can construct a concrete instance of `SequenceStoreSseConfigPtrInput` via:

        SequenceStoreSseConfigArgs{...}

or:

        nil

type SequenceStoreSseConfigPtrOutput

type SequenceStoreSseConfigPtrOutput struct{ *pulumi.OutputState }

func (SequenceStoreSseConfigPtrOutput) Elem

func (SequenceStoreSseConfigPtrOutput) ElementType

func (SequenceStoreSseConfigPtrOutput) KeyArn

An encryption key ARN.

func (SequenceStoreSseConfigPtrOutput) ToOutput added in v0.76.0

func (SequenceStoreSseConfigPtrOutput) ToSequenceStoreSseConfigPtrOutput

func (o SequenceStoreSseConfigPtrOutput) ToSequenceStoreSseConfigPtrOutput() SequenceStoreSseConfigPtrOutput

func (SequenceStoreSseConfigPtrOutput) ToSequenceStoreSseConfigPtrOutputWithContext

func (o SequenceStoreSseConfigPtrOutput) ToSequenceStoreSseConfigPtrOutputWithContext(ctx context.Context) SequenceStoreSseConfigPtrOutput

func (SequenceStoreSseConfigPtrOutput) Type

type SequenceStoreState

type SequenceStoreState struct {
}

func (SequenceStoreState) ElementType

func (SequenceStoreState) ElementType() reflect.Type

type SequenceStoreTagMap

type SequenceStoreTagMap struct {
}

type SequenceStoreTagMapArgs

type SequenceStoreTagMapArgs struct {
}

func (SequenceStoreTagMapArgs) ElementType

func (SequenceStoreTagMapArgs) ElementType() reflect.Type

func (SequenceStoreTagMapArgs) ToOutput added in v0.76.0

func (SequenceStoreTagMapArgs) ToSequenceStoreTagMapOutput

func (i SequenceStoreTagMapArgs) ToSequenceStoreTagMapOutput() SequenceStoreTagMapOutput

func (SequenceStoreTagMapArgs) ToSequenceStoreTagMapOutputWithContext

func (i SequenceStoreTagMapArgs) ToSequenceStoreTagMapOutputWithContext(ctx context.Context) SequenceStoreTagMapOutput

func (SequenceStoreTagMapArgs) ToSequenceStoreTagMapPtrOutput

func (i SequenceStoreTagMapArgs) ToSequenceStoreTagMapPtrOutput() SequenceStoreTagMapPtrOutput

func (SequenceStoreTagMapArgs) ToSequenceStoreTagMapPtrOutputWithContext

func (i SequenceStoreTagMapArgs) ToSequenceStoreTagMapPtrOutputWithContext(ctx context.Context) SequenceStoreTagMapPtrOutput

type SequenceStoreTagMapInput

type SequenceStoreTagMapInput interface {
	pulumi.Input

	ToSequenceStoreTagMapOutput() SequenceStoreTagMapOutput
	ToSequenceStoreTagMapOutputWithContext(context.Context) SequenceStoreTagMapOutput
}

SequenceStoreTagMapInput is an input type that accepts SequenceStoreTagMap and SequenceStoreTagMapOutput values. You can construct a concrete instance of `SequenceStoreTagMapInput` via:

SequenceStoreTagMap{ "key": SequenceStoreTagArgs{...} }

type SequenceStoreTagMapOutput

type SequenceStoreTagMapOutput struct{ *pulumi.OutputState }

func (SequenceStoreTagMapOutput) ElementType

func (SequenceStoreTagMapOutput) ElementType() reflect.Type

func (SequenceStoreTagMapOutput) ToOutput added in v0.76.0

func (SequenceStoreTagMapOutput) ToSequenceStoreTagMapOutput

func (o SequenceStoreTagMapOutput) ToSequenceStoreTagMapOutput() SequenceStoreTagMapOutput

func (SequenceStoreTagMapOutput) ToSequenceStoreTagMapOutputWithContext

func (o SequenceStoreTagMapOutput) ToSequenceStoreTagMapOutputWithContext(ctx context.Context) SequenceStoreTagMapOutput

func (SequenceStoreTagMapOutput) ToSequenceStoreTagMapPtrOutput

func (o SequenceStoreTagMapOutput) ToSequenceStoreTagMapPtrOutput() SequenceStoreTagMapPtrOutput

func (SequenceStoreTagMapOutput) ToSequenceStoreTagMapPtrOutputWithContext

func (o SequenceStoreTagMapOutput) ToSequenceStoreTagMapPtrOutputWithContext(ctx context.Context) SequenceStoreTagMapPtrOutput

type SequenceStoreTagMapPtrInput

type SequenceStoreTagMapPtrInput interface {
	pulumi.Input

	ToSequenceStoreTagMapPtrOutput() SequenceStoreTagMapPtrOutput
	ToSequenceStoreTagMapPtrOutputWithContext(context.Context) SequenceStoreTagMapPtrOutput
}

SequenceStoreTagMapPtrInput is an input type that accepts SequenceStoreTagMapArgs, SequenceStoreTagMapPtr and SequenceStoreTagMapPtrOutput values. You can construct a concrete instance of `SequenceStoreTagMapPtrInput` via:

        SequenceStoreTagMapArgs{...}

or:

        nil

type SequenceStoreTagMapPtrOutput

type SequenceStoreTagMapPtrOutput struct{ *pulumi.OutputState }

func (SequenceStoreTagMapPtrOutput) Elem

func (SequenceStoreTagMapPtrOutput) ElementType

func (SequenceStoreTagMapPtrOutput) ToOutput added in v0.76.0

func (SequenceStoreTagMapPtrOutput) ToSequenceStoreTagMapPtrOutput

func (o SequenceStoreTagMapPtrOutput) ToSequenceStoreTagMapPtrOutput() SequenceStoreTagMapPtrOutput

func (SequenceStoreTagMapPtrOutput) ToSequenceStoreTagMapPtrOutputWithContext

func (o SequenceStoreTagMapPtrOutput) ToSequenceStoreTagMapPtrOutputWithContext(ctx context.Context) SequenceStoreTagMapPtrOutput

type VariantStore

type VariantStore struct {
	pulumi.CustomResourceState

	CreationTime   pulumi.StringOutput             `pulumi:"creationTime"`
	Description    pulumi.StringPtrOutput          `pulumi:"description"`
	Name           pulumi.StringOutput             `pulumi:"name"`
	Reference      VariantStoreReferenceItemOutput `pulumi:"reference"`
	SseConfig      VariantStoreSseConfigPtrOutput  `pulumi:"sseConfig"`
	Status         VariantStoreStoreStatusOutput   `pulumi:"status"`
	StatusMessage  pulumi.StringOutput             `pulumi:"statusMessage"`
	StoreArn       pulumi.StringOutput             `pulumi:"storeArn"`
	StoreSizeBytes pulumi.Float64Output            `pulumi:"storeSizeBytes"`
	Tags           VariantStoreTagMapPtrOutput     `pulumi:"tags"`
	UpdateTime     pulumi.StringOutput             `pulumi:"updateTime"`
}

Definition of AWS::Omics::VariantStore Resource Type

func GetVariantStore

func GetVariantStore(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *VariantStoreState, opts ...pulumi.ResourceOption) (*VariantStore, error)

GetVariantStore gets an existing VariantStore 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 NewVariantStore

func NewVariantStore(ctx *pulumi.Context,
	name string, args *VariantStoreArgs, opts ...pulumi.ResourceOption) (*VariantStore, error)

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

func (*VariantStore) ElementType

func (*VariantStore) ElementType() reflect.Type

func (*VariantStore) ToOutput added in v0.76.0

func (*VariantStore) ToVariantStoreOutput

func (i *VariantStore) ToVariantStoreOutput() VariantStoreOutput

func (*VariantStore) ToVariantStoreOutputWithContext

func (i *VariantStore) ToVariantStoreOutputWithContext(ctx context.Context) VariantStoreOutput

type VariantStoreArgs

The set of arguments for constructing a VariantStore resource.

func (VariantStoreArgs) ElementType

func (VariantStoreArgs) ElementType() reflect.Type

type VariantStoreEncryptionType

type VariantStoreEncryptionType string

func (VariantStoreEncryptionType) ElementType

func (VariantStoreEncryptionType) ElementType() reflect.Type

func (VariantStoreEncryptionType) ToStringOutput

func (e VariantStoreEncryptionType) ToStringOutput() pulumi.StringOutput

func (VariantStoreEncryptionType) ToStringOutputWithContext

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

func (VariantStoreEncryptionType) ToStringPtrOutput

func (e VariantStoreEncryptionType) ToStringPtrOutput() pulumi.StringPtrOutput

func (VariantStoreEncryptionType) ToStringPtrOutputWithContext

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

func (VariantStoreEncryptionType) ToVariantStoreEncryptionTypeOutput

func (e VariantStoreEncryptionType) ToVariantStoreEncryptionTypeOutput() VariantStoreEncryptionTypeOutput

func (VariantStoreEncryptionType) ToVariantStoreEncryptionTypeOutputWithContext

func (e VariantStoreEncryptionType) ToVariantStoreEncryptionTypeOutputWithContext(ctx context.Context) VariantStoreEncryptionTypeOutput

func (VariantStoreEncryptionType) ToVariantStoreEncryptionTypePtrOutput

func (e VariantStoreEncryptionType) ToVariantStoreEncryptionTypePtrOutput() VariantStoreEncryptionTypePtrOutput

func (VariantStoreEncryptionType) ToVariantStoreEncryptionTypePtrOutputWithContext

func (e VariantStoreEncryptionType) ToVariantStoreEncryptionTypePtrOutputWithContext(ctx context.Context) VariantStoreEncryptionTypePtrOutput

type VariantStoreEncryptionTypeInput

type VariantStoreEncryptionTypeInput interface {
	pulumi.Input

	ToVariantStoreEncryptionTypeOutput() VariantStoreEncryptionTypeOutput
	ToVariantStoreEncryptionTypeOutputWithContext(context.Context) VariantStoreEncryptionTypeOutput
}

VariantStoreEncryptionTypeInput is an input type that accepts VariantStoreEncryptionTypeArgs and VariantStoreEncryptionTypeOutput values. You can construct a concrete instance of `VariantStoreEncryptionTypeInput` via:

VariantStoreEncryptionTypeArgs{...}

type VariantStoreEncryptionTypeOutput

type VariantStoreEncryptionTypeOutput struct{ *pulumi.OutputState }

func (VariantStoreEncryptionTypeOutput) ElementType

func (VariantStoreEncryptionTypeOutput) ToOutput added in v0.76.0

func (VariantStoreEncryptionTypeOutput) ToStringOutput

func (VariantStoreEncryptionTypeOutput) ToStringOutputWithContext

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

func (VariantStoreEncryptionTypeOutput) ToStringPtrOutput

func (VariantStoreEncryptionTypeOutput) ToStringPtrOutputWithContext

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

func (VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypeOutput

func (o VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypeOutput() VariantStoreEncryptionTypeOutput

func (VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypeOutputWithContext

func (o VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypeOutputWithContext(ctx context.Context) VariantStoreEncryptionTypeOutput

func (VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypePtrOutput

func (o VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypePtrOutput() VariantStoreEncryptionTypePtrOutput

func (VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypePtrOutputWithContext

func (o VariantStoreEncryptionTypeOutput) ToVariantStoreEncryptionTypePtrOutputWithContext(ctx context.Context) VariantStoreEncryptionTypePtrOutput

type VariantStoreEncryptionTypePtrInput

type VariantStoreEncryptionTypePtrInput interface {
	pulumi.Input

	ToVariantStoreEncryptionTypePtrOutput() VariantStoreEncryptionTypePtrOutput
	ToVariantStoreEncryptionTypePtrOutputWithContext(context.Context) VariantStoreEncryptionTypePtrOutput
}

func VariantStoreEncryptionTypePtr

func VariantStoreEncryptionTypePtr(v string) VariantStoreEncryptionTypePtrInput

type VariantStoreEncryptionTypePtrOutput

type VariantStoreEncryptionTypePtrOutput struct{ *pulumi.OutputState }

func (VariantStoreEncryptionTypePtrOutput) Elem

func (VariantStoreEncryptionTypePtrOutput) ElementType

func (VariantStoreEncryptionTypePtrOutput) ToOutput added in v0.76.0

func (VariantStoreEncryptionTypePtrOutput) ToStringPtrOutput

func (VariantStoreEncryptionTypePtrOutput) ToStringPtrOutputWithContext

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

func (VariantStoreEncryptionTypePtrOutput) ToVariantStoreEncryptionTypePtrOutput

func (o VariantStoreEncryptionTypePtrOutput) ToVariantStoreEncryptionTypePtrOutput() VariantStoreEncryptionTypePtrOutput

func (VariantStoreEncryptionTypePtrOutput) ToVariantStoreEncryptionTypePtrOutputWithContext

func (o VariantStoreEncryptionTypePtrOutput) ToVariantStoreEncryptionTypePtrOutputWithContext(ctx context.Context) VariantStoreEncryptionTypePtrOutput

type VariantStoreInput

type VariantStoreInput interface {
	pulumi.Input

	ToVariantStoreOutput() VariantStoreOutput
	ToVariantStoreOutputWithContext(ctx context.Context) VariantStoreOutput
}

type VariantStoreOutput

type VariantStoreOutput struct{ *pulumi.OutputState }

func (VariantStoreOutput) CreationTime

func (o VariantStoreOutput) CreationTime() pulumi.StringOutput

func (VariantStoreOutput) Description

func (o VariantStoreOutput) Description() pulumi.StringPtrOutput

func (VariantStoreOutput) ElementType

func (VariantStoreOutput) ElementType() reflect.Type

func (VariantStoreOutput) Name

func (VariantStoreOutput) Reference

func (VariantStoreOutput) SseConfig

func (VariantStoreOutput) Status

func (VariantStoreOutput) StatusMessage

func (o VariantStoreOutput) StatusMessage() pulumi.StringOutput

func (VariantStoreOutput) StoreArn

func (o VariantStoreOutput) StoreArn() pulumi.StringOutput

func (VariantStoreOutput) StoreSizeBytes

func (o VariantStoreOutput) StoreSizeBytes() pulumi.Float64Output

func (VariantStoreOutput) Tags

func (VariantStoreOutput) ToOutput added in v0.76.0

func (VariantStoreOutput) ToVariantStoreOutput

func (o VariantStoreOutput) ToVariantStoreOutput() VariantStoreOutput

func (VariantStoreOutput) ToVariantStoreOutputWithContext

func (o VariantStoreOutput) ToVariantStoreOutputWithContext(ctx context.Context) VariantStoreOutput

func (VariantStoreOutput) UpdateTime

func (o VariantStoreOutput) UpdateTime() pulumi.StringOutput

type VariantStoreReferenceItem

type VariantStoreReferenceItem struct {
	ReferenceArn string `pulumi:"referenceArn"`
}

type VariantStoreReferenceItemArgs

type VariantStoreReferenceItemArgs struct {
	ReferenceArn pulumi.StringInput `pulumi:"referenceArn"`
}

func (VariantStoreReferenceItemArgs) ElementType

func (VariantStoreReferenceItemArgs) ToOutput added in v0.76.0

func (VariantStoreReferenceItemArgs) ToVariantStoreReferenceItemOutput

func (i VariantStoreReferenceItemArgs) ToVariantStoreReferenceItemOutput() VariantStoreReferenceItemOutput

func (VariantStoreReferenceItemArgs) ToVariantStoreReferenceItemOutputWithContext

func (i VariantStoreReferenceItemArgs) ToVariantStoreReferenceItemOutputWithContext(ctx context.Context) VariantStoreReferenceItemOutput

type VariantStoreReferenceItemInput

type VariantStoreReferenceItemInput interface {
	pulumi.Input

	ToVariantStoreReferenceItemOutput() VariantStoreReferenceItemOutput
	ToVariantStoreReferenceItemOutputWithContext(context.Context) VariantStoreReferenceItemOutput
}

VariantStoreReferenceItemInput is an input type that accepts VariantStoreReferenceItemArgs and VariantStoreReferenceItemOutput values. You can construct a concrete instance of `VariantStoreReferenceItemInput` via:

VariantStoreReferenceItemArgs{...}

type VariantStoreReferenceItemOutput

type VariantStoreReferenceItemOutput struct{ *pulumi.OutputState }

func (VariantStoreReferenceItemOutput) ElementType

func (VariantStoreReferenceItemOutput) ReferenceArn

func (VariantStoreReferenceItemOutput) ToOutput added in v0.76.0

func (VariantStoreReferenceItemOutput) ToVariantStoreReferenceItemOutput

func (o VariantStoreReferenceItemOutput) ToVariantStoreReferenceItemOutput() VariantStoreReferenceItemOutput

func (VariantStoreReferenceItemOutput) ToVariantStoreReferenceItemOutputWithContext

func (o VariantStoreReferenceItemOutput) ToVariantStoreReferenceItemOutputWithContext(ctx context.Context) VariantStoreReferenceItemOutput

type VariantStoreSseConfig

type VariantStoreSseConfig struct {
	KeyArn *string                    `pulumi:"keyArn"`
	Type   VariantStoreEncryptionType `pulumi:"type"`
}

type VariantStoreSseConfigArgs

type VariantStoreSseConfigArgs struct {
	KeyArn pulumi.StringPtrInput           `pulumi:"keyArn"`
	Type   VariantStoreEncryptionTypeInput `pulumi:"type"`
}

func (VariantStoreSseConfigArgs) ElementType

func (VariantStoreSseConfigArgs) ElementType() reflect.Type

func (VariantStoreSseConfigArgs) ToOutput added in v0.76.0

func (VariantStoreSseConfigArgs) ToVariantStoreSseConfigOutput

func (i VariantStoreSseConfigArgs) ToVariantStoreSseConfigOutput() VariantStoreSseConfigOutput

func (VariantStoreSseConfigArgs) ToVariantStoreSseConfigOutputWithContext

func (i VariantStoreSseConfigArgs) ToVariantStoreSseConfigOutputWithContext(ctx context.Context) VariantStoreSseConfigOutput

func (VariantStoreSseConfigArgs) ToVariantStoreSseConfigPtrOutput

func (i VariantStoreSseConfigArgs) ToVariantStoreSseConfigPtrOutput() VariantStoreSseConfigPtrOutput

func (VariantStoreSseConfigArgs) ToVariantStoreSseConfigPtrOutputWithContext

func (i VariantStoreSseConfigArgs) ToVariantStoreSseConfigPtrOutputWithContext(ctx context.Context) VariantStoreSseConfigPtrOutput

type VariantStoreSseConfigInput

type VariantStoreSseConfigInput interface {
	pulumi.Input

	ToVariantStoreSseConfigOutput() VariantStoreSseConfigOutput
	ToVariantStoreSseConfigOutputWithContext(context.Context) VariantStoreSseConfigOutput
}

VariantStoreSseConfigInput is an input type that accepts VariantStoreSseConfigArgs and VariantStoreSseConfigOutput values. You can construct a concrete instance of `VariantStoreSseConfigInput` via:

VariantStoreSseConfigArgs{...}

type VariantStoreSseConfigOutput

type VariantStoreSseConfigOutput struct{ *pulumi.OutputState }

func (VariantStoreSseConfigOutput) ElementType

func (VariantStoreSseConfigOutput) KeyArn

func (VariantStoreSseConfigOutput) ToOutput added in v0.76.0

func (VariantStoreSseConfigOutput) ToVariantStoreSseConfigOutput

func (o VariantStoreSseConfigOutput) ToVariantStoreSseConfigOutput() VariantStoreSseConfigOutput

func (VariantStoreSseConfigOutput) ToVariantStoreSseConfigOutputWithContext

func (o VariantStoreSseConfigOutput) ToVariantStoreSseConfigOutputWithContext(ctx context.Context) VariantStoreSseConfigOutput

func (VariantStoreSseConfigOutput) ToVariantStoreSseConfigPtrOutput

func (o VariantStoreSseConfigOutput) ToVariantStoreSseConfigPtrOutput() VariantStoreSseConfigPtrOutput

func (VariantStoreSseConfigOutput) ToVariantStoreSseConfigPtrOutputWithContext

func (o VariantStoreSseConfigOutput) ToVariantStoreSseConfigPtrOutputWithContext(ctx context.Context) VariantStoreSseConfigPtrOutput

func (VariantStoreSseConfigOutput) Type

type VariantStoreSseConfigPtrInput

type VariantStoreSseConfigPtrInput interface {
	pulumi.Input

	ToVariantStoreSseConfigPtrOutput() VariantStoreSseConfigPtrOutput
	ToVariantStoreSseConfigPtrOutputWithContext(context.Context) VariantStoreSseConfigPtrOutput
}

VariantStoreSseConfigPtrInput is an input type that accepts VariantStoreSseConfigArgs, VariantStoreSseConfigPtr and VariantStoreSseConfigPtrOutput values. You can construct a concrete instance of `VariantStoreSseConfigPtrInput` via:

        VariantStoreSseConfigArgs{...}

or:

        nil

type VariantStoreSseConfigPtrOutput

type VariantStoreSseConfigPtrOutput struct{ *pulumi.OutputState }

func (VariantStoreSseConfigPtrOutput) Elem

func (VariantStoreSseConfigPtrOutput) ElementType

func (VariantStoreSseConfigPtrOutput) KeyArn

func (VariantStoreSseConfigPtrOutput) ToOutput added in v0.76.0

func (VariantStoreSseConfigPtrOutput) ToVariantStoreSseConfigPtrOutput

func (o VariantStoreSseConfigPtrOutput) ToVariantStoreSseConfigPtrOutput() VariantStoreSseConfigPtrOutput

func (VariantStoreSseConfigPtrOutput) ToVariantStoreSseConfigPtrOutputWithContext

func (o VariantStoreSseConfigPtrOutput) ToVariantStoreSseConfigPtrOutputWithContext(ctx context.Context) VariantStoreSseConfigPtrOutput

func (VariantStoreSseConfigPtrOutput) Type

type VariantStoreState

type VariantStoreState struct {
}

func (VariantStoreState) ElementType

func (VariantStoreState) ElementType() reflect.Type

type VariantStoreStoreStatus

type VariantStoreStoreStatus string

type VariantStoreStoreStatusOutput

type VariantStoreStoreStatusOutput struct{ *pulumi.OutputState }

func (VariantStoreStoreStatusOutput) ElementType

func (VariantStoreStoreStatusOutput) ToOutput added in v0.76.0

func (VariantStoreStoreStatusOutput) ToStringOutput

func (VariantStoreStoreStatusOutput) ToStringOutputWithContext

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

func (VariantStoreStoreStatusOutput) ToStringPtrOutput

func (VariantStoreStoreStatusOutput) ToStringPtrOutputWithContext

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

func (VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusOutput

func (o VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusOutput() VariantStoreStoreStatusOutput

func (VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusOutputWithContext

func (o VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusOutputWithContext(ctx context.Context) VariantStoreStoreStatusOutput

func (VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusPtrOutput

func (o VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusPtrOutput() VariantStoreStoreStatusPtrOutput

func (VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusPtrOutputWithContext

func (o VariantStoreStoreStatusOutput) ToVariantStoreStoreStatusPtrOutputWithContext(ctx context.Context) VariantStoreStoreStatusPtrOutput

type VariantStoreStoreStatusPtrOutput

type VariantStoreStoreStatusPtrOutput struct{ *pulumi.OutputState }

func (VariantStoreStoreStatusPtrOutput) Elem

func (VariantStoreStoreStatusPtrOutput) ElementType

func (VariantStoreStoreStatusPtrOutput) ToOutput added in v0.76.0

func (VariantStoreStoreStatusPtrOutput) ToStringPtrOutput

func (VariantStoreStoreStatusPtrOutput) ToStringPtrOutputWithContext

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

func (VariantStoreStoreStatusPtrOutput) ToVariantStoreStoreStatusPtrOutput

func (o VariantStoreStoreStatusPtrOutput) ToVariantStoreStoreStatusPtrOutput() VariantStoreStoreStatusPtrOutput

func (VariantStoreStoreStatusPtrOutput) ToVariantStoreStoreStatusPtrOutputWithContext

func (o VariantStoreStoreStatusPtrOutput) ToVariantStoreStoreStatusPtrOutputWithContext(ctx context.Context) VariantStoreStoreStatusPtrOutput

type VariantStoreTagMap

type VariantStoreTagMap struct {
}

type VariantStoreTagMapArgs

type VariantStoreTagMapArgs struct {
}

func (VariantStoreTagMapArgs) ElementType

func (VariantStoreTagMapArgs) ElementType() reflect.Type

func (VariantStoreTagMapArgs) ToOutput added in v0.76.0

func (VariantStoreTagMapArgs) ToVariantStoreTagMapOutput

func (i VariantStoreTagMapArgs) ToVariantStoreTagMapOutput() VariantStoreTagMapOutput

func (VariantStoreTagMapArgs) ToVariantStoreTagMapOutputWithContext

func (i VariantStoreTagMapArgs) ToVariantStoreTagMapOutputWithContext(ctx context.Context) VariantStoreTagMapOutput

func (VariantStoreTagMapArgs) ToVariantStoreTagMapPtrOutput

func (i VariantStoreTagMapArgs) ToVariantStoreTagMapPtrOutput() VariantStoreTagMapPtrOutput

func (VariantStoreTagMapArgs) ToVariantStoreTagMapPtrOutputWithContext

func (i VariantStoreTagMapArgs) ToVariantStoreTagMapPtrOutputWithContext(ctx context.Context) VariantStoreTagMapPtrOutput

type VariantStoreTagMapInput

type VariantStoreTagMapInput interface {
	pulumi.Input

	ToVariantStoreTagMapOutput() VariantStoreTagMapOutput
	ToVariantStoreTagMapOutputWithContext(context.Context) VariantStoreTagMapOutput
}

VariantStoreTagMapInput is an input type that accepts VariantStoreTagMap and VariantStoreTagMapOutput values. You can construct a concrete instance of `VariantStoreTagMapInput` via:

VariantStoreTagMap{ "key": VariantStoreTagArgs{...} }

type VariantStoreTagMapOutput

type VariantStoreTagMapOutput struct{ *pulumi.OutputState }

func (VariantStoreTagMapOutput) ElementType

func (VariantStoreTagMapOutput) ElementType() reflect.Type

func (VariantStoreTagMapOutput) ToOutput added in v0.76.0

func (VariantStoreTagMapOutput) ToVariantStoreTagMapOutput

func (o VariantStoreTagMapOutput) ToVariantStoreTagMapOutput() VariantStoreTagMapOutput

func (VariantStoreTagMapOutput) ToVariantStoreTagMapOutputWithContext

func (o VariantStoreTagMapOutput) ToVariantStoreTagMapOutputWithContext(ctx context.Context) VariantStoreTagMapOutput

func (VariantStoreTagMapOutput) ToVariantStoreTagMapPtrOutput

func (o VariantStoreTagMapOutput) ToVariantStoreTagMapPtrOutput() VariantStoreTagMapPtrOutput

func (VariantStoreTagMapOutput) ToVariantStoreTagMapPtrOutputWithContext

func (o VariantStoreTagMapOutput) ToVariantStoreTagMapPtrOutputWithContext(ctx context.Context) VariantStoreTagMapPtrOutput

type VariantStoreTagMapPtrInput

type VariantStoreTagMapPtrInput interface {
	pulumi.Input

	ToVariantStoreTagMapPtrOutput() VariantStoreTagMapPtrOutput
	ToVariantStoreTagMapPtrOutputWithContext(context.Context) VariantStoreTagMapPtrOutput
}

VariantStoreTagMapPtrInput is an input type that accepts VariantStoreTagMapArgs, VariantStoreTagMapPtr and VariantStoreTagMapPtrOutput values. You can construct a concrete instance of `VariantStoreTagMapPtrInput` via:

        VariantStoreTagMapArgs{...}

or:

        nil

type VariantStoreTagMapPtrOutput

type VariantStoreTagMapPtrOutput struct{ *pulumi.OutputState }

func (VariantStoreTagMapPtrOutput) Elem

func (VariantStoreTagMapPtrOutput) ElementType

func (VariantStoreTagMapPtrOutput) ToOutput added in v0.76.0

func (VariantStoreTagMapPtrOutput) ToVariantStoreTagMapPtrOutput

func (o VariantStoreTagMapPtrOutput) ToVariantStoreTagMapPtrOutput() VariantStoreTagMapPtrOutput

func (VariantStoreTagMapPtrOutput) ToVariantStoreTagMapPtrOutputWithContext

func (o VariantStoreTagMapPtrOutput) ToVariantStoreTagMapPtrOutputWithContext(ctx context.Context) VariantStoreTagMapPtrOutput

type Workflow

type Workflow struct {
	pulumi.CustomResourceState

	Accelerators      WorkflowAcceleratorsPtrOutput      `pulumi:"accelerators"`
	Arn               pulumi.StringOutput                `pulumi:"arn"`
	CreationTime      pulumi.StringOutput                `pulumi:"creationTime"`
	DefinitionUri     pulumi.StringPtrOutput             `pulumi:"definitionUri"`
	Description       pulumi.StringPtrOutput             `pulumi:"description"`
	Engine            WorkflowEnginePtrOutput            `pulumi:"engine"`
	Main              pulumi.StringPtrOutput             `pulumi:"main"`
	Name              pulumi.StringPtrOutput             `pulumi:"name"`
	ParameterTemplate WorkflowParameterTemplatePtrOutput `pulumi:"parameterTemplate"`
	Status            WorkflowStatusOutput               `pulumi:"status"`
	StorageCapacity   pulumi.Float64PtrOutput            `pulumi:"storageCapacity"`
	Tags              WorkflowTagMapPtrOutput            `pulumi:"tags"`
	Type              WorkflowTypeOutput                 `pulumi:"type"`
}

Definition of AWS::Omics::Workflow Resource Type

func GetWorkflow

func GetWorkflow(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WorkflowState, opts ...pulumi.ResourceOption) (*Workflow, error)

GetWorkflow gets an existing Workflow 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 NewWorkflow

func NewWorkflow(ctx *pulumi.Context,
	name string, args *WorkflowArgs, opts ...pulumi.ResourceOption) (*Workflow, error)

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

func (*Workflow) ElementType

func (*Workflow) ElementType() reflect.Type

func (*Workflow) ToOutput added in v0.76.0

func (i *Workflow) ToOutput(ctx context.Context) pulumix.Output[*Workflow]

func (*Workflow) ToWorkflowOutput

func (i *Workflow) ToWorkflowOutput() WorkflowOutput

func (*Workflow) ToWorkflowOutputWithContext

func (i *Workflow) ToWorkflowOutputWithContext(ctx context.Context) WorkflowOutput

type WorkflowAccelerators added in v0.73.0

type WorkflowAccelerators string

func (WorkflowAccelerators) ElementType added in v0.73.0

func (WorkflowAccelerators) ElementType() reflect.Type

func (WorkflowAccelerators) ToStringOutput added in v0.73.0

func (e WorkflowAccelerators) ToStringOutput() pulumi.StringOutput

func (WorkflowAccelerators) ToStringOutputWithContext added in v0.73.0

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

func (WorkflowAccelerators) ToStringPtrOutput added in v0.73.0

func (e WorkflowAccelerators) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowAccelerators) ToStringPtrOutputWithContext added in v0.73.0

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

func (WorkflowAccelerators) ToWorkflowAcceleratorsOutput added in v0.73.0

func (e WorkflowAccelerators) ToWorkflowAcceleratorsOutput() WorkflowAcceleratorsOutput

func (WorkflowAccelerators) ToWorkflowAcceleratorsOutputWithContext added in v0.73.0

func (e WorkflowAccelerators) ToWorkflowAcceleratorsOutputWithContext(ctx context.Context) WorkflowAcceleratorsOutput

func (WorkflowAccelerators) ToWorkflowAcceleratorsPtrOutput added in v0.73.0

func (e WorkflowAccelerators) ToWorkflowAcceleratorsPtrOutput() WorkflowAcceleratorsPtrOutput

func (WorkflowAccelerators) ToWorkflowAcceleratorsPtrOutputWithContext added in v0.73.0

func (e WorkflowAccelerators) ToWorkflowAcceleratorsPtrOutputWithContext(ctx context.Context) WorkflowAcceleratorsPtrOutput

type WorkflowAcceleratorsInput added in v0.73.0

type WorkflowAcceleratorsInput interface {
	pulumi.Input

	ToWorkflowAcceleratorsOutput() WorkflowAcceleratorsOutput
	ToWorkflowAcceleratorsOutputWithContext(context.Context) WorkflowAcceleratorsOutput
}

WorkflowAcceleratorsInput is an input type that accepts WorkflowAcceleratorsArgs and WorkflowAcceleratorsOutput values. You can construct a concrete instance of `WorkflowAcceleratorsInput` via:

WorkflowAcceleratorsArgs{...}

type WorkflowAcceleratorsOutput added in v0.73.0

type WorkflowAcceleratorsOutput struct{ *pulumi.OutputState }

func (WorkflowAcceleratorsOutput) ElementType added in v0.73.0

func (WorkflowAcceleratorsOutput) ElementType() reflect.Type

func (WorkflowAcceleratorsOutput) ToOutput added in v0.76.0

func (WorkflowAcceleratorsOutput) ToStringOutput added in v0.73.0

func (o WorkflowAcceleratorsOutput) ToStringOutput() pulumi.StringOutput

func (WorkflowAcceleratorsOutput) ToStringOutputWithContext added in v0.73.0

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

func (WorkflowAcceleratorsOutput) ToStringPtrOutput added in v0.73.0

func (o WorkflowAcceleratorsOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowAcceleratorsOutput) ToStringPtrOutputWithContext added in v0.73.0

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

func (WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsOutput added in v0.73.0

func (o WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsOutput() WorkflowAcceleratorsOutput

func (WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsOutputWithContext added in v0.73.0

func (o WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsOutputWithContext(ctx context.Context) WorkflowAcceleratorsOutput

func (WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsPtrOutput added in v0.73.0

func (o WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsPtrOutput() WorkflowAcceleratorsPtrOutput

func (WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsPtrOutputWithContext added in v0.73.0

func (o WorkflowAcceleratorsOutput) ToWorkflowAcceleratorsPtrOutputWithContext(ctx context.Context) WorkflowAcceleratorsPtrOutput

type WorkflowAcceleratorsPtrInput added in v0.73.0

type WorkflowAcceleratorsPtrInput interface {
	pulumi.Input

	ToWorkflowAcceleratorsPtrOutput() WorkflowAcceleratorsPtrOutput
	ToWorkflowAcceleratorsPtrOutputWithContext(context.Context) WorkflowAcceleratorsPtrOutput
}

func WorkflowAcceleratorsPtr added in v0.73.0

func WorkflowAcceleratorsPtr(v string) WorkflowAcceleratorsPtrInput

type WorkflowAcceleratorsPtrOutput added in v0.73.0

type WorkflowAcceleratorsPtrOutput struct{ *pulumi.OutputState }

func (WorkflowAcceleratorsPtrOutput) Elem added in v0.73.0

func (WorkflowAcceleratorsPtrOutput) ElementType added in v0.73.0

func (WorkflowAcceleratorsPtrOutput) ToOutput added in v0.76.0

func (WorkflowAcceleratorsPtrOutput) ToStringPtrOutput added in v0.73.0

func (WorkflowAcceleratorsPtrOutput) ToStringPtrOutputWithContext added in v0.73.0

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

func (WorkflowAcceleratorsPtrOutput) ToWorkflowAcceleratorsPtrOutput added in v0.73.0

func (o WorkflowAcceleratorsPtrOutput) ToWorkflowAcceleratorsPtrOutput() WorkflowAcceleratorsPtrOutput

func (WorkflowAcceleratorsPtrOutput) ToWorkflowAcceleratorsPtrOutputWithContext added in v0.73.0

func (o WorkflowAcceleratorsPtrOutput) ToWorkflowAcceleratorsPtrOutputWithContext(ctx context.Context) WorkflowAcceleratorsPtrOutput

type WorkflowArgs

type WorkflowArgs struct {
	Accelerators      WorkflowAcceleratorsPtrInput
	DefinitionUri     pulumi.StringPtrInput
	Description       pulumi.StringPtrInput
	Engine            WorkflowEnginePtrInput
	Main              pulumi.StringPtrInput
	Name              pulumi.StringPtrInput
	ParameterTemplate WorkflowParameterTemplatePtrInput
	StorageCapacity   pulumi.Float64PtrInput
	Tags              WorkflowTagMapPtrInput
}

The set of arguments for constructing a Workflow resource.

func (WorkflowArgs) ElementType

func (WorkflowArgs) ElementType() reflect.Type

type WorkflowEngine

type WorkflowEngine string

func (WorkflowEngine) ElementType

func (WorkflowEngine) ElementType() reflect.Type

func (WorkflowEngine) ToStringOutput

func (e WorkflowEngine) ToStringOutput() pulumi.StringOutput

func (WorkflowEngine) ToStringOutputWithContext

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

func (WorkflowEngine) ToStringPtrOutput

func (e WorkflowEngine) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowEngine) ToStringPtrOutputWithContext

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

func (WorkflowEngine) ToWorkflowEngineOutput

func (e WorkflowEngine) ToWorkflowEngineOutput() WorkflowEngineOutput

func (WorkflowEngine) ToWorkflowEngineOutputWithContext

func (e WorkflowEngine) ToWorkflowEngineOutputWithContext(ctx context.Context) WorkflowEngineOutput

func (WorkflowEngine) ToWorkflowEnginePtrOutput

func (e WorkflowEngine) ToWorkflowEnginePtrOutput() WorkflowEnginePtrOutput

func (WorkflowEngine) ToWorkflowEnginePtrOutputWithContext

func (e WorkflowEngine) ToWorkflowEnginePtrOutputWithContext(ctx context.Context) WorkflowEnginePtrOutput

type WorkflowEngineInput

type WorkflowEngineInput interface {
	pulumi.Input

	ToWorkflowEngineOutput() WorkflowEngineOutput
	ToWorkflowEngineOutputWithContext(context.Context) WorkflowEngineOutput
}

WorkflowEngineInput is an input type that accepts WorkflowEngineArgs and WorkflowEngineOutput values. You can construct a concrete instance of `WorkflowEngineInput` via:

WorkflowEngineArgs{...}

type WorkflowEngineOutput

type WorkflowEngineOutput struct{ *pulumi.OutputState }

func (WorkflowEngineOutput) ElementType

func (WorkflowEngineOutput) ElementType() reflect.Type

func (WorkflowEngineOutput) ToOutput added in v0.76.0

func (WorkflowEngineOutput) ToStringOutput

func (o WorkflowEngineOutput) ToStringOutput() pulumi.StringOutput

func (WorkflowEngineOutput) ToStringOutputWithContext

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

func (WorkflowEngineOutput) ToStringPtrOutput

func (o WorkflowEngineOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowEngineOutput) ToStringPtrOutputWithContext

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

func (WorkflowEngineOutput) ToWorkflowEngineOutput

func (o WorkflowEngineOutput) ToWorkflowEngineOutput() WorkflowEngineOutput

func (WorkflowEngineOutput) ToWorkflowEngineOutputWithContext

func (o WorkflowEngineOutput) ToWorkflowEngineOutputWithContext(ctx context.Context) WorkflowEngineOutput

func (WorkflowEngineOutput) ToWorkflowEnginePtrOutput

func (o WorkflowEngineOutput) ToWorkflowEnginePtrOutput() WorkflowEnginePtrOutput

func (WorkflowEngineOutput) ToWorkflowEnginePtrOutputWithContext

func (o WorkflowEngineOutput) ToWorkflowEnginePtrOutputWithContext(ctx context.Context) WorkflowEnginePtrOutput

type WorkflowEnginePtrInput

type WorkflowEnginePtrInput interface {
	pulumi.Input

	ToWorkflowEnginePtrOutput() WorkflowEnginePtrOutput
	ToWorkflowEnginePtrOutputWithContext(context.Context) WorkflowEnginePtrOutput
}

func WorkflowEnginePtr

func WorkflowEnginePtr(v string) WorkflowEnginePtrInput

type WorkflowEnginePtrOutput

type WorkflowEnginePtrOutput struct{ *pulumi.OutputState }

func (WorkflowEnginePtrOutput) Elem

func (WorkflowEnginePtrOutput) ElementType

func (WorkflowEnginePtrOutput) ElementType() reflect.Type

func (WorkflowEnginePtrOutput) ToOutput added in v0.76.0

func (WorkflowEnginePtrOutput) ToStringPtrOutput

func (o WorkflowEnginePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowEnginePtrOutput) ToStringPtrOutputWithContext

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

func (WorkflowEnginePtrOutput) ToWorkflowEnginePtrOutput

func (o WorkflowEnginePtrOutput) ToWorkflowEnginePtrOutput() WorkflowEnginePtrOutput

func (WorkflowEnginePtrOutput) ToWorkflowEnginePtrOutputWithContext

func (o WorkflowEnginePtrOutput) ToWorkflowEnginePtrOutputWithContext(ctx context.Context) WorkflowEnginePtrOutput

type WorkflowInput

type WorkflowInput interface {
	pulumi.Input

	ToWorkflowOutput() WorkflowOutput
	ToWorkflowOutputWithContext(ctx context.Context) WorkflowOutput
}

type WorkflowOutput

type WorkflowOutput struct{ *pulumi.OutputState }

func (WorkflowOutput) Accelerators added in v0.73.0

func (WorkflowOutput) Arn

func (WorkflowOutput) CreationTime

func (o WorkflowOutput) CreationTime() pulumi.StringOutput

func (WorkflowOutput) DefinitionUri

func (o WorkflowOutput) DefinitionUri() pulumi.StringPtrOutput

func (WorkflowOutput) Description

func (o WorkflowOutput) Description() pulumi.StringPtrOutput

func (WorkflowOutput) ElementType

func (WorkflowOutput) ElementType() reflect.Type

func (WorkflowOutput) Engine

func (WorkflowOutput) Main

func (WorkflowOutput) Name

func (WorkflowOutput) ParameterTemplate

func (o WorkflowOutput) ParameterTemplate() WorkflowParameterTemplatePtrOutput

func (WorkflowOutput) Status

func (WorkflowOutput) StorageCapacity

func (o WorkflowOutput) StorageCapacity() pulumi.Float64PtrOutput

func (WorkflowOutput) Tags

func (WorkflowOutput) ToOutput added in v0.76.0

func (WorkflowOutput) ToWorkflowOutput

func (o WorkflowOutput) ToWorkflowOutput() WorkflowOutput

func (WorkflowOutput) ToWorkflowOutputWithContext

func (o WorkflowOutput) ToWorkflowOutputWithContext(ctx context.Context) WorkflowOutput

func (WorkflowOutput) Type

type WorkflowParameterTemplate

type WorkflowParameterTemplate struct {
}

type WorkflowParameterTemplateArgs

type WorkflowParameterTemplateArgs struct {
}

func (WorkflowParameterTemplateArgs) ElementType

func (WorkflowParameterTemplateArgs) ToOutput added in v0.76.0

func (WorkflowParameterTemplateArgs) ToWorkflowParameterTemplateOutput

func (i WorkflowParameterTemplateArgs) ToWorkflowParameterTemplateOutput() WorkflowParameterTemplateOutput

func (WorkflowParameterTemplateArgs) ToWorkflowParameterTemplateOutputWithContext

func (i WorkflowParameterTemplateArgs) ToWorkflowParameterTemplateOutputWithContext(ctx context.Context) WorkflowParameterTemplateOutput

func (WorkflowParameterTemplateArgs) ToWorkflowParameterTemplatePtrOutput

func (i WorkflowParameterTemplateArgs) ToWorkflowParameterTemplatePtrOutput() WorkflowParameterTemplatePtrOutput

func (WorkflowParameterTemplateArgs) ToWorkflowParameterTemplatePtrOutputWithContext

func (i WorkflowParameterTemplateArgs) ToWorkflowParameterTemplatePtrOutputWithContext(ctx context.Context) WorkflowParameterTemplatePtrOutput

type WorkflowParameterTemplateInput

type WorkflowParameterTemplateInput interface {
	pulumi.Input

	ToWorkflowParameterTemplateOutput() WorkflowParameterTemplateOutput
	ToWorkflowParameterTemplateOutputWithContext(context.Context) WorkflowParameterTemplateOutput
}

WorkflowParameterTemplateInput is an input type that accepts WorkflowParameterTemplateArgs and WorkflowParameterTemplateOutput values. You can construct a concrete instance of `WorkflowParameterTemplateInput` via:

WorkflowParameterTemplateArgs{...}

type WorkflowParameterTemplateOutput

type WorkflowParameterTemplateOutput struct{ *pulumi.OutputState }

func (WorkflowParameterTemplateOutput) ElementType

func (WorkflowParameterTemplateOutput) ToOutput added in v0.76.0

func (WorkflowParameterTemplateOutput) ToWorkflowParameterTemplateOutput

func (o WorkflowParameterTemplateOutput) ToWorkflowParameterTemplateOutput() WorkflowParameterTemplateOutput

func (WorkflowParameterTemplateOutput) ToWorkflowParameterTemplateOutputWithContext

func (o WorkflowParameterTemplateOutput) ToWorkflowParameterTemplateOutputWithContext(ctx context.Context) WorkflowParameterTemplateOutput

func (WorkflowParameterTemplateOutput) ToWorkflowParameterTemplatePtrOutput

func (o WorkflowParameterTemplateOutput) ToWorkflowParameterTemplatePtrOutput() WorkflowParameterTemplatePtrOutput

func (WorkflowParameterTemplateOutput) ToWorkflowParameterTemplatePtrOutputWithContext

func (o WorkflowParameterTemplateOutput) ToWorkflowParameterTemplatePtrOutputWithContext(ctx context.Context) WorkflowParameterTemplatePtrOutput

type WorkflowParameterTemplatePtrInput

type WorkflowParameterTemplatePtrInput interface {
	pulumi.Input

	ToWorkflowParameterTemplatePtrOutput() WorkflowParameterTemplatePtrOutput
	ToWorkflowParameterTemplatePtrOutputWithContext(context.Context) WorkflowParameterTemplatePtrOutput
}

WorkflowParameterTemplatePtrInput is an input type that accepts WorkflowParameterTemplateArgs, WorkflowParameterTemplatePtr and WorkflowParameterTemplatePtrOutput values. You can construct a concrete instance of `WorkflowParameterTemplatePtrInput` via:

        WorkflowParameterTemplateArgs{...}

or:

        nil

type WorkflowParameterTemplatePtrOutput

type WorkflowParameterTemplatePtrOutput struct{ *pulumi.OutputState }

func (WorkflowParameterTemplatePtrOutput) Elem

func (WorkflowParameterTemplatePtrOutput) ElementType

func (WorkflowParameterTemplatePtrOutput) ToOutput added in v0.76.0

func (WorkflowParameterTemplatePtrOutput) ToWorkflowParameterTemplatePtrOutput

func (o WorkflowParameterTemplatePtrOutput) ToWorkflowParameterTemplatePtrOutput() WorkflowParameterTemplatePtrOutput

func (WorkflowParameterTemplatePtrOutput) ToWorkflowParameterTemplatePtrOutputWithContext

func (o WorkflowParameterTemplatePtrOutput) ToWorkflowParameterTemplatePtrOutputWithContext(ctx context.Context) WorkflowParameterTemplatePtrOutput

type WorkflowState

type WorkflowState struct {
}

func (WorkflowState) ElementType

func (WorkflowState) ElementType() reflect.Type

type WorkflowStatus

type WorkflowStatus string

type WorkflowStatusOutput

type WorkflowStatusOutput struct{ *pulumi.OutputState }

func (WorkflowStatusOutput) ElementType

func (WorkflowStatusOutput) ElementType() reflect.Type

func (WorkflowStatusOutput) ToOutput added in v0.76.0

func (WorkflowStatusOutput) ToStringOutput

func (o WorkflowStatusOutput) ToStringOutput() pulumi.StringOutput

func (WorkflowStatusOutput) ToStringOutputWithContext

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

func (WorkflowStatusOutput) ToStringPtrOutput

func (o WorkflowStatusOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowStatusOutput) ToStringPtrOutputWithContext

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

func (WorkflowStatusOutput) ToWorkflowStatusOutput

func (o WorkflowStatusOutput) ToWorkflowStatusOutput() WorkflowStatusOutput

func (WorkflowStatusOutput) ToWorkflowStatusOutputWithContext

func (o WorkflowStatusOutput) ToWorkflowStatusOutputWithContext(ctx context.Context) WorkflowStatusOutput

func (WorkflowStatusOutput) ToWorkflowStatusPtrOutput

func (o WorkflowStatusOutput) ToWorkflowStatusPtrOutput() WorkflowStatusPtrOutput

func (WorkflowStatusOutput) ToWorkflowStatusPtrOutputWithContext

func (o WorkflowStatusOutput) ToWorkflowStatusPtrOutputWithContext(ctx context.Context) WorkflowStatusPtrOutput

type WorkflowStatusPtrOutput

type WorkflowStatusPtrOutput struct{ *pulumi.OutputState }

func (WorkflowStatusPtrOutput) Elem

func (WorkflowStatusPtrOutput) ElementType

func (WorkflowStatusPtrOutput) ElementType() reflect.Type

func (WorkflowStatusPtrOutput) ToOutput added in v0.76.0

func (WorkflowStatusPtrOutput) ToStringPtrOutput

func (o WorkflowStatusPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowStatusPtrOutput) ToStringPtrOutputWithContext

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

func (WorkflowStatusPtrOutput) ToWorkflowStatusPtrOutput

func (o WorkflowStatusPtrOutput) ToWorkflowStatusPtrOutput() WorkflowStatusPtrOutput

func (WorkflowStatusPtrOutput) ToWorkflowStatusPtrOutputWithContext

func (o WorkflowStatusPtrOutput) ToWorkflowStatusPtrOutputWithContext(ctx context.Context) WorkflowStatusPtrOutput

type WorkflowTagMap

type WorkflowTagMap struct {
}

A map of resource tags

type WorkflowTagMapArgs

type WorkflowTagMapArgs struct {
}

A map of resource tags

func (WorkflowTagMapArgs) ElementType

func (WorkflowTagMapArgs) ElementType() reflect.Type

func (WorkflowTagMapArgs) ToOutput added in v0.76.0

func (WorkflowTagMapArgs) ToWorkflowTagMapOutput

func (i WorkflowTagMapArgs) ToWorkflowTagMapOutput() WorkflowTagMapOutput

func (WorkflowTagMapArgs) ToWorkflowTagMapOutputWithContext

func (i WorkflowTagMapArgs) ToWorkflowTagMapOutputWithContext(ctx context.Context) WorkflowTagMapOutput

func (WorkflowTagMapArgs) ToWorkflowTagMapPtrOutput

func (i WorkflowTagMapArgs) ToWorkflowTagMapPtrOutput() WorkflowTagMapPtrOutput

func (WorkflowTagMapArgs) ToWorkflowTagMapPtrOutputWithContext

func (i WorkflowTagMapArgs) ToWorkflowTagMapPtrOutputWithContext(ctx context.Context) WorkflowTagMapPtrOutput

type WorkflowTagMapInput

type WorkflowTagMapInput interface {
	pulumi.Input

	ToWorkflowTagMapOutput() WorkflowTagMapOutput
	ToWorkflowTagMapOutputWithContext(context.Context) WorkflowTagMapOutput
}

WorkflowTagMapInput is an input type that accepts WorkflowTagMap and WorkflowTagMapOutput values. You can construct a concrete instance of `WorkflowTagMapInput` via:

WorkflowTagMap{ "key": WorkflowTagArgs{...} }

type WorkflowTagMapOutput

type WorkflowTagMapOutput struct{ *pulumi.OutputState }

A map of resource tags

func (WorkflowTagMapOutput) ElementType

func (WorkflowTagMapOutput) ElementType() reflect.Type

func (WorkflowTagMapOutput) ToOutput added in v0.76.0

func (WorkflowTagMapOutput) ToWorkflowTagMapOutput

func (o WorkflowTagMapOutput) ToWorkflowTagMapOutput() WorkflowTagMapOutput

func (WorkflowTagMapOutput) ToWorkflowTagMapOutputWithContext

func (o WorkflowTagMapOutput) ToWorkflowTagMapOutputWithContext(ctx context.Context) WorkflowTagMapOutput

func (WorkflowTagMapOutput) ToWorkflowTagMapPtrOutput

func (o WorkflowTagMapOutput) ToWorkflowTagMapPtrOutput() WorkflowTagMapPtrOutput

func (WorkflowTagMapOutput) ToWorkflowTagMapPtrOutputWithContext

func (o WorkflowTagMapOutput) ToWorkflowTagMapPtrOutputWithContext(ctx context.Context) WorkflowTagMapPtrOutput

type WorkflowTagMapPtrInput

type WorkflowTagMapPtrInput interface {
	pulumi.Input

	ToWorkflowTagMapPtrOutput() WorkflowTagMapPtrOutput
	ToWorkflowTagMapPtrOutputWithContext(context.Context) WorkflowTagMapPtrOutput
}

WorkflowTagMapPtrInput is an input type that accepts WorkflowTagMapArgs, WorkflowTagMapPtr and WorkflowTagMapPtrOutput values. You can construct a concrete instance of `WorkflowTagMapPtrInput` via:

        WorkflowTagMapArgs{...}

or:

        nil

type WorkflowTagMapPtrOutput

type WorkflowTagMapPtrOutput struct{ *pulumi.OutputState }

func (WorkflowTagMapPtrOutput) Elem

func (WorkflowTagMapPtrOutput) ElementType

func (WorkflowTagMapPtrOutput) ElementType() reflect.Type

func (WorkflowTagMapPtrOutput) ToOutput added in v0.76.0

func (WorkflowTagMapPtrOutput) ToWorkflowTagMapPtrOutput

func (o WorkflowTagMapPtrOutput) ToWorkflowTagMapPtrOutput() WorkflowTagMapPtrOutput

func (WorkflowTagMapPtrOutput) ToWorkflowTagMapPtrOutputWithContext

func (o WorkflowTagMapPtrOutput) ToWorkflowTagMapPtrOutputWithContext(ctx context.Context) WorkflowTagMapPtrOutput

type WorkflowType

type WorkflowType string

type WorkflowTypeOutput

type WorkflowTypeOutput struct{ *pulumi.OutputState }

func (WorkflowTypeOutput) ElementType

func (WorkflowTypeOutput) ElementType() reflect.Type

func (WorkflowTypeOutput) ToOutput added in v0.76.0

func (WorkflowTypeOutput) ToStringOutput

func (o WorkflowTypeOutput) ToStringOutput() pulumi.StringOutput

func (WorkflowTypeOutput) ToStringOutputWithContext

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

func (WorkflowTypeOutput) ToStringPtrOutput

func (o WorkflowTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowTypeOutput) ToStringPtrOutputWithContext

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

func (WorkflowTypeOutput) ToWorkflowTypeOutput

func (o WorkflowTypeOutput) ToWorkflowTypeOutput() WorkflowTypeOutput

func (WorkflowTypeOutput) ToWorkflowTypeOutputWithContext

func (o WorkflowTypeOutput) ToWorkflowTypeOutputWithContext(ctx context.Context) WorkflowTypeOutput

func (WorkflowTypeOutput) ToWorkflowTypePtrOutput

func (o WorkflowTypeOutput) ToWorkflowTypePtrOutput() WorkflowTypePtrOutput

func (WorkflowTypeOutput) ToWorkflowTypePtrOutputWithContext

func (o WorkflowTypeOutput) ToWorkflowTypePtrOutputWithContext(ctx context.Context) WorkflowTypePtrOutput

type WorkflowTypePtrOutput

type WorkflowTypePtrOutput struct{ *pulumi.OutputState }

func (WorkflowTypePtrOutput) Elem

func (WorkflowTypePtrOutput) ElementType

func (WorkflowTypePtrOutput) ElementType() reflect.Type

func (WorkflowTypePtrOutput) ToOutput added in v0.76.0

func (WorkflowTypePtrOutput) ToStringPtrOutput

func (o WorkflowTypePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (WorkflowTypePtrOutput) ToStringPtrOutputWithContext

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

func (WorkflowTypePtrOutput) ToWorkflowTypePtrOutput

func (o WorkflowTypePtrOutput) ToWorkflowTypePtrOutput() WorkflowTypePtrOutput

func (WorkflowTypePtrOutput) ToWorkflowTypePtrOutputWithContext

func (o WorkflowTypePtrOutput) ToWorkflowTypePtrOutputWithContext(ctx context.Context) WorkflowTypePtrOutput

Jump to

Keyboard shortcuts

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