v1

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// No category specified. This option is invalid.
	AttributeDefinitionCategoryCategoryUnspecified = AttributeDefinitionCategory("CATEGORY_UNSPECIFIED")
	// Specify this category when this attribute describes the properties of resources. For example, data anonymity or data type.
	AttributeDefinitionCategoryResource = AttributeDefinitionCategory("RESOURCE")
	// Specify this category when this attribute describes the properties of requests. For example, requester's role or requester's organization.
	AttributeDefinitionCategoryRequest = AttributeDefinitionCategory("REQUEST")
)
View Source
const (
	// Default case. Should never be this.
	AuditLogConfigLogTypeLogTypeUnspecified = AuditLogConfigLogType("LOG_TYPE_UNSPECIFIED")
	// Admin reads. Example: CloudIAM getIamPolicy
	AuditLogConfigLogTypeAdminRead = AuditLogConfigLogType("ADMIN_READ")
	// Data writes. Example: CloudSQL Users create
	AuditLogConfigLogTypeDataWrite = AuditLogConfigLogType("DATA_WRITE")
	// Data reads. Example: CloudSQL Users list
	AuditLogConfigLogTypeDataRead = AuditLogConfigLogType("DATA_READ")
)
View Source
const (
	// No state specified. Treated as ACTIVE only at the time of resource creation.
	ConsentStateEnumStateUnspecified = ConsentStateEnum("STATE_UNSPECIFIED")
	// The Consent is active and is considered when evaluating a user's consent on resources.
	ConsentStateEnumActive = ConsentStateEnum("ACTIVE")
	// The archived state is currently not being used.
	ConsentStateEnumArchived = ConsentStateEnum("ARCHIVED")
	// A revoked Consent is not considered when evaluating a user's consent on resources.
	ConsentStateEnumRevoked = ConsentStateEnum("REVOKED")
	// A draft Consent is not considered when evaluating a user's consent on resources unless explicitly specified.
	ConsentStateEnumDraft = ConsentStateEnum("DRAFT")
	// When a draft Consent is rejected by a user, it is set to a rejected state. A rejected Consent is not considered when evaluating a user's consent on resources.
	ConsentStateEnumRejected = ConsentStateEnum("REJECTED")
)
View Source
const (
	// No tag filtration profile provided. Same as KEEP_ALL_PROFILE.
	DicomConfigFilterProfileTagFilterProfileUnspecified = DicomConfigFilterProfile("TAG_FILTER_PROFILE_UNSPECIFIED")
	// Keep only tags required to produce valid DICOM.
	DicomConfigFilterProfileMinimalKeepListProfile = DicomConfigFilterProfile("MINIMAL_KEEP_LIST_PROFILE")
	// Remove tags based on DICOM Standard's Attribute Confidentiality Basic Profile (DICOM Standard Edition 2018e) http://dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html.
	DicomConfigFilterProfileAttributeConfidentialityBasicProfile = DicomConfigFilterProfile("ATTRIBUTE_CONFIDENTIALITY_BASIC_PROFILE")
	// Keep all tags.
	DicomConfigFilterProfileKeepAllProfile = DicomConfigFilterProfile("KEEP_ALL_PROFILE")
	// Inspects within tag contents and replaces sensitive text. The process can be configured using the TextConfig. Applies to all tags with the following Value Representation names: AE, LO, LT, PN, SH, ST, UC, UT, DA, DT, AS
	DicomConfigFilterProfileDeidentifyTagContents = DicomConfigFilterProfile("DEIDENTIFY_TAG_CONTENTS")
)
View Source
const (
	// No parsing behavior specified. This is the same as DISABLED for backwards compatibility.
	FhirStoreComplexDataTypeReferenceParsingComplexDataTypeReferenceParsingUnspecified = FhirStoreComplexDataTypeReferenceParsing("COMPLEX_DATA_TYPE_REFERENCE_PARSING_UNSPECIFIED")
	// References in complex data types are ignored.
	FhirStoreComplexDataTypeReferenceParsingDisabled = FhirStoreComplexDataTypeReferenceParsing("DISABLED")
	// References in complex data types are parsed.
	FhirStoreComplexDataTypeReferenceParsingEnabled = FhirStoreComplexDataTypeReferenceParsing("ENABLED")
)
View Source
const (
	// Users must specify a version on store creation or an error is returned.
	FhirStoreVersionVersionUnspecified = FhirStoreVersion("VERSION_UNSPECIFIED")
	// Draft Standard for Trial Use, [Release 2](https://www.hl7.org/fhir/DSTU2)
	FhirStoreVersionDstu2 = FhirStoreVersion("DSTU2")
	// Standard for Trial Use, [Release 3](https://www.hl7.org/fhir/STU3)
	FhirStoreVersionStu3 = FhirStoreVersion("STU3")
	// [Release 4](https://www.hl7.org/fhir/R4)
	FhirStoreVersionR4 = FhirStoreVersion("R4")
)
View Source
const (
	// No action specified.
	FieldMetadataActionActionUnspecified = FieldMetadataAction("ACTION_UNSPECIFIED")
	// Transform the entire field.
	FieldMetadataActionTransform = FieldMetadataAction("TRANSFORM")
	// Inspect and transform any found PHI.
	FieldMetadataActionInspectAndTransform = FieldMetadataAction("INSPECT_AND_TRANSFORM")
	// Do not transform.
	FieldMetadataActionDoNotTransform = FieldMetadataAction("DO_NOT_TRANSFORM")
)
View Source
const (
	// Default behavior is the same as WRITE_EMPTY.
	GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionWriteDispositionUnspecified = GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition("WRITE_DISPOSITION_UNSPECIFIED")
	// Only export data if the destination table is empty.
	GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionWriteEmpty = GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition("WRITE_EMPTY")
	// Erase all existing data in the destination table before writing the instances.
	GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionWriteTruncate = GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition("WRITE_TRUNCATE")
	// Append data to the destination table.
	GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionWriteAppend = GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition("WRITE_APPEND")
)
View Source
const (
	// Default behavior is the same as WRITE_EMPTY.
	GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionWriteDispositionUnspecified = GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition("WRITE_DISPOSITION_UNSPECIFIED")
	// Only export data if the destination tables are empty.
	GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionWriteEmpty = GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition("WRITE_EMPTY")
	// Erase all existing data in the destination tables before writing the FHIR resources.
	GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionWriteTruncate = GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition("WRITE_TRUNCATE")
	// Append data to the destination tables.
	GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionWriteAppend = GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition("WRITE_APPEND")
)
View Source
const (
	// No text redaction specified. Same as REDACT_NO_TEXT.
	ImageConfigTextRedactionModeTextRedactionModeUnspecified = ImageConfigTextRedactionMode("TEXT_REDACTION_MODE_UNSPECIFIED")
	// Redact all text.
	ImageConfigTextRedactionModeRedactAllText = ImageConfigTextRedactionMode("REDACT_ALL_TEXT")
	// Redact sensitive text. Uses the set of [Default DICOM InfoTypes](https://cloud.google.com/healthcare-api/docs/how-tos/dicom-deidentify#default_dicom_infotypes).
	ImageConfigTextRedactionModeRedactSensitiveText = ImageConfigTextRedactionMode("REDACT_SENSITIVE_TEXT")
	// Do not redact text.
	ImageConfigTextRedactionModeRedactNoText = ImageConfigTextRedactionMode("REDACT_NO_TEXT")
)
View Source
const (
	// Unspecified parser version, equivalent to V1.
	ParserConfigVersionParserVersionUnspecified = ParserConfigVersion("PARSER_VERSION_UNSPECIFIED")
	// The `parsed_data` includes every given non-empty message field except the Field Separator (MSH-1) field. As a result, the parsed MSH segment starts with the MSH-2 field and the field numbers are off-by-one with respect to the HL7 standard.
	ParserConfigVersionV1 = ParserConfigVersion("V1")
	// The `parsed_data` includes every given non-empty message field.
	ParserConfigVersionV2 = ParserConfigVersion("V2")
	// This version is the same as V2, with the following change. The `parsed_data` contains unescaped escaped field separators, component separators, sub-component separators, repetition separators, escape characters, and truncation characters. If `schema` is specified, the schematized parser uses improved parsing heuristics compared to previous versions.
	ParserConfigVersionV3 = ParserConfigVersion("V3")
)
View Source
const (
	// No schema type specified. This type is unsupported.
	SchemaConfigSchemaTypeSchemaTypeUnspecified = SchemaConfigSchemaType("SCHEMA_TYPE_UNSPECIFIED")
	// Analytics schema defined by the FHIR community. See https://github.com/FHIR/sql-on-fhir/blob/master/sql-on-fhir.md. BigQuery only allows a maximum of 10,000 columns per table. Due to this limitation, the server will not generate schemas for fields of type `Resource`, which can hold any resource type. The affected fields are `Parameters.parameter.resource`, `Bundle.entry.resource`, and `Bundle.entry.response.outcome`. Analytics schema does not gracefully handle extensions with one or more occurrences, anaytics schema also does not handle contained resource.
	SchemaConfigSchemaTypeAnalytics = SchemaConfigSchemaType("ANALYTICS")
	// Analytics V2, similar to schema defined by the FHIR community, with added support for extensions with one or more occurrences and contained resources in stringified JSON. Analytics V2 uses more space in the destination table than Analytics V1. It is generally recommended to use Analytics V2 over Analytics.
	SchemaConfigSchemaTypeAnalyticsV2 = SchemaConfigSchemaType("ANALYTICS_V2")
)
View Source
const (
	// Unspecified schematized parsing type, equivalent to `SOFT_FAIL`.
	SchemaPackageSchematizedParsingTypeSchematizedParsingTypeUnspecified = SchemaPackageSchematizedParsingType("SCHEMATIZED_PARSING_TYPE_UNSPECIFIED")
	// Messages that fail to parse are still stored and ACKed but a parser error is stored in place of the schematized data.
	SchemaPackageSchematizedParsingTypeSoftFail = SchemaPackageSchematizedParsingType("SOFT_FAIL")
	// Messages that fail to parse are rejected from ingestion/insertion and return an error code.
	SchemaPackageSchematizedParsingTypeHardFail = SchemaPackageSchematizedParsingType("HARD_FAIL")
)
View Source
const (
	// Unspecified handling mode, equivalent to FAIL.
	SchemaPackageUnexpectedSegmentHandlingUnexpectedSegmentHandlingModeUnspecified = SchemaPackageUnexpectedSegmentHandling("UNEXPECTED_SEGMENT_HANDLING_MODE_UNSPECIFIED")
	// Unexpected segments fail to parse and return an error.
	SchemaPackageUnexpectedSegmentHandlingFail = SchemaPackageUnexpectedSegmentHandling("FAIL")
	// Unexpected segments do not fail, but are omitted from the output.
	SchemaPackageUnexpectedSegmentHandlingSkip = SchemaPackageUnexpectedSegmentHandling("SKIP")
	// Unexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.
	SchemaPackageUnexpectedSegmentHandlingParse = SchemaPackageUnexpectedSegmentHandling("PARSE")
)
View Source
const (
	// Default unknown time.
	TimePartitioningTypePartitionTypeUnspecified = TimePartitioningType("PARTITION_TYPE_UNSPECIFIED")
	// Data partitioned by hour.
	TimePartitioningTypeHour = TimePartitioningType("HOUR")
	// Data partitioned by day.
	TimePartitioningTypeDay = TimePartitioningType("DAY")
	// Data partitioned by month.
	TimePartitioningTypeMonth = TimePartitioningType("MONTH")
	// Data partitioned by year.
	TimePartitioningTypeYear = TimePartitioningType("YEAR")
)
View Source
const (
	// Not a primitive.
	TypePrimitivePrimitiveUnspecified = TypePrimitive("PRIMITIVE_UNSPECIFIED")
	// String primitive.
	TypePrimitiveString = TypePrimitive("STRING")
	// Element that can have unschematized children.
	TypePrimitiveVaries = TypePrimitive("VARIES")
	// Like STRING, but all delimiters below this element are ignored.
	TypePrimitiveUnescapedString = TypePrimitive("UNESCAPED_STRING")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Attribute

type Attribute struct {
	// Indicates the name of an attribute defined in the consent store.
	AttributeDefinitionId *string `pulumi:"attributeDefinitionId"`
	// The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.
	Values []string `pulumi:"values"`
}

An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.

type AttributeArgs

type AttributeArgs struct {
	// Indicates the name of an attribute defined in the consent store.
	AttributeDefinitionId pulumi.StringPtrInput `pulumi:"attributeDefinitionId"`
	// The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.
	Values pulumi.StringArrayInput `pulumi:"values"`
}

An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.

func (AttributeArgs) ElementType

func (AttributeArgs) ElementType() reflect.Type

func (AttributeArgs) ToAttributeOutput

func (i AttributeArgs) ToAttributeOutput() AttributeOutput

func (AttributeArgs) ToAttributeOutputWithContext

func (i AttributeArgs) ToAttributeOutputWithContext(ctx context.Context) AttributeOutput

type AttributeArray

type AttributeArray []AttributeInput

func (AttributeArray) ElementType

func (AttributeArray) ElementType() reflect.Type

func (AttributeArray) ToAttributeArrayOutput

func (i AttributeArray) ToAttributeArrayOutput() AttributeArrayOutput

func (AttributeArray) ToAttributeArrayOutputWithContext

func (i AttributeArray) ToAttributeArrayOutputWithContext(ctx context.Context) AttributeArrayOutput

type AttributeArrayInput

type AttributeArrayInput interface {
	pulumi.Input

	ToAttributeArrayOutput() AttributeArrayOutput
	ToAttributeArrayOutputWithContext(context.Context) AttributeArrayOutput
}

AttributeArrayInput is an input type that accepts AttributeArray and AttributeArrayOutput values. You can construct a concrete instance of `AttributeArrayInput` via:

AttributeArray{ AttributeArgs{...} }

type AttributeArrayOutput

type AttributeArrayOutput struct{ *pulumi.OutputState }

func (AttributeArrayOutput) ElementType

func (AttributeArrayOutput) ElementType() reflect.Type

func (AttributeArrayOutput) Index

func (AttributeArrayOutput) ToAttributeArrayOutput

func (o AttributeArrayOutput) ToAttributeArrayOutput() AttributeArrayOutput

func (AttributeArrayOutput) ToAttributeArrayOutputWithContext

func (o AttributeArrayOutput) ToAttributeArrayOutputWithContext(ctx context.Context) AttributeArrayOutput

type AttributeDefinition added in v0.3.0

type AttributeDefinition struct {
	pulumi.CustomResourceState

	// Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.
	AllowedValues pulumi.StringArrayOutput `pulumi:"allowedValues"`
	// Required. The ID of the Attribute definition to create. The string must match the following regex: `_a-zA-Z{0,255}` and must not be a reserved keyword within the Common Expression Language as listed on https://github.com/google/cel-spec/blob/master/doc/langdef.md.
	AttributeDefinitionId pulumi.StringOutput `pulumi:"attributeDefinitionId"`
	// The category of the attribute. The value of this field cannot be changed after creation.
	Category pulumi.StringOutput `pulumi:"category"`
	// Optional. Default values of the attribute in Consents. If no default values are specified, it defaults to an empty value.
	ConsentDefaultValues pulumi.StringArrayOutput `pulumi:"consentDefaultValues"`
	ConsentStoreId       pulumi.StringOutput      `pulumi:"consentStoreId"`
	// Optional. Default value of the attribute in User data mappings. If no default value is specified, it defaults to an empty value. This field is only applicable to attributes of the category `RESOURCE`.
	DataMappingDefaultValue pulumi.StringOutput `pulumi:"dataMappingDefaultValue"`
	DatasetId               pulumi.StringOutput `pulumi:"datasetId"`
	// Optional. A description of the attribute.
	Description pulumi.StringOutput `pulumi:"description"`
	Location    pulumi.StringOutput `pulumi:"location"`
	// Resource name of the Attribute definition, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. Cannot be changed after creation.
	Name    pulumi.StringOutput `pulumi:"name"`
	Project pulumi.StringOutput `pulumi:"project"`
}

Creates a new Attribute definition in the parent consent store.

func GetAttributeDefinition added in v0.3.0

func GetAttributeDefinition(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AttributeDefinitionState, opts ...pulumi.ResourceOption) (*AttributeDefinition, error)

GetAttributeDefinition gets an existing AttributeDefinition 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 NewAttributeDefinition added in v0.3.0

func NewAttributeDefinition(ctx *pulumi.Context,
	name string, args *AttributeDefinitionArgs, opts ...pulumi.ResourceOption) (*AttributeDefinition, error)

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

func (*AttributeDefinition) ElementType added in v0.3.0

func (*AttributeDefinition) ElementType() reflect.Type

func (*AttributeDefinition) ToAttributeDefinitionOutput added in v0.3.0

func (i *AttributeDefinition) ToAttributeDefinitionOutput() AttributeDefinitionOutput

func (*AttributeDefinition) ToAttributeDefinitionOutputWithContext added in v0.3.0

func (i *AttributeDefinition) ToAttributeDefinitionOutputWithContext(ctx context.Context) AttributeDefinitionOutput

type AttributeDefinitionArgs added in v0.3.0

type AttributeDefinitionArgs struct {
	// Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.
	AllowedValues pulumi.StringArrayInput
	// Required. The ID of the Attribute definition to create. The string must match the following regex: `_a-zA-Z{0,255}` and must not be a reserved keyword within the Common Expression Language as listed on https://github.com/google/cel-spec/blob/master/doc/langdef.md.
	AttributeDefinitionId pulumi.StringInput
	// The category of the attribute. The value of this field cannot be changed after creation.
	Category AttributeDefinitionCategoryInput
	// Optional. Default values of the attribute in Consents. If no default values are specified, it defaults to an empty value.
	ConsentDefaultValues pulumi.StringArrayInput
	ConsentStoreId       pulumi.StringInput
	// Optional. Default value of the attribute in User data mappings. If no default value is specified, it defaults to an empty value. This field is only applicable to attributes of the category `RESOURCE`.
	DataMappingDefaultValue pulumi.StringPtrInput
	DatasetId               pulumi.StringInput
	// Optional. A description of the attribute.
	Description pulumi.StringPtrInput
	Location    pulumi.StringPtrInput
	// Resource name of the Attribute definition, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. Cannot be changed after creation.
	Name    pulumi.StringPtrInput
	Project pulumi.StringPtrInput
}

The set of arguments for constructing a AttributeDefinition resource.

func (AttributeDefinitionArgs) ElementType added in v0.3.0

func (AttributeDefinitionArgs) ElementType() reflect.Type

type AttributeDefinitionCategory added in v0.4.0

type AttributeDefinitionCategory string

Required. The category of the attribute. The value of this field cannot be changed after creation.

func (AttributeDefinitionCategory) ElementType added in v0.4.0

func (AttributeDefinitionCategory) ToAttributeDefinitionCategoryOutput added in v0.6.0

func (e AttributeDefinitionCategory) ToAttributeDefinitionCategoryOutput() AttributeDefinitionCategoryOutput

func (AttributeDefinitionCategory) ToAttributeDefinitionCategoryOutputWithContext added in v0.6.0

func (e AttributeDefinitionCategory) ToAttributeDefinitionCategoryOutputWithContext(ctx context.Context) AttributeDefinitionCategoryOutput

func (AttributeDefinitionCategory) ToAttributeDefinitionCategoryPtrOutput added in v0.6.0

func (e AttributeDefinitionCategory) ToAttributeDefinitionCategoryPtrOutput() AttributeDefinitionCategoryPtrOutput

func (AttributeDefinitionCategory) ToAttributeDefinitionCategoryPtrOutputWithContext added in v0.6.0

func (e AttributeDefinitionCategory) ToAttributeDefinitionCategoryPtrOutputWithContext(ctx context.Context) AttributeDefinitionCategoryPtrOutput

func (AttributeDefinitionCategory) ToStringOutput added in v0.4.0

func (e AttributeDefinitionCategory) ToStringOutput() pulumi.StringOutput

func (AttributeDefinitionCategory) ToStringOutputWithContext added in v0.4.0

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

func (AttributeDefinitionCategory) ToStringPtrOutput added in v0.4.0

func (e AttributeDefinitionCategory) ToStringPtrOutput() pulumi.StringPtrOutput

func (AttributeDefinitionCategory) ToStringPtrOutputWithContext added in v0.4.0

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

type AttributeDefinitionCategoryInput added in v0.6.0

type AttributeDefinitionCategoryInput interface {
	pulumi.Input

	ToAttributeDefinitionCategoryOutput() AttributeDefinitionCategoryOutput
	ToAttributeDefinitionCategoryOutputWithContext(context.Context) AttributeDefinitionCategoryOutput
}

AttributeDefinitionCategoryInput is an input type that accepts AttributeDefinitionCategoryArgs and AttributeDefinitionCategoryOutput values. You can construct a concrete instance of `AttributeDefinitionCategoryInput` via:

AttributeDefinitionCategoryArgs{...}

type AttributeDefinitionCategoryOutput added in v0.6.0

type AttributeDefinitionCategoryOutput struct{ *pulumi.OutputState }

func (AttributeDefinitionCategoryOutput) ElementType added in v0.6.0

func (AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryOutput added in v0.6.0

func (o AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryOutput() AttributeDefinitionCategoryOutput

func (AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryOutputWithContext added in v0.6.0

func (o AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryOutputWithContext(ctx context.Context) AttributeDefinitionCategoryOutput

func (AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryPtrOutput added in v0.6.0

func (o AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryPtrOutput() AttributeDefinitionCategoryPtrOutput

func (AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryPtrOutputWithContext added in v0.6.0

func (o AttributeDefinitionCategoryOutput) ToAttributeDefinitionCategoryPtrOutputWithContext(ctx context.Context) AttributeDefinitionCategoryPtrOutput

func (AttributeDefinitionCategoryOutput) ToStringOutput added in v0.6.0

func (AttributeDefinitionCategoryOutput) ToStringOutputWithContext added in v0.6.0

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

func (AttributeDefinitionCategoryOutput) ToStringPtrOutput added in v0.6.0

func (AttributeDefinitionCategoryOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type AttributeDefinitionCategoryPtrInput added in v0.6.0

type AttributeDefinitionCategoryPtrInput interface {
	pulumi.Input

	ToAttributeDefinitionCategoryPtrOutput() AttributeDefinitionCategoryPtrOutput
	ToAttributeDefinitionCategoryPtrOutputWithContext(context.Context) AttributeDefinitionCategoryPtrOutput
}

func AttributeDefinitionCategoryPtr added in v0.6.0

func AttributeDefinitionCategoryPtr(v string) AttributeDefinitionCategoryPtrInput

type AttributeDefinitionCategoryPtrOutput added in v0.6.0

type AttributeDefinitionCategoryPtrOutput struct{ *pulumi.OutputState }

func (AttributeDefinitionCategoryPtrOutput) Elem added in v0.6.0

func (AttributeDefinitionCategoryPtrOutput) ElementType added in v0.6.0

func (AttributeDefinitionCategoryPtrOutput) ToAttributeDefinitionCategoryPtrOutput added in v0.6.0

func (o AttributeDefinitionCategoryPtrOutput) ToAttributeDefinitionCategoryPtrOutput() AttributeDefinitionCategoryPtrOutput

func (AttributeDefinitionCategoryPtrOutput) ToAttributeDefinitionCategoryPtrOutputWithContext added in v0.6.0

func (o AttributeDefinitionCategoryPtrOutput) ToAttributeDefinitionCategoryPtrOutputWithContext(ctx context.Context) AttributeDefinitionCategoryPtrOutput

func (AttributeDefinitionCategoryPtrOutput) ToStringPtrOutput added in v0.6.0

func (AttributeDefinitionCategoryPtrOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type AttributeDefinitionInput added in v0.3.0

type AttributeDefinitionInput interface {
	pulumi.Input

	ToAttributeDefinitionOutput() AttributeDefinitionOutput
	ToAttributeDefinitionOutputWithContext(ctx context.Context) AttributeDefinitionOutput
}

type AttributeDefinitionOutput added in v0.3.0

type AttributeDefinitionOutput struct{ *pulumi.OutputState }

func (AttributeDefinitionOutput) AllowedValues added in v0.19.0

Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.

func (AttributeDefinitionOutput) AttributeDefinitionId added in v0.21.0

func (o AttributeDefinitionOutput) AttributeDefinitionId() pulumi.StringOutput

Required. The ID of the Attribute definition to create. The string must match the following regex: `_a-zA-Z{0,255}` and must not be a reserved keyword within the Common Expression Language as listed on https://github.com/google/cel-spec/blob/master/doc/langdef.md.

func (AttributeDefinitionOutput) Category added in v0.19.0

The category of the attribute. The value of this field cannot be changed after creation.

func (AttributeDefinitionOutput) ConsentDefaultValues added in v0.19.0

func (o AttributeDefinitionOutput) ConsentDefaultValues() pulumi.StringArrayOutput

Optional. Default values of the attribute in Consents. If no default values are specified, it defaults to an empty value.

func (AttributeDefinitionOutput) ConsentStoreId added in v0.21.0

func (o AttributeDefinitionOutput) ConsentStoreId() pulumi.StringOutput

func (AttributeDefinitionOutput) DataMappingDefaultValue added in v0.19.0

func (o AttributeDefinitionOutput) DataMappingDefaultValue() pulumi.StringOutput

Optional. Default value of the attribute in User data mappings. If no default value is specified, it defaults to an empty value. This field is only applicable to attributes of the category `RESOURCE`.

func (AttributeDefinitionOutput) DatasetId added in v0.21.0

func (AttributeDefinitionOutput) Description added in v0.19.0

Optional. A description of the attribute.

func (AttributeDefinitionOutput) ElementType added in v0.3.0

func (AttributeDefinitionOutput) ElementType() reflect.Type

func (AttributeDefinitionOutput) Location added in v0.21.0

func (AttributeDefinitionOutput) Name added in v0.19.0

Resource name of the Attribute definition, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. Cannot be changed after creation.

func (AttributeDefinitionOutput) Project added in v0.21.0

func (AttributeDefinitionOutput) ToAttributeDefinitionOutput added in v0.3.0

func (o AttributeDefinitionOutput) ToAttributeDefinitionOutput() AttributeDefinitionOutput

func (AttributeDefinitionOutput) ToAttributeDefinitionOutputWithContext added in v0.3.0

func (o AttributeDefinitionOutput) ToAttributeDefinitionOutputWithContext(ctx context.Context) AttributeDefinitionOutput

type AttributeDefinitionState added in v0.3.0

type AttributeDefinitionState struct {
}

func (AttributeDefinitionState) ElementType added in v0.3.0

func (AttributeDefinitionState) ElementType() reflect.Type

type AttributeInput

type AttributeInput interface {
	pulumi.Input

	ToAttributeOutput() AttributeOutput
	ToAttributeOutputWithContext(context.Context) AttributeOutput
}

AttributeInput is an input type that accepts AttributeArgs and AttributeOutput values. You can construct a concrete instance of `AttributeInput` via:

AttributeArgs{...}

type AttributeOutput

type AttributeOutput struct{ *pulumi.OutputState }

An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.

func (AttributeOutput) AttributeDefinitionId

func (o AttributeOutput) AttributeDefinitionId() pulumi.StringPtrOutput

Indicates the name of an attribute defined in the consent store.

func (AttributeOutput) ElementType

func (AttributeOutput) ElementType() reflect.Type

func (AttributeOutput) ToAttributeOutput

func (o AttributeOutput) ToAttributeOutput() AttributeOutput

func (AttributeOutput) ToAttributeOutputWithContext

func (o AttributeOutput) ToAttributeOutputWithContext(ctx context.Context) AttributeOutput

func (AttributeOutput) Values

The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.

type AttributeResponse

type AttributeResponse struct {
	// Indicates the name of an attribute defined in the consent store.
	AttributeDefinitionId string `pulumi:"attributeDefinitionId"`
	// The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.
	Values []string `pulumi:"values"`
}

An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.

type AttributeResponseArrayOutput

type AttributeResponseArrayOutput struct{ *pulumi.OutputState }

func (AttributeResponseArrayOutput) ElementType

func (AttributeResponseArrayOutput) Index

func (AttributeResponseArrayOutput) ToAttributeResponseArrayOutput

func (o AttributeResponseArrayOutput) ToAttributeResponseArrayOutput() AttributeResponseArrayOutput

func (AttributeResponseArrayOutput) ToAttributeResponseArrayOutputWithContext

func (o AttributeResponseArrayOutput) ToAttributeResponseArrayOutputWithContext(ctx context.Context) AttributeResponseArrayOutput

type AttributeResponseOutput

type AttributeResponseOutput struct{ *pulumi.OutputState }

An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.

func (AttributeResponseOutput) AttributeDefinitionId

func (o AttributeResponseOutput) AttributeDefinitionId() pulumi.StringOutput

Indicates the name of an attribute defined in the consent store.

func (AttributeResponseOutput) ElementType

func (AttributeResponseOutput) ElementType() reflect.Type

func (AttributeResponseOutput) ToAttributeResponseOutput

func (o AttributeResponseOutput) ToAttributeResponseOutput() AttributeResponseOutput

func (AttributeResponseOutput) ToAttributeResponseOutputWithContext

func (o AttributeResponseOutput) ToAttributeResponseOutputWithContext(ctx context.Context) AttributeResponseOutput

func (AttributeResponseOutput) Values

The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.

type AuditConfig

type AuditConfig struct {
	// The configuration for logging of each type of permission.
	AuditLogConfigs []AuditLogConfig `pulumi:"auditLogConfigs"`
	// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
	Service *string `pulumi:"service"`
}

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

type AuditConfigArgs

type AuditConfigArgs struct {
	// The configuration for logging of each type of permission.
	AuditLogConfigs AuditLogConfigArrayInput `pulumi:"auditLogConfigs"`
	// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
	Service pulumi.StringPtrInput `pulumi:"service"`
}

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

func (AuditConfigArgs) ElementType

func (AuditConfigArgs) ElementType() reflect.Type

func (AuditConfigArgs) ToAuditConfigOutput

func (i AuditConfigArgs) ToAuditConfigOutput() AuditConfigOutput

func (AuditConfigArgs) ToAuditConfigOutputWithContext

func (i AuditConfigArgs) ToAuditConfigOutputWithContext(ctx context.Context) AuditConfigOutput

type AuditConfigArray

type AuditConfigArray []AuditConfigInput

func (AuditConfigArray) ElementType

func (AuditConfigArray) ElementType() reflect.Type

func (AuditConfigArray) ToAuditConfigArrayOutput

func (i AuditConfigArray) ToAuditConfigArrayOutput() AuditConfigArrayOutput

func (AuditConfigArray) ToAuditConfigArrayOutputWithContext

func (i AuditConfigArray) ToAuditConfigArrayOutputWithContext(ctx context.Context) AuditConfigArrayOutput

type AuditConfigArrayInput

type AuditConfigArrayInput interface {
	pulumi.Input

	ToAuditConfigArrayOutput() AuditConfigArrayOutput
	ToAuditConfigArrayOutputWithContext(context.Context) AuditConfigArrayOutput
}

AuditConfigArrayInput is an input type that accepts AuditConfigArray and AuditConfigArrayOutput values. You can construct a concrete instance of `AuditConfigArrayInput` via:

AuditConfigArray{ AuditConfigArgs{...} }

type AuditConfigArrayOutput

type AuditConfigArrayOutput struct{ *pulumi.OutputState }

func (AuditConfigArrayOutput) ElementType

func (AuditConfigArrayOutput) ElementType() reflect.Type

func (AuditConfigArrayOutput) Index

func (AuditConfigArrayOutput) ToAuditConfigArrayOutput

func (o AuditConfigArrayOutput) ToAuditConfigArrayOutput() AuditConfigArrayOutput

func (AuditConfigArrayOutput) ToAuditConfigArrayOutputWithContext

func (o AuditConfigArrayOutput) ToAuditConfigArrayOutputWithContext(ctx context.Context) AuditConfigArrayOutput

type AuditConfigInput

type AuditConfigInput interface {
	pulumi.Input

	ToAuditConfigOutput() AuditConfigOutput
	ToAuditConfigOutputWithContext(context.Context) AuditConfigOutput
}

AuditConfigInput is an input type that accepts AuditConfigArgs and AuditConfigOutput values. You can construct a concrete instance of `AuditConfigInput` via:

AuditConfigArgs{...}

type AuditConfigOutput

type AuditConfigOutput struct{ *pulumi.OutputState }

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

func (AuditConfigOutput) AuditLogConfigs

func (o AuditConfigOutput) AuditLogConfigs() AuditLogConfigArrayOutput

The configuration for logging of each type of permission.

func (AuditConfigOutput) ElementType

func (AuditConfigOutput) ElementType() reflect.Type

func (AuditConfigOutput) Service

Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.

func (AuditConfigOutput) ToAuditConfigOutput

func (o AuditConfigOutput) ToAuditConfigOutput() AuditConfigOutput

func (AuditConfigOutput) ToAuditConfigOutputWithContext

func (o AuditConfigOutput) ToAuditConfigOutputWithContext(ctx context.Context) AuditConfigOutput

type AuditConfigResponse

type AuditConfigResponse struct {
	// The configuration for logging of each type of permission.
	AuditLogConfigs []AuditLogConfigResponse `pulumi:"auditLogConfigs"`
	// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
	Service string `pulumi:"service"`
}

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

type AuditConfigResponseArrayOutput

type AuditConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (AuditConfigResponseArrayOutput) ElementType

func (AuditConfigResponseArrayOutput) Index

func (AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutput

func (o AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutput() AuditConfigResponseArrayOutput

func (AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutputWithContext

func (o AuditConfigResponseArrayOutput) ToAuditConfigResponseArrayOutputWithContext(ctx context.Context) AuditConfigResponseArrayOutput

type AuditConfigResponseOutput

type AuditConfigResponseOutput struct{ *pulumi.OutputState }

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.

func (AuditConfigResponseOutput) AuditLogConfigs

The configuration for logging of each type of permission.

func (AuditConfigResponseOutput) ElementType

func (AuditConfigResponseOutput) ElementType() reflect.Type

func (AuditConfigResponseOutput) Service

Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.

func (AuditConfigResponseOutput) ToAuditConfigResponseOutput

func (o AuditConfigResponseOutput) ToAuditConfigResponseOutput() AuditConfigResponseOutput

func (AuditConfigResponseOutput) ToAuditConfigResponseOutputWithContext

func (o AuditConfigResponseOutput) ToAuditConfigResponseOutputWithContext(ctx context.Context) AuditConfigResponseOutput

type AuditLogConfig

type AuditLogConfig struct {
	// Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
	ExemptedMembers []string `pulumi:"exemptedMembers"`
	// The log type that this config enables.
	LogType *AuditLogConfigLogType `pulumi:"logType"`
}

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

type AuditLogConfigArgs

type AuditLogConfigArgs struct {
	// Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
	ExemptedMembers pulumi.StringArrayInput `pulumi:"exemptedMembers"`
	// The log type that this config enables.
	LogType AuditLogConfigLogTypePtrInput `pulumi:"logType"`
}

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

func (AuditLogConfigArgs) ElementType

func (AuditLogConfigArgs) ElementType() reflect.Type

func (AuditLogConfigArgs) ToAuditLogConfigOutput

func (i AuditLogConfigArgs) ToAuditLogConfigOutput() AuditLogConfigOutput

func (AuditLogConfigArgs) ToAuditLogConfigOutputWithContext

func (i AuditLogConfigArgs) ToAuditLogConfigOutputWithContext(ctx context.Context) AuditLogConfigOutput

type AuditLogConfigArray

type AuditLogConfigArray []AuditLogConfigInput

func (AuditLogConfigArray) ElementType

func (AuditLogConfigArray) ElementType() reflect.Type

func (AuditLogConfigArray) ToAuditLogConfigArrayOutput

func (i AuditLogConfigArray) ToAuditLogConfigArrayOutput() AuditLogConfigArrayOutput

func (AuditLogConfigArray) ToAuditLogConfigArrayOutputWithContext

func (i AuditLogConfigArray) ToAuditLogConfigArrayOutputWithContext(ctx context.Context) AuditLogConfigArrayOutput

type AuditLogConfigArrayInput

type AuditLogConfigArrayInput interface {
	pulumi.Input

	ToAuditLogConfigArrayOutput() AuditLogConfigArrayOutput
	ToAuditLogConfigArrayOutputWithContext(context.Context) AuditLogConfigArrayOutput
}

AuditLogConfigArrayInput is an input type that accepts AuditLogConfigArray and AuditLogConfigArrayOutput values. You can construct a concrete instance of `AuditLogConfigArrayInput` via:

AuditLogConfigArray{ AuditLogConfigArgs{...} }

type AuditLogConfigArrayOutput

type AuditLogConfigArrayOutput struct{ *pulumi.OutputState }

func (AuditLogConfigArrayOutput) ElementType

func (AuditLogConfigArrayOutput) ElementType() reflect.Type

func (AuditLogConfigArrayOutput) Index

func (AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutput

func (o AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutput() AuditLogConfigArrayOutput

func (AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutputWithContext

func (o AuditLogConfigArrayOutput) ToAuditLogConfigArrayOutputWithContext(ctx context.Context) AuditLogConfigArrayOutput

type AuditLogConfigInput

type AuditLogConfigInput interface {
	pulumi.Input

	ToAuditLogConfigOutput() AuditLogConfigOutput
	ToAuditLogConfigOutputWithContext(context.Context) AuditLogConfigOutput
}

AuditLogConfigInput is an input type that accepts AuditLogConfigArgs and AuditLogConfigOutput values. You can construct a concrete instance of `AuditLogConfigInput` via:

AuditLogConfigArgs{...}

type AuditLogConfigLogType added in v0.4.0

type AuditLogConfigLogType string

The log type that this config enables.

func (AuditLogConfigLogType) ElementType added in v0.4.0

func (AuditLogConfigLogType) ElementType() reflect.Type

func (AuditLogConfigLogType) ToAuditLogConfigLogTypeOutput added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypeOutput() AuditLogConfigLogTypeOutput

func (AuditLogConfigLogType) ToAuditLogConfigLogTypeOutputWithContext added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypeOutputWithContext(ctx context.Context) AuditLogConfigLogTypeOutput

func (AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutput added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutputWithContext added in v0.6.0

func (e AuditLogConfigLogType) ToAuditLogConfigLogTypePtrOutputWithContext(ctx context.Context) AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogType) ToStringOutput added in v0.4.0

func (e AuditLogConfigLogType) ToStringOutput() pulumi.StringOutput

func (AuditLogConfigLogType) ToStringOutputWithContext added in v0.4.0

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

func (AuditLogConfigLogType) ToStringPtrOutput added in v0.4.0

func (e AuditLogConfigLogType) ToStringPtrOutput() pulumi.StringPtrOutput

func (AuditLogConfigLogType) ToStringPtrOutputWithContext added in v0.4.0

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

type AuditLogConfigLogTypeInput added in v0.6.0

type AuditLogConfigLogTypeInput interface {
	pulumi.Input

	ToAuditLogConfigLogTypeOutput() AuditLogConfigLogTypeOutput
	ToAuditLogConfigLogTypeOutputWithContext(context.Context) AuditLogConfigLogTypeOutput
}

AuditLogConfigLogTypeInput is an input type that accepts AuditLogConfigLogTypeArgs and AuditLogConfigLogTypeOutput values. You can construct a concrete instance of `AuditLogConfigLogTypeInput` via:

AuditLogConfigLogTypeArgs{...}

type AuditLogConfigLogTypeOutput added in v0.6.0

type AuditLogConfigLogTypeOutput struct{ *pulumi.OutputState }

func (AuditLogConfigLogTypeOutput) ElementType added in v0.6.0

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutput() AuditLogConfigLogTypeOutput

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypeOutputWithContext(ctx context.Context) AuditLogConfigLogTypeOutput

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToAuditLogConfigLogTypePtrOutputWithContext(ctx context.Context) AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypeOutput) ToStringOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToStringOutput() pulumi.StringOutput

func (AuditLogConfigLogTypeOutput) ToStringOutputWithContext added in v0.6.0

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

func (AuditLogConfigLogTypeOutput) ToStringPtrOutput added in v0.6.0

func (o AuditLogConfigLogTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (AuditLogConfigLogTypeOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type AuditLogConfigLogTypePtrInput added in v0.6.0

type AuditLogConfigLogTypePtrInput interface {
	pulumi.Input

	ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput
	ToAuditLogConfigLogTypePtrOutputWithContext(context.Context) AuditLogConfigLogTypePtrOutput
}

func AuditLogConfigLogTypePtr added in v0.6.0

func AuditLogConfigLogTypePtr(v string) AuditLogConfigLogTypePtrInput

type AuditLogConfigLogTypePtrOutput added in v0.6.0

type AuditLogConfigLogTypePtrOutput struct{ *pulumi.OutputState }

func (AuditLogConfigLogTypePtrOutput) Elem added in v0.6.0

func (AuditLogConfigLogTypePtrOutput) ElementType added in v0.6.0

func (AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutput added in v0.6.0

func (o AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutput() AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutputWithContext added in v0.6.0

func (o AuditLogConfigLogTypePtrOutput) ToAuditLogConfigLogTypePtrOutputWithContext(ctx context.Context) AuditLogConfigLogTypePtrOutput

func (AuditLogConfigLogTypePtrOutput) ToStringPtrOutput added in v0.6.0

func (AuditLogConfigLogTypePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type AuditLogConfigOutput

type AuditLogConfigOutput struct{ *pulumi.OutputState }

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

func (AuditLogConfigOutput) ElementType

func (AuditLogConfigOutput) ElementType() reflect.Type

func (AuditLogConfigOutput) ExemptedMembers

func (o AuditLogConfigOutput) ExemptedMembers() pulumi.StringArrayOutput

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

func (AuditLogConfigOutput) LogType

The log type that this config enables.

func (AuditLogConfigOutput) ToAuditLogConfigOutput

func (o AuditLogConfigOutput) ToAuditLogConfigOutput() AuditLogConfigOutput

func (AuditLogConfigOutput) ToAuditLogConfigOutputWithContext

func (o AuditLogConfigOutput) ToAuditLogConfigOutputWithContext(ctx context.Context) AuditLogConfigOutput

type AuditLogConfigResponse

type AuditLogConfigResponse struct {
	// Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
	ExemptedMembers []string `pulumi:"exemptedMembers"`
	// The log type that this config enables.
	LogType string `pulumi:"logType"`
}

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

type AuditLogConfigResponseArrayOutput

type AuditLogConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (AuditLogConfigResponseArrayOutput) ElementType

func (AuditLogConfigResponseArrayOutput) Index

func (AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutput

func (o AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutput() AuditLogConfigResponseArrayOutput

func (AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutputWithContext

func (o AuditLogConfigResponseArrayOutput) ToAuditLogConfigResponseArrayOutputWithContext(ctx context.Context) AuditLogConfigResponseArrayOutput

type AuditLogConfigResponseOutput

type AuditLogConfigResponseOutput struct{ *pulumi.OutputState }

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

func (AuditLogConfigResponseOutput) ElementType

func (AuditLogConfigResponseOutput) ExemptedMembers

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

func (AuditLogConfigResponseOutput) LogType

The log type that this config enables.

func (AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutput

func (o AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutput() AuditLogConfigResponseOutput

func (AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutputWithContext

func (o AuditLogConfigResponseOutput) ToAuditLogConfigResponseOutputWithContext(ctx context.Context) AuditLogConfigResponseOutput

type Binding

type Binding struct {
	// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Condition *Expr `pulumi:"condition"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members []string `pulumi:"members"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role *string `pulumi:"role"`
}

Associates `members`, or principals, with a `role`.

type BindingArgs

type BindingArgs struct {
	// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Condition ExprPtrInput `pulumi:"condition"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayInput `pulumi:"members"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringPtrInput `pulumi:"role"`
}

Associates `members`, or principals, with a `role`.

func (BindingArgs) ElementType

func (BindingArgs) ElementType() reflect.Type

func (BindingArgs) ToBindingOutput

func (i BindingArgs) ToBindingOutput() BindingOutput

func (BindingArgs) ToBindingOutputWithContext

func (i BindingArgs) ToBindingOutputWithContext(ctx context.Context) BindingOutput

type BindingArray

type BindingArray []BindingInput

func (BindingArray) ElementType

func (BindingArray) ElementType() reflect.Type

func (BindingArray) ToBindingArrayOutput

func (i BindingArray) ToBindingArrayOutput() BindingArrayOutput

func (BindingArray) ToBindingArrayOutputWithContext

func (i BindingArray) ToBindingArrayOutputWithContext(ctx context.Context) BindingArrayOutput

type BindingArrayInput

type BindingArrayInput interface {
	pulumi.Input

	ToBindingArrayOutput() BindingArrayOutput
	ToBindingArrayOutputWithContext(context.Context) BindingArrayOutput
}

BindingArrayInput is an input type that accepts BindingArray and BindingArrayOutput values. You can construct a concrete instance of `BindingArrayInput` via:

BindingArray{ BindingArgs{...} }

type BindingArrayOutput

type BindingArrayOutput struct{ *pulumi.OutputState }

func (BindingArrayOutput) ElementType

func (BindingArrayOutput) ElementType() reflect.Type

func (BindingArrayOutput) Index

func (BindingArrayOutput) ToBindingArrayOutput

func (o BindingArrayOutput) ToBindingArrayOutput() BindingArrayOutput

func (BindingArrayOutput) ToBindingArrayOutputWithContext

func (o BindingArrayOutput) ToBindingArrayOutputWithContext(ctx context.Context) BindingArrayOutput

type BindingInput

type BindingInput interface {
	pulumi.Input

	ToBindingOutput() BindingOutput
	ToBindingOutputWithContext(context.Context) BindingOutput
}

BindingInput is an input type that accepts BindingArgs and BindingOutput values. You can construct a concrete instance of `BindingInput` via:

BindingArgs{...}

type BindingOutput

type BindingOutput struct{ *pulumi.OutputState }

Associates `members`, or principals, with a `role`.

func (BindingOutput) Condition

func (o BindingOutput) Condition() ExprPtrOutput

The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

func (BindingOutput) ElementType

func (BindingOutput) ElementType() reflect.Type

func (BindingOutput) Members

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (BindingOutput) Role

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (BindingOutput) ToBindingOutput

func (o BindingOutput) ToBindingOutput() BindingOutput

func (BindingOutput) ToBindingOutputWithContext

func (o BindingOutput) ToBindingOutputWithContext(ctx context.Context) BindingOutput

type BindingResponse

type BindingResponse struct {
	// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Condition ExprResponse `pulumi:"condition"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members []string `pulumi:"members"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role string `pulumi:"role"`
}

Associates `members`, or principals, with a `role`.

type BindingResponseArrayOutput

type BindingResponseArrayOutput struct{ *pulumi.OutputState }

func (BindingResponseArrayOutput) ElementType

func (BindingResponseArrayOutput) ElementType() reflect.Type

func (BindingResponseArrayOutput) Index

func (BindingResponseArrayOutput) ToBindingResponseArrayOutput

func (o BindingResponseArrayOutput) ToBindingResponseArrayOutput() BindingResponseArrayOutput

func (BindingResponseArrayOutput) ToBindingResponseArrayOutputWithContext

func (o BindingResponseArrayOutput) ToBindingResponseArrayOutputWithContext(ctx context.Context) BindingResponseArrayOutput

type BindingResponseOutput

type BindingResponseOutput struct{ *pulumi.OutputState }

Associates `members`, or principals, with a `role`.

func (BindingResponseOutput) Condition

The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

func (BindingResponseOutput) ElementType

func (BindingResponseOutput) ElementType() reflect.Type

func (BindingResponseOutput) Members

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (BindingResponseOutput) Role

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (BindingResponseOutput) ToBindingResponseOutput

func (o BindingResponseOutput) ToBindingResponseOutput() BindingResponseOutput

func (BindingResponseOutput) ToBindingResponseOutputWithContext

func (o BindingResponseOutput) ToBindingResponseOutputWithContext(ctx context.Context) BindingResponseOutput

type CharacterMaskConfig added in v0.26.1

type CharacterMaskConfig struct {
	// Character to mask the sensitive values. If not supplied, defaults to "*".
	MaskingCharacter *string `pulumi:"maskingCharacter"`
}

Mask a string by replacing its characters with a fixed character.

type CharacterMaskConfigArgs added in v0.26.1

type CharacterMaskConfigArgs struct {
	// Character to mask the sensitive values. If not supplied, defaults to "*".
	MaskingCharacter pulumi.StringPtrInput `pulumi:"maskingCharacter"`
}

Mask a string by replacing its characters with a fixed character.

func (CharacterMaskConfigArgs) ElementType added in v0.26.1

func (CharacterMaskConfigArgs) ElementType() reflect.Type

func (CharacterMaskConfigArgs) ToCharacterMaskConfigOutput added in v0.26.1

func (i CharacterMaskConfigArgs) ToCharacterMaskConfigOutput() CharacterMaskConfigOutput

func (CharacterMaskConfigArgs) ToCharacterMaskConfigOutputWithContext added in v0.26.1

func (i CharacterMaskConfigArgs) ToCharacterMaskConfigOutputWithContext(ctx context.Context) CharacterMaskConfigOutput

func (CharacterMaskConfigArgs) ToCharacterMaskConfigPtrOutput added in v0.26.1

func (i CharacterMaskConfigArgs) ToCharacterMaskConfigPtrOutput() CharacterMaskConfigPtrOutput

func (CharacterMaskConfigArgs) ToCharacterMaskConfigPtrOutputWithContext added in v0.26.1

func (i CharacterMaskConfigArgs) ToCharacterMaskConfigPtrOutputWithContext(ctx context.Context) CharacterMaskConfigPtrOutput

type CharacterMaskConfigInput added in v0.26.1

type CharacterMaskConfigInput interface {
	pulumi.Input

	ToCharacterMaskConfigOutput() CharacterMaskConfigOutput
	ToCharacterMaskConfigOutputWithContext(context.Context) CharacterMaskConfigOutput
}

CharacterMaskConfigInput is an input type that accepts CharacterMaskConfigArgs and CharacterMaskConfigOutput values. You can construct a concrete instance of `CharacterMaskConfigInput` via:

CharacterMaskConfigArgs{...}

type CharacterMaskConfigOutput added in v0.26.1

type CharacterMaskConfigOutput struct{ *pulumi.OutputState }

Mask a string by replacing its characters with a fixed character.

func (CharacterMaskConfigOutput) ElementType added in v0.26.1

func (CharacterMaskConfigOutput) ElementType() reflect.Type

func (CharacterMaskConfigOutput) MaskingCharacter added in v0.26.1

func (o CharacterMaskConfigOutput) MaskingCharacter() pulumi.StringPtrOutput

Character to mask the sensitive values. If not supplied, defaults to "*".

func (CharacterMaskConfigOutput) ToCharacterMaskConfigOutput added in v0.26.1

func (o CharacterMaskConfigOutput) ToCharacterMaskConfigOutput() CharacterMaskConfigOutput

func (CharacterMaskConfigOutput) ToCharacterMaskConfigOutputWithContext added in v0.26.1

func (o CharacterMaskConfigOutput) ToCharacterMaskConfigOutputWithContext(ctx context.Context) CharacterMaskConfigOutput

func (CharacterMaskConfigOutput) ToCharacterMaskConfigPtrOutput added in v0.26.1

func (o CharacterMaskConfigOutput) ToCharacterMaskConfigPtrOutput() CharacterMaskConfigPtrOutput

func (CharacterMaskConfigOutput) ToCharacterMaskConfigPtrOutputWithContext added in v0.26.1

func (o CharacterMaskConfigOutput) ToCharacterMaskConfigPtrOutputWithContext(ctx context.Context) CharacterMaskConfigPtrOutput

type CharacterMaskConfigPtrInput added in v0.26.1

type CharacterMaskConfigPtrInput interface {
	pulumi.Input

	ToCharacterMaskConfigPtrOutput() CharacterMaskConfigPtrOutput
	ToCharacterMaskConfigPtrOutputWithContext(context.Context) CharacterMaskConfigPtrOutput
}

CharacterMaskConfigPtrInput is an input type that accepts CharacterMaskConfigArgs, CharacterMaskConfigPtr and CharacterMaskConfigPtrOutput values. You can construct a concrete instance of `CharacterMaskConfigPtrInput` via:

        CharacterMaskConfigArgs{...}

or:

        nil

func CharacterMaskConfigPtr added in v0.26.1

func CharacterMaskConfigPtr(v *CharacterMaskConfigArgs) CharacterMaskConfigPtrInput

type CharacterMaskConfigPtrOutput added in v0.26.1

type CharacterMaskConfigPtrOutput struct{ *pulumi.OutputState }

func (CharacterMaskConfigPtrOutput) Elem added in v0.26.1

func (CharacterMaskConfigPtrOutput) ElementType added in v0.26.1

func (CharacterMaskConfigPtrOutput) MaskingCharacter added in v0.26.1

Character to mask the sensitive values. If not supplied, defaults to "*".

func (CharacterMaskConfigPtrOutput) ToCharacterMaskConfigPtrOutput added in v0.26.1

func (o CharacterMaskConfigPtrOutput) ToCharacterMaskConfigPtrOutput() CharacterMaskConfigPtrOutput

func (CharacterMaskConfigPtrOutput) ToCharacterMaskConfigPtrOutputWithContext added in v0.26.1

func (o CharacterMaskConfigPtrOutput) ToCharacterMaskConfigPtrOutputWithContext(ctx context.Context) CharacterMaskConfigPtrOutput

type CharacterMaskConfigResponse added in v0.26.1

type CharacterMaskConfigResponse struct {
	// Character to mask the sensitive values. If not supplied, defaults to "*".
	MaskingCharacter string `pulumi:"maskingCharacter"`
}

Mask a string by replacing its characters with a fixed character.

type CharacterMaskConfigResponseOutput added in v0.26.1

type CharacterMaskConfigResponseOutput struct{ *pulumi.OutputState }

Mask a string by replacing its characters with a fixed character.

func (CharacterMaskConfigResponseOutput) ElementType added in v0.26.1

func (CharacterMaskConfigResponseOutput) MaskingCharacter added in v0.26.1

Character to mask the sensitive values. If not supplied, defaults to "*".

func (CharacterMaskConfigResponseOutput) ToCharacterMaskConfigResponseOutput added in v0.26.1

func (o CharacterMaskConfigResponseOutput) ToCharacterMaskConfigResponseOutput() CharacterMaskConfigResponseOutput

func (CharacterMaskConfigResponseOutput) ToCharacterMaskConfigResponseOutputWithContext added in v0.26.1

func (o CharacterMaskConfigResponseOutput) ToCharacterMaskConfigResponseOutputWithContext(ctx context.Context) CharacterMaskConfigResponseOutput
type Consent struct {
	pulumi.CustomResourceState

	// The resource name of the Consent artifact that contains proof of the end user's consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`.
	ConsentArtifact pulumi.StringOutput `pulumi:"consentArtifact"`
	ConsentStoreId  pulumi.StringOutput `pulumi:"consentStoreId"`
	DatasetId       pulumi.StringOutput `pulumi:"datasetId"`
	// Timestamp in UTC of when this Consent is considered expired.
	ExpireTime pulumi.StringOutput `pulumi:"expireTime"`
	Location   pulumi.StringOutput `pulumi:"location"`
	// Optional. User-supplied key-value pairs used to organize Consent resources. Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes No more than 64 metadata entries can be associated with a given consent.
	Metadata pulumi.StringMapOutput `pulumi:"metadata"`
	// Resource name of the Consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}`. Cannot be changed after creation.
	Name pulumi.StringOutput `pulumi:"name"`
	// Optional. Represents a user's consent in terms of the resources that can be accessed and under what conditions.
	Policies GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput `pulumi:"policies"`
	Project  pulumi.StringOutput                                     `pulumi:"project"`
	// The timestamp that the revision was created.
	RevisionCreateTime pulumi.StringOutput `pulumi:"revisionCreateTime"`
	// The revision ID of the Consent. The format is an 8-character hexadecimal string. Refer to a specific revision of a Consent by appending `@{revision_id}` to the Consent's resource name.
	RevisionId pulumi.StringOutput `pulumi:"revisionId"`
	// Indicates the current state of this Consent.
	State pulumi.StringOutput `pulumi:"state"`
	// Input only. The time to live for this Consent from when it is created.
	Ttl pulumi.StringOutput `pulumi:"ttl"`
	// User's UUID provided by the client.
	UserId pulumi.StringOutput `pulumi:"userId"`
}

Creates a new Consent in the parent consent store.

func GetConsent added in v0.3.0

func GetConsent(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConsentState, opts ...pulumi.ResourceOption) (*Consent, error)

GetConsent gets an existing Consent 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 NewConsent added in v0.3.0

func NewConsent(ctx *pulumi.Context,
	name string, args *ConsentArgs, opts ...pulumi.ResourceOption) (*Consent, error)

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

func (*Consent) ElementType added in v0.3.0

func (*Consent) ElementType() reflect.Type

func (*Consent) ToConsentOutput added in v0.3.0

func (i *Consent) ToConsentOutput() ConsentOutput

func (*Consent) ToConsentOutputWithContext added in v0.3.0

func (i *Consent) ToConsentOutputWithContext(ctx context.Context) ConsentOutput

type ConsentArgs added in v0.3.0

type ConsentArgs struct {
	// The resource name of the Consent artifact that contains proof of the end user's consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`.
	ConsentArtifact pulumi.StringInput
	ConsentStoreId  pulumi.StringInput
	DatasetId       pulumi.StringInput
	// Timestamp in UTC of when this Consent is considered expired.
	ExpireTime pulumi.StringPtrInput
	Location   pulumi.StringPtrInput
	// Optional. User-supplied key-value pairs used to organize Consent resources. Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes No more than 64 metadata entries can be associated with a given consent.
	Metadata pulumi.StringMapInput
	// Resource name of the Consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}`. Cannot be changed after creation.
	Name pulumi.StringPtrInput
	// Optional. Represents a user's consent in terms of the resources that can be accessed and under what conditions.
	Policies GoogleCloudHealthcareV1ConsentPolicyArrayInput
	Project  pulumi.StringPtrInput
	// Indicates the current state of this Consent.
	State ConsentStateEnumInput
	// Input only. The time to live for this Consent from when it is created.
	Ttl pulumi.StringPtrInput
	// User's UUID provided by the client.
	UserId pulumi.StringInput
}

The set of arguments for constructing a Consent resource.

func (ConsentArgs) ElementType added in v0.3.0

func (ConsentArgs) ElementType() reflect.Type

type ConsentArtifact added in v0.3.0

type ConsentArtifact struct {
	pulumi.CustomResourceState

	// Optional. Screenshots, PDFs, or other binary information documenting the user's consent.
	ConsentContentScreenshots ImageResponseArrayOutput `pulumi:"consentContentScreenshots"`
	// Optional. An string indicating the version of the consent information shown to the user.
	ConsentContentVersion pulumi.StringOutput `pulumi:"consentContentVersion"`
	ConsentStoreId        pulumi.StringOutput `pulumi:"consentStoreId"`
	DatasetId             pulumi.StringOutput `pulumi:"datasetId"`
	// Optional. A signature from a guardian.
	GuardianSignature SignatureResponseOutput `pulumi:"guardianSignature"`
	Location          pulumi.StringOutput     `pulumi:"location"`
	// Optional. Metadata associated with the Consent artifact. For example, the consent locale or user agent version.
	Metadata pulumi.StringMapOutput `pulumi:"metadata"`
	// Resource name of the Consent artifact, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. Cannot be changed after creation.
	Name    pulumi.StringOutput `pulumi:"name"`
	Project pulumi.StringOutput `pulumi:"project"`
	// User's UUID provided by the client.
	UserId pulumi.StringOutput `pulumi:"userId"`
	// Optional. User's signature.
	UserSignature SignatureResponseOutput `pulumi:"userSignature"`
	// Optional. A signature from a witness.
	WitnessSignature SignatureResponseOutput `pulumi:"witnessSignature"`
}

Creates a new Consent artifact in the parent consent store.

func GetConsentArtifact added in v0.3.0

func GetConsentArtifact(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConsentArtifactState, opts ...pulumi.ResourceOption) (*ConsentArtifact, error)

GetConsentArtifact gets an existing ConsentArtifact 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 NewConsentArtifact added in v0.3.0

func NewConsentArtifact(ctx *pulumi.Context,
	name string, args *ConsentArtifactArgs, opts ...pulumi.ResourceOption) (*ConsentArtifact, error)

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

func (*ConsentArtifact) ElementType added in v0.3.0

func (*ConsentArtifact) ElementType() reflect.Type

func (*ConsentArtifact) ToConsentArtifactOutput added in v0.3.0

func (i *ConsentArtifact) ToConsentArtifactOutput() ConsentArtifactOutput

func (*ConsentArtifact) ToConsentArtifactOutputWithContext added in v0.3.0

func (i *ConsentArtifact) ToConsentArtifactOutputWithContext(ctx context.Context) ConsentArtifactOutput

type ConsentArtifactArgs added in v0.3.0

type ConsentArtifactArgs struct {
	// Optional. Screenshots, PDFs, or other binary information documenting the user's consent.
	ConsentContentScreenshots ImageArrayInput
	// Optional. An string indicating the version of the consent information shown to the user.
	ConsentContentVersion pulumi.StringPtrInput
	ConsentStoreId        pulumi.StringInput
	DatasetId             pulumi.StringInput
	// Optional. A signature from a guardian.
	GuardianSignature SignaturePtrInput
	Location          pulumi.StringPtrInput
	// Optional. Metadata associated with the Consent artifact. For example, the consent locale or user agent version.
	Metadata pulumi.StringMapInput
	// Resource name of the Consent artifact, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. Cannot be changed after creation.
	Name    pulumi.StringPtrInput
	Project pulumi.StringPtrInput
	// User's UUID provided by the client.
	UserId pulumi.StringInput
	// Optional. User's signature.
	UserSignature SignaturePtrInput
	// Optional. A signature from a witness.
	WitnessSignature SignaturePtrInput
}

The set of arguments for constructing a ConsentArtifact resource.

func (ConsentArtifactArgs) ElementType added in v0.3.0

func (ConsentArtifactArgs) ElementType() reflect.Type

type ConsentArtifactInput added in v0.3.0

type ConsentArtifactInput interface {
	pulumi.Input

	ToConsentArtifactOutput() ConsentArtifactOutput
	ToConsentArtifactOutputWithContext(ctx context.Context) ConsentArtifactOutput
}

type ConsentArtifactOutput added in v0.3.0

type ConsentArtifactOutput struct{ *pulumi.OutputState }

func (ConsentArtifactOutput) ConsentContentScreenshots added in v0.19.0

func (o ConsentArtifactOutput) ConsentContentScreenshots() ImageResponseArrayOutput

Optional. Screenshots, PDFs, or other binary information documenting the user's consent.

func (ConsentArtifactOutput) ConsentContentVersion added in v0.19.0

func (o ConsentArtifactOutput) ConsentContentVersion() pulumi.StringOutput

Optional. An string indicating the version of the consent information shown to the user.

func (ConsentArtifactOutput) ConsentStoreId added in v0.21.0

func (o ConsentArtifactOutput) ConsentStoreId() pulumi.StringOutput

func (ConsentArtifactOutput) DatasetId added in v0.21.0

func (ConsentArtifactOutput) ElementType added in v0.3.0

func (ConsentArtifactOutput) ElementType() reflect.Type

func (ConsentArtifactOutput) GuardianSignature added in v0.19.0

func (o ConsentArtifactOutput) GuardianSignature() SignatureResponseOutput

Optional. A signature from a guardian.

func (ConsentArtifactOutput) Location added in v0.21.0

func (ConsentArtifactOutput) Metadata added in v0.19.0

Optional. Metadata associated with the Consent artifact. For example, the consent locale or user agent version.

func (ConsentArtifactOutput) Name added in v0.19.0

Resource name of the Consent artifact, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. Cannot be changed after creation.

func (ConsentArtifactOutput) Project added in v0.21.0

func (ConsentArtifactOutput) ToConsentArtifactOutput added in v0.3.0

func (o ConsentArtifactOutput) ToConsentArtifactOutput() ConsentArtifactOutput

func (ConsentArtifactOutput) ToConsentArtifactOutputWithContext added in v0.3.0

func (o ConsentArtifactOutput) ToConsentArtifactOutputWithContext(ctx context.Context) ConsentArtifactOutput

func (ConsentArtifactOutput) UserId added in v0.19.0

User's UUID provided by the client.

func (ConsentArtifactOutput) UserSignature added in v0.19.0

Optional. User's signature.

func (ConsentArtifactOutput) WitnessSignature added in v0.19.0

func (o ConsentArtifactOutput) WitnessSignature() SignatureResponseOutput

Optional. A signature from a witness.

type ConsentArtifactState added in v0.3.0

type ConsentArtifactState struct {
}

func (ConsentArtifactState) ElementType added in v0.3.0

func (ConsentArtifactState) ElementType() reflect.Type

type ConsentInput added in v0.3.0

type ConsentInput interface {
	pulumi.Input

	ToConsentOutput() ConsentOutput
	ToConsentOutputWithContext(ctx context.Context) ConsentOutput
}

type ConsentOutput added in v0.3.0

type ConsentOutput struct{ *pulumi.OutputState }

func (ConsentOutput) ConsentArtifact added in v0.19.0

func (o ConsentOutput) ConsentArtifact() pulumi.StringOutput

The resource name of the Consent artifact that contains proof of the end user's consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`.

func (ConsentOutput) ConsentStoreId added in v0.21.0

func (o ConsentOutput) ConsentStoreId() pulumi.StringOutput

func (ConsentOutput) DatasetId added in v0.21.0

func (o ConsentOutput) DatasetId() pulumi.StringOutput

func (ConsentOutput) ElementType added in v0.3.0

func (ConsentOutput) ElementType() reflect.Type

func (ConsentOutput) ExpireTime added in v0.19.0

func (o ConsentOutput) ExpireTime() pulumi.StringOutput

Timestamp in UTC of when this Consent is considered expired.

func (ConsentOutput) Location added in v0.21.0

func (o ConsentOutput) Location() pulumi.StringOutput

func (ConsentOutput) Metadata added in v0.19.0

func (o ConsentOutput) Metadata() pulumi.StringMapOutput

Optional. User-supplied key-value pairs used to organize Consent resources. Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes No more than 64 metadata entries can be associated with a given consent.

func (ConsentOutput) Name added in v0.19.0

Resource name of the Consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}`. Cannot be changed after creation.

func (ConsentOutput) Policies added in v0.19.0

Optional. Represents a user's consent in terms of the resources that can be accessed and under what conditions.

func (ConsentOutput) Project added in v0.21.0

func (o ConsentOutput) Project() pulumi.StringOutput

func (ConsentOutput) RevisionCreateTime added in v0.19.0

func (o ConsentOutput) RevisionCreateTime() pulumi.StringOutput

The timestamp that the revision was created.

func (ConsentOutput) RevisionId added in v0.19.0

func (o ConsentOutput) RevisionId() pulumi.StringOutput

The revision ID of the Consent. The format is an 8-character hexadecimal string. Refer to a specific revision of a Consent by appending `@{revision_id}` to the Consent's resource name.

func (ConsentOutput) State added in v0.19.0

func (o ConsentOutput) State() pulumi.StringOutput

Indicates the current state of this Consent.

func (ConsentOutput) ToConsentOutput added in v0.3.0

func (o ConsentOutput) ToConsentOutput() ConsentOutput

func (ConsentOutput) ToConsentOutputWithContext added in v0.3.0

func (o ConsentOutput) ToConsentOutputWithContext(ctx context.Context) ConsentOutput

func (ConsentOutput) Ttl added in v0.19.0

Input only. The time to live for this Consent from when it is created.

func (ConsentOutput) UserId added in v0.19.0

func (o ConsentOutput) UserId() pulumi.StringOutput

User's UUID provided by the client.

type ConsentState added in v0.3.0

type ConsentState struct {
}

func (ConsentState) ElementType added in v0.3.0

func (ConsentState) ElementType() reflect.Type

type ConsentStateEnum added in v0.4.0

type ConsentStateEnum string

Required. Indicates the current state of this Consent.

func (ConsentStateEnum) ElementType added in v0.4.0

func (ConsentStateEnum) ElementType() reflect.Type

func (ConsentStateEnum) ToConsentStateEnumOutput added in v0.6.0

func (e ConsentStateEnum) ToConsentStateEnumOutput() ConsentStateEnumOutput

func (ConsentStateEnum) ToConsentStateEnumOutputWithContext added in v0.6.0

func (e ConsentStateEnum) ToConsentStateEnumOutputWithContext(ctx context.Context) ConsentStateEnumOutput

func (ConsentStateEnum) ToConsentStateEnumPtrOutput added in v0.6.0

func (e ConsentStateEnum) ToConsentStateEnumPtrOutput() ConsentStateEnumPtrOutput

func (ConsentStateEnum) ToConsentStateEnumPtrOutputWithContext added in v0.6.0

func (e ConsentStateEnum) ToConsentStateEnumPtrOutputWithContext(ctx context.Context) ConsentStateEnumPtrOutput

func (ConsentStateEnum) ToStringOutput added in v0.4.0

func (e ConsentStateEnum) ToStringOutput() pulumi.StringOutput

func (ConsentStateEnum) ToStringOutputWithContext added in v0.4.0

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

func (ConsentStateEnum) ToStringPtrOutput added in v0.4.0

func (e ConsentStateEnum) ToStringPtrOutput() pulumi.StringPtrOutput

func (ConsentStateEnum) ToStringPtrOutputWithContext added in v0.4.0

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

type ConsentStateEnumInput added in v0.6.0

type ConsentStateEnumInput interface {
	pulumi.Input

	ToConsentStateEnumOutput() ConsentStateEnumOutput
	ToConsentStateEnumOutputWithContext(context.Context) ConsentStateEnumOutput
}

ConsentStateEnumInput is an input type that accepts ConsentStateEnumArgs and ConsentStateEnumOutput values. You can construct a concrete instance of `ConsentStateEnumInput` via:

ConsentStateEnumArgs{...}

type ConsentStateEnumOutput added in v0.6.0

type ConsentStateEnumOutput struct{ *pulumi.OutputState }

func (ConsentStateEnumOutput) ElementType added in v0.6.0

func (ConsentStateEnumOutput) ElementType() reflect.Type

func (ConsentStateEnumOutput) ToConsentStateEnumOutput added in v0.6.0

func (o ConsentStateEnumOutput) ToConsentStateEnumOutput() ConsentStateEnumOutput

func (ConsentStateEnumOutput) ToConsentStateEnumOutputWithContext added in v0.6.0

func (o ConsentStateEnumOutput) ToConsentStateEnumOutputWithContext(ctx context.Context) ConsentStateEnumOutput

func (ConsentStateEnumOutput) ToConsentStateEnumPtrOutput added in v0.6.0

func (o ConsentStateEnumOutput) ToConsentStateEnumPtrOutput() ConsentStateEnumPtrOutput

func (ConsentStateEnumOutput) ToConsentStateEnumPtrOutputWithContext added in v0.6.0

func (o ConsentStateEnumOutput) ToConsentStateEnumPtrOutputWithContext(ctx context.Context) ConsentStateEnumPtrOutput

func (ConsentStateEnumOutput) ToStringOutput added in v0.6.0

func (o ConsentStateEnumOutput) ToStringOutput() pulumi.StringOutput

func (ConsentStateEnumOutput) ToStringOutputWithContext added in v0.6.0

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

func (ConsentStateEnumOutput) ToStringPtrOutput added in v0.6.0

func (o ConsentStateEnumOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ConsentStateEnumOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type ConsentStateEnumPtrInput added in v0.6.0

type ConsentStateEnumPtrInput interface {
	pulumi.Input

	ToConsentStateEnumPtrOutput() ConsentStateEnumPtrOutput
	ToConsentStateEnumPtrOutputWithContext(context.Context) ConsentStateEnumPtrOutput
}

func ConsentStateEnumPtr added in v0.6.0

func ConsentStateEnumPtr(v string) ConsentStateEnumPtrInput

type ConsentStateEnumPtrOutput added in v0.6.0

type ConsentStateEnumPtrOutput struct{ *pulumi.OutputState }

func (ConsentStateEnumPtrOutput) Elem added in v0.6.0

func (ConsentStateEnumPtrOutput) ElementType added in v0.6.0

func (ConsentStateEnumPtrOutput) ElementType() reflect.Type

func (ConsentStateEnumPtrOutput) ToConsentStateEnumPtrOutput added in v0.6.0

func (o ConsentStateEnumPtrOutput) ToConsentStateEnumPtrOutput() ConsentStateEnumPtrOutput

func (ConsentStateEnumPtrOutput) ToConsentStateEnumPtrOutputWithContext added in v0.6.0

func (o ConsentStateEnumPtrOutput) ToConsentStateEnumPtrOutputWithContext(ctx context.Context) ConsentStateEnumPtrOutput

func (ConsentStateEnumPtrOutput) ToStringPtrOutput added in v0.6.0

func (o ConsentStateEnumPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ConsentStateEnumPtrOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type ConsentStore added in v0.3.0

type ConsentStore struct {
	pulumi.CustomResourceState

	// Required. The ID of the consent store to create. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. Cannot be changed after creation.
	ConsentStoreId pulumi.StringOutput `pulumi:"consentStoreId"`
	DatasetId      pulumi.StringOutput `pulumi:"datasetId"`
	// Optional. Default time to live for Consents created in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
	DefaultConsentTtl pulumi.StringOutput `pulumi:"defaultConsentTtl"`
	// Optional. If `true`, UpdateConsent creates the Consent if it does not already exist. If unspecified, defaults to `false`.
	EnableConsentCreateOnUpdate pulumi.BoolOutput `pulumi:"enableConsentCreateOnUpdate"`
	// Optional. User-supplied key-value pairs used to organize consent stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62}. Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given store. For more information: https://cloud.google.com/healthcare/docs/how-tos/labeling-resources
	Labels   pulumi.StringMapOutput `pulumi:"labels"`
	Location pulumi.StringOutput    `pulumi:"location"`
	// Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`. Cannot be changed after creation.
	Name    pulumi.StringOutput `pulumi:"name"`
	Project pulumi.StringOutput `pulumi:"project"`
}

Creates a new consent store in the parent dataset. Attempting to create a consent store with the same ID as an existing store fails with an ALREADY_EXISTS error.

func GetConsentStore added in v0.3.0

func GetConsentStore(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ConsentStoreState, opts ...pulumi.ResourceOption) (*ConsentStore, error)

GetConsentStore gets an existing ConsentStore 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 NewConsentStore added in v0.3.0

func NewConsentStore(ctx *pulumi.Context,
	name string, args *ConsentStoreArgs, opts ...pulumi.ResourceOption) (*ConsentStore, error)

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

func (*ConsentStore) ElementType added in v0.3.0

func (*ConsentStore) ElementType() reflect.Type

func (*ConsentStore) ToConsentStoreOutput added in v0.3.0

func (i *ConsentStore) ToConsentStoreOutput() ConsentStoreOutput

func (*ConsentStore) ToConsentStoreOutputWithContext added in v0.3.0

func (i *ConsentStore) ToConsentStoreOutputWithContext(ctx context.Context) ConsentStoreOutput

type ConsentStoreArgs added in v0.3.0

type ConsentStoreArgs struct {
	// Required. The ID of the consent store to create. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. Cannot be changed after creation.
	ConsentStoreId pulumi.StringInput
	DatasetId      pulumi.StringInput
	// Optional. Default time to live for Consents created in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
	DefaultConsentTtl pulumi.StringPtrInput
	// Optional. If `true`, UpdateConsent creates the Consent if it does not already exist. If unspecified, defaults to `false`.
	EnableConsentCreateOnUpdate pulumi.BoolPtrInput
	// Optional. User-supplied key-value pairs used to organize consent stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62}. Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given store. For more information: https://cloud.google.com/healthcare/docs/how-tos/labeling-resources
	Labels   pulumi.StringMapInput
	Location pulumi.StringPtrInput
	// Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`. Cannot be changed after creation.
	Name    pulumi.StringPtrInput
	Project pulumi.StringPtrInput
}

The set of arguments for constructing a ConsentStore resource.

func (ConsentStoreArgs) ElementType added in v0.3.0

func (ConsentStoreArgs) ElementType() reflect.Type

type ConsentStoreInput added in v0.3.0

type ConsentStoreInput interface {
	pulumi.Input

	ToConsentStoreOutput() ConsentStoreOutput
	ToConsentStoreOutputWithContext(ctx context.Context) ConsentStoreOutput
}

type ConsentStoreOutput added in v0.3.0

type ConsentStoreOutput struct{ *pulumi.OutputState }

func (ConsentStoreOutput) ConsentStoreId added in v0.21.0

func (o ConsentStoreOutput) ConsentStoreId() pulumi.StringOutput

Required. The ID of the consent store to create. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. Cannot be changed after creation.

func (ConsentStoreOutput) DatasetId added in v0.21.0

func (o ConsentStoreOutput) DatasetId() pulumi.StringOutput

func (ConsentStoreOutput) DefaultConsentTtl added in v0.19.0

func (o ConsentStoreOutput) DefaultConsentTtl() pulumi.StringOutput

Optional. Default time to live for Consents created in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.

func (ConsentStoreOutput) ElementType added in v0.3.0

func (ConsentStoreOutput) ElementType() reflect.Type

func (ConsentStoreOutput) EnableConsentCreateOnUpdate added in v0.19.0

func (o ConsentStoreOutput) EnableConsentCreateOnUpdate() pulumi.BoolOutput

Optional. If `true`, UpdateConsent creates the Consent if it does not already exist. If unspecified, defaults to `false`.

func (ConsentStoreOutput) Labels added in v0.19.0

Optional. User-supplied key-value pairs used to organize consent stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62}. Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given store. For more information: https://cloud.google.com/healthcare/docs/how-tos/labeling-resources

func (ConsentStoreOutput) Location added in v0.21.0

func (o ConsentStoreOutput) Location() pulumi.StringOutput

func (ConsentStoreOutput) Name added in v0.19.0

Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`. Cannot be changed after creation.

func (ConsentStoreOutput) Project added in v0.21.0

func (ConsentStoreOutput) ToConsentStoreOutput added in v0.3.0

func (o ConsentStoreOutput) ToConsentStoreOutput() ConsentStoreOutput

func (ConsentStoreOutput) ToConsentStoreOutputWithContext added in v0.3.0

func (o ConsentStoreOutput) ToConsentStoreOutputWithContext(ctx context.Context) ConsentStoreOutput

type ConsentStoreState added in v0.3.0

type ConsentStoreState struct {
}

func (ConsentStoreState) ElementType added in v0.3.0

func (ConsentStoreState) ElementType() reflect.Type

type CryptoHashConfig added in v0.26.1

type CryptoHashConfig struct {
	// An AES 128/192/256 bit key. Causes the hash to be computed based on this key. A default key is generated for each Deidentify operation and is used when neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `kms_wrapped` is set.
	CryptoKey *string `pulumi:"cryptoKey"`
	// KMS wrapped key. Must not be set if `crypto_key` is set.
	KmsWrapped *KmsWrappedCryptoKey `pulumi:"kmsWrapped"`
}

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a base64-encoded representation of the hashed output (for example, `L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=`).

type CryptoHashConfigArgs added in v0.26.1

type CryptoHashConfigArgs struct {
	// An AES 128/192/256 bit key. Causes the hash to be computed based on this key. A default key is generated for each Deidentify operation and is used when neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `kms_wrapped` is set.
	CryptoKey pulumi.StringPtrInput `pulumi:"cryptoKey"`
	// KMS wrapped key. Must not be set if `crypto_key` is set.
	KmsWrapped KmsWrappedCryptoKeyPtrInput `pulumi:"kmsWrapped"`
}

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a base64-encoded representation of the hashed output (for example, `L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=`).

func (CryptoHashConfigArgs) ElementType added in v0.26.1

func (CryptoHashConfigArgs) ElementType() reflect.Type

func (CryptoHashConfigArgs) ToCryptoHashConfigOutput added in v0.26.1

func (i CryptoHashConfigArgs) ToCryptoHashConfigOutput() CryptoHashConfigOutput

func (CryptoHashConfigArgs) ToCryptoHashConfigOutputWithContext added in v0.26.1

func (i CryptoHashConfigArgs) ToCryptoHashConfigOutputWithContext(ctx context.Context) CryptoHashConfigOutput

func (CryptoHashConfigArgs) ToCryptoHashConfigPtrOutput added in v0.26.1

func (i CryptoHashConfigArgs) ToCryptoHashConfigPtrOutput() CryptoHashConfigPtrOutput

func (CryptoHashConfigArgs) ToCryptoHashConfigPtrOutputWithContext added in v0.26.1

func (i CryptoHashConfigArgs) ToCryptoHashConfigPtrOutputWithContext(ctx context.Context) CryptoHashConfigPtrOutput

type CryptoHashConfigInput added in v0.26.1

type CryptoHashConfigInput interface {
	pulumi.Input

	ToCryptoHashConfigOutput() CryptoHashConfigOutput
	ToCryptoHashConfigOutputWithContext(context.Context) CryptoHashConfigOutput
}

CryptoHashConfigInput is an input type that accepts CryptoHashConfigArgs and CryptoHashConfigOutput values. You can construct a concrete instance of `CryptoHashConfigInput` via:

CryptoHashConfigArgs{...}

type CryptoHashConfigOutput added in v0.26.1

type CryptoHashConfigOutput struct{ *pulumi.OutputState }

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a base64-encoded representation of the hashed output (for example, `L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=`).

func (CryptoHashConfigOutput) CryptoKey added in v0.26.1

An AES 128/192/256 bit key. Causes the hash to be computed based on this key. A default key is generated for each Deidentify operation and is used when neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `kms_wrapped` is set.

func (CryptoHashConfigOutput) ElementType added in v0.26.1

func (CryptoHashConfigOutput) ElementType() reflect.Type

func (CryptoHashConfigOutput) KmsWrapped added in v0.26.1

KMS wrapped key. Must not be set if `crypto_key` is set.

func (CryptoHashConfigOutput) ToCryptoHashConfigOutput added in v0.26.1

func (o CryptoHashConfigOutput) ToCryptoHashConfigOutput() CryptoHashConfigOutput

func (CryptoHashConfigOutput) ToCryptoHashConfigOutputWithContext added in v0.26.1

func (o CryptoHashConfigOutput) ToCryptoHashConfigOutputWithContext(ctx context.Context) CryptoHashConfigOutput

func (CryptoHashConfigOutput) ToCryptoHashConfigPtrOutput added in v0.26.1

func (o CryptoHashConfigOutput) ToCryptoHashConfigPtrOutput() CryptoHashConfigPtrOutput

func (CryptoHashConfigOutput) ToCryptoHashConfigPtrOutputWithContext added in v0.26.1

func (o CryptoHashConfigOutput) ToCryptoHashConfigPtrOutputWithContext(ctx context.Context) CryptoHashConfigPtrOutput

type CryptoHashConfigPtrInput added in v0.26.1

type CryptoHashConfigPtrInput interface {
	pulumi.Input

	ToCryptoHashConfigPtrOutput() CryptoHashConfigPtrOutput
	ToCryptoHashConfigPtrOutputWithContext(context.Context) CryptoHashConfigPtrOutput
}

CryptoHashConfigPtrInput is an input type that accepts CryptoHashConfigArgs, CryptoHashConfigPtr and CryptoHashConfigPtrOutput values. You can construct a concrete instance of `CryptoHashConfigPtrInput` via:

        CryptoHashConfigArgs{...}

or:

        nil

func CryptoHashConfigPtr added in v0.26.1

func CryptoHashConfigPtr(v *CryptoHashConfigArgs) CryptoHashConfigPtrInput

type CryptoHashConfigPtrOutput added in v0.26.1

type CryptoHashConfigPtrOutput struct{ *pulumi.OutputState }

func (CryptoHashConfigPtrOutput) CryptoKey added in v0.26.1

An AES 128/192/256 bit key. Causes the hash to be computed based on this key. A default key is generated for each Deidentify operation and is used when neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `kms_wrapped` is set.

func (CryptoHashConfigPtrOutput) Elem added in v0.26.1

func (CryptoHashConfigPtrOutput) ElementType added in v0.26.1

func (CryptoHashConfigPtrOutput) ElementType() reflect.Type

func (CryptoHashConfigPtrOutput) KmsWrapped added in v0.26.1

KMS wrapped key. Must not be set if `crypto_key` is set.

func (CryptoHashConfigPtrOutput) ToCryptoHashConfigPtrOutput added in v0.26.1

func (o CryptoHashConfigPtrOutput) ToCryptoHashConfigPtrOutput() CryptoHashConfigPtrOutput

func (CryptoHashConfigPtrOutput) ToCryptoHashConfigPtrOutputWithContext added in v0.26.1

func (o CryptoHashConfigPtrOutput) ToCryptoHashConfigPtrOutputWithContext(ctx context.Context) CryptoHashConfigPtrOutput

type CryptoHashConfigResponse added in v0.26.1

type CryptoHashConfigResponse struct {
	// An AES 128/192/256 bit key. Causes the hash to be computed based on this key. A default key is generated for each Deidentify operation and is used when neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `kms_wrapped` is set.
	CryptoKey string `pulumi:"cryptoKey"`
	// KMS wrapped key. Must not be set if `crypto_key` is set.
	KmsWrapped KmsWrappedCryptoKeyResponse `pulumi:"kmsWrapped"`
}

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a base64-encoded representation of the hashed output (for example, `L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=`).

type CryptoHashConfigResponseOutput added in v0.26.1

type CryptoHashConfigResponseOutput struct{ *pulumi.OutputState }

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a base64-encoded representation of the hashed output (for example, `L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=`).

func (CryptoHashConfigResponseOutput) CryptoKey added in v0.26.1

An AES 128/192/256 bit key. Causes the hash to be computed based on this key. A default key is generated for each Deidentify operation and is used when neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `kms_wrapped` is set.

func (CryptoHashConfigResponseOutput) ElementType added in v0.26.1

func (CryptoHashConfigResponseOutput) KmsWrapped added in v0.26.1

KMS wrapped key. Must not be set if `crypto_key` is set.

func (CryptoHashConfigResponseOutput) ToCryptoHashConfigResponseOutput added in v0.26.1

func (o CryptoHashConfigResponseOutput) ToCryptoHashConfigResponseOutput() CryptoHashConfigResponseOutput

func (CryptoHashConfigResponseOutput) ToCryptoHashConfigResponseOutputWithContext added in v0.26.1

func (o CryptoHashConfigResponseOutput) ToCryptoHashConfigResponseOutputWithContext(ctx context.Context) CryptoHashConfigResponseOutput

type Dataset

type Dataset struct {
	pulumi.CustomResourceState

	// The ID of the dataset that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.
	DatasetId pulumi.StringPtrOutput `pulumi:"datasetId"`
	Location  pulumi.StringOutput    `pulumi:"location"`
	// Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.
	Name    pulumi.StringOutput `pulumi:"name"`
	Project pulumi.StringOutput `pulumi:"project"`
	// The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.
	TimeZone pulumi.StringOutput `pulumi:"timeZone"`
}

Creates a new health dataset. Results are returned through the Operation interface which returns either an `Operation.response` which contains a Dataset or `Operation.error`. The metadata field type is OperationMetadata.

func GetDataset

func GetDataset(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetState, opts ...pulumi.ResourceOption) (*Dataset, error)

GetDataset gets an existing Dataset 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 NewDataset

func NewDataset(ctx *pulumi.Context,
	name string, args *DatasetArgs, opts ...pulumi.ResourceOption) (*Dataset, error)

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

func (*Dataset) ElementType

func (*Dataset) ElementType() reflect.Type

func (*Dataset) ToDatasetOutput

func (i *Dataset) ToDatasetOutput() DatasetOutput

func (*Dataset) ToDatasetOutputWithContext

func (i *Dataset) ToDatasetOutputWithContext(ctx context.Context) DatasetOutput

type DatasetArgs

type DatasetArgs struct {
	// The ID of the dataset that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.
	DatasetId pulumi.StringPtrInput
	Location  pulumi.StringPtrInput
	// Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.
	Name    pulumi.StringPtrInput
	Project pulumi.StringPtrInput
	// The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.
	TimeZone pulumi.StringPtrInput
}

The set of arguments for constructing a Dataset resource.

func (DatasetArgs) ElementType

func (DatasetArgs) ElementType() reflect.Type

type DatasetConsentStoreIamBinding added in v0.26.0

type DatasetConsentStoreIamBinding struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayOutput `pulumi:"members"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetConsentStoreIamBinding added in v0.26.0

func GetDatasetConsentStoreIamBinding(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetConsentStoreIamBindingState, opts ...pulumi.ResourceOption) (*DatasetConsentStoreIamBinding, error)

GetDatasetConsentStoreIamBinding gets an existing DatasetConsentStoreIamBinding 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 NewDatasetConsentStoreIamBinding added in v0.26.0

func NewDatasetConsentStoreIamBinding(ctx *pulumi.Context,
	name string, args *DatasetConsentStoreIamBindingArgs, opts ...pulumi.ResourceOption) (*DatasetConsentStoreIamBinding, error)

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

func (*DatasetConsentStoreIamBinding) ElementType added in v0.26.0

func (*DatasetConsentStoreIamBinding) ToDatasetConsentStoreIamBindingOutput added in v0.26.0

func (i *DatasetConsentStoreIamBinding) ToDatasetConsentStoreIamBindingOutput() DatasetConsentStoreIamBindingOutput

func (*DatasetConsentStoreIamBinding) ToDatasetConsentStoreIamBindingOutputWithContext added in v0.26.0

func (i *DatasetConsentStoreIamBinding) ToDatasetConsentStoreIamBindingOutputWithContext(ctx context.Context) DatasetConsentStoreIamBindingOutput

type DatasetConsentStoreIamBindingArgs added in v0.26.0

type DatasetConsentStoreIamBindingArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identities that will be granted the privilege in role. Each entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Members pulumi.StringArrayInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied. Only one `IamBinding` can be used per role.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetConsentStoreIamBinding resource.

func (DatasetConsentStoreIamBindingArgs) ElementType added in v0.26.0

type DatasetConsentStoreIamBindingInput added in v0.26.0

type DatasetConsentStoreIamBindingInput interface {
	pulumi.Input

	ToDatasetConsentStoreIamBindingOutput() DatasetConsentStoreIamBindingOutput
	ToDatasetConsentStoreIamBindingOutputWithContext(ctx context.Context) DatasetConsentStoreIamBindingOutput
}

type DatasetConsentStoreIamBindingOutput added in v0.26.0

type DatasetConsentStoreIamBindingOutput struct{ *pulumi.OutputState }

func (DatasetConsentStoreIamBindingOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetConsentStoreIamBindingOutput) ElementType added in v0.26.0

func (DatasetConsentStoreIamBindingOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetConsentStoreIamBindingOutput) Members added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetConsentStoreIamBindingOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetConsentStoreIamBindingOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetConsentStoreIamBindingOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetConsentStoreIamBindingOutput) ToDatasetConsentStoreIamBindingOutput added in v0.26.0

func (o DatasetConsentStoreIamBindingOutput) ToDatasetConsentStoreIamBindingOutput() DatasetConsentStoreIamBindingOutput

func (DatasetConsentStoreIamBindingOutput) ToDatasetConsentStoreIamBindingOutputWithContext added in v0.26.0

func (o DatasetConsentStoreIamBindingOutput) ToDatasetConsentStoreIamBindingOutputWithContext(ctx context.Context) DatasetConsentStoreIamBindingOutput

type DatasetConsentStoreIamBindingState added in v0.26.0

type DatasetConsentStoreIamBindingState struct {
}

func (DatasetConsentStoreIamBindingState) ElementType added in v0.26.0

type DatasetConsentStoreIamMember added in v0.26.0

type DatasetConsentStoreIamMember struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Member pulumi.StringOutput `pulumi:"member"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetConsentStoreIamMember added in v0.26.0

func GetDatasetConsentStoreIamMember(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetConsentStoreIamMemberState, opts ...pulumi.ResourceOption) (*DatasetConsentStoreIamMember, error)

GetDatasetConsentStoreIamMember gets an existing DatasetConsentStoreIamMember 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 NewDatasetConsentStoreIamMember added in v0.26.0

func NewDatasetConsentStoreIamMember(ctx *pulumi.Context,
	name string, args *DatasetConsentStoreIamMemberArgs, opts ...pulumi.ResourceOption) (*DatasetConsentStoreIamMember, error)

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

func (*DatasetConsentStoreIamMember) ElementType added in v0.26.0

func (*DatasetConsentStoreIamMember) ElementType() reflect.Type

func (*DatasetConsentStoreIamMember) ToDatasetConsentStoreIamMemberOutput added in v0.26.0

func (i *DatasetConsentStoreIamMember) ToDatasetConsentStoreIamMemberOutput() DatasetConsentStoreIamMemberOutput

func (*DatasetConsentStoreIamMember) ToDatasetConsentStoreIamMemberOutputWithContext added in v0.26.0

func (i *DatasetConsentStoreIamMember) ToDatasetConsentStoreIamMemberOutputWithContext(ctx context.Context) DatasetConsentStoreIamMemberOutput

type DatasetConsentStoreIamMemberArgs added in v0.26.0

type DatasetConsentStoreIamMemberArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identity that will be granted the privilege in role. The entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Member pulumi.StringInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetConsentStoreIamMember resource.

func (DatasetConsentStoreIamMemberArgs) ElementType added in v0.26.0

type DatasetConsentStoreIamMemberInput added in v0.26.0

type DatasetConsentStoreIamMemberInput interface {
	pulumi.Input

	ToDatasetConsentStoreIamMemberOutput() DatasetConsentStoreIamMemberOutput
	ToDatasetConsentStoreIamMemberOutputWithContext(ctx context.Context) DatasetConsentStoreIamMemberOutput
}

type DatasetConsentStoreIamMemberOutput added in v0.26.0

type DatasetConsentStoreIamMemberOutput struct{ *pulumi.OutputState }

func (DatasetConsentStoreIamMemberOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetConsentStoreIamMemberOutput) ElementType added in v0.26.0

func (DatasetConsentStoreIamMemberOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetConsentStoreIamMemberOutput) Member added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetConsentStoreIamMemberOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetConsentStoreIamMemberOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetConsentStoreIamMemberOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetConsentStoreIamMemberOutput) ToDatasetConsentStoreIamMemberOutput added in v0.26.0

func (o DatasetConsentStoreIamMemberOutput) ToDatasetConsentStoreIamMemberOutput() DatasetConsentStoreIamMemberOutput

func (DatasetConsentStoreIamMemberOutput) ToDatasetConsentStoreIamMemberOutputWithContext added in v0.26.0

func (o DatasetConsentStoreIamMemberOutput) ToDatasetConsentStoreIamMemberOutputWithContext(ctx context.Context) DatasetConsentStoreIamMemberOutput

type DatasetConsentStoreIamMemberState added in v0.26.0

type DatasetConsentStoreIamMemberState struct {
}

func (DatasetConsentStoreIamMemberState) ElementType added in v0.26.0

type DatasetConsentStoreIamPolicy

type DatasetConsentStoreIamPolicy struct {
	pulumi.CustomResourceState

	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigResponseArrayOutput `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings       BindingResponseArrayOutput `pulumi:"bindings"`
	ConsentStoreId pulumi.StringOutput        `pulumi:"consentStoreId"`
	DatasetId      pulumi.StringOutput        `pulumi:"datasetId"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag     pulumi.StringOutput `pulumi:"etag"`
	Location pulumi.StringOutput `pulumi:"location"`
	Project  pulumi.StringOutput `pulumi:"project"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntOutput `pulumi:"version"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

func GetDatasetConsentStoreIamPolicy

func GetDatasetConsentStoreIamPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetConsentStoreIamPolicyState, opts ...pulumi.ResourceOption) (*DatasetConsentStoreIamPolicy, error)

GetDatasetConsentStoreIamPolicy gets an existing DatasetConsentStoreIamPolicy 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 NewDatasetConsentStoreIamPolicy

func NewDatasetConsentStoreIamPolicy(ctx *pulumi.Context,
	name string, args *DatasetConsentStoreIamPolicyArgs, opts ...pulumi.ResourceOption) (*DatasetConsentStoreIamPolicy, error)

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

func (*DatasetConsentStoreIamPolicy) ElementType

func (*DatasetConsentStoreIamPolicy) ElementType() reflect.Type

func (*DatasetConsentStoreIamPolicy) ToDatasetConsentStoreIamPolicyOutput

func (i *DatasetConsentStoreIamPolicy) ToDatasetConsentStoreIamPolicyOutput() DatasetConsentStoreIamPolicyOutput

func (*DatasetConsentStoreIamPolicy) ToDatasetConsentStoreIamPolicyOutputWithContext

func (i *DatasetConsentStoreIamPolicy) ToDatasetConsentStoreIamPolicyOutputWithContext(ctx context.Context) DatasetConsentStoreIamPolicyOutput

type DatasetConsentStoreIamPolicyArgs

type DatasetConsentStoreIamPolicyArgs struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigArrayInput
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings       BindingArrayInput
	ConsentStoreId pulumi.StringInput
	DatasetId      pulumi.StringInput
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag     pulumi.StringPtrInput
	Location pulumi.StringPtrInput
	Project  pulumi.StringPtrInput
	// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
	UpdateMask pulumi.StringPtrInput
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntPtrInput
}

The set of arguments for constructing a DatasetConsentStoreIamPolicy resource.

func (DatasetConsentStoreIamPolicyArgs) ElementType

type DatasetConsentStoreIamPolicyInput

type DatasetConsentStoreIamPolicyInput interface {
	pulumi.Input

	ToDatasetConsentStoreIamPolicyOutput() DatasetConsentStoreIamPolicyOutput
	ToDatasetConsentStoreIamPolicyOutputWithContext(ctx context.Context) DatasetConsentStoreIamPolicyOutput
}

type DatasetConsentStoreIamPolicyOutput

type DatasetConsentStoreIamPolicyOutput struct{ *pulumi.OutputState }

func (DatasetConsentStoreIamPolicyOutput) AuditConfigs added in v0.19.0

Specifies cloud audit logging configuration for this policy.

func (DatasetConsentStoreIamPolicyOutput) Bindings added in v0.19.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (DatasetConsentStoreIamPolicyOutput) ConsentStoreId added in v0.21.0

func (DatasetConsentStoreIamPolicyOutput) DatasetId added in v0.21.0

func (DatasetConsentStoreIamPolicyOutput) ElementType

func (DatasetConsentStoreIamPolicyOutput) Etag added in v0.19.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (DatasetConsentStoreIamPolicyOutput) Location added in v0.21.0

func (DatasetConsentStoreIamPolicyOutput) Project added in v0.21.0

func (DatasetConsentStoreIamPolicyOutput) ToDatasetConsentStoreIamPolicyOutput

func (o DatasetConsentStoreIamPolicyOutput) ToDatasetConsentStoreIamPolicyOutput() DatasetConsentStoreIamPolicyOutput

func (DatasetConsentStoreIamPolicyOutput) ToDatasetConsentStoreIamPolicyOutputWithContext

func (o DatasetConsentStoreIamPolicyOutput) ToDatasetConsentStoreIamPolicyOutputWithContext(ctx context.Context) DatasetConsentStoreIamPolicyOutput

func (DatasetConsentStoreIamPolicyOutput) Version added in v0.19.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type DatasetConsentStoreIamPolicyState

type DatasetConsentStoreIamPolicyState struct {
}

func (DatasetConsentStoreIamPolicyState) ElementType

type DatasetDicomStoreIamBinding added in v0.26.0

type DatasetDicomStoreIamBinding struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayOutput `pulumi:"members"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetDicomStoreIamBinding added in v0.26.0

func GetDatasetDicomStoreIamBinding(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetDicomStoreIamBindingState, opts ...pulumi.ResourceOption) (*DatasetDicomStoreIamBinding, error)

GetDatasetDicomStoreIamBinding gets an existing DatasetDicomStoreIamBinding 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 NewDatasetDicomStoreIamBinding added in v0.26.0

func NewDatasetDicomStoreIamBinding(ctx *pulumi.Context,
	name string, args *DatasetDicomStoreIamBindingArgs, opts ...pulumi.ResourceOption) (*DatasetDicomStoreIamBinding, error)

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

func (*DatasetDicomStoreIamBinding) ElementType added in v0.26.0

func (*DatasetDicomStoreIamBinding) ElementType() reflect.Type

func (*DatasetDicomStoreIamBinding) ToDatasetDicomStoreIamBindingOutput added in v0.26.0

func (i *DatasetDicomStoreIamBinding) ToDatasetDicomStoreIamBindingOutput() DatasetDicomStoreIamBindingOutput

func (*DatasetDicomStoreIamBinding) ToDatasetDicomStoreIamBindingOutputWithContext added in v0.26.0

func (i *DatasetDicomStoreIamBinding) ToDatasetDicomStoreIamBindingOutputWithContext(ctx context.Context) DatasetDicomStoreIamBindingOutput

type DatasetDicomStoreIamBindingArgs added in v0.26.0

type DatasetDicomStoreIamBindingArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identities that will be granted the privilege in role. Each entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Members pulumi.StringArrayInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied. Only one `IamBinding` can be used per role.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetDicomStoreIamBinding resource.

func (DatasetDicomStoreIamBindingArgs) ElementType added in v0.26.0

type DatasetDicomStoreIamBindingInput added in v0.26.0

type DatasetDicomStoreIamBindingInput interface {
	pulumi.Input

	ToDatasetDicomStoreIamBindingOutput() DatasetDicomStoreIamBindingOutput
	ToDatasetDicomStoreIamBindingOutputWithContext(ctx context.Context) DatasetDicomStoreIamBindingOutput
}

type DatasetDicomStoreIamBindingOutput added in v0.26.0

type DatasetDicomStoreIamBindingOutput struct{ *pulumi.OutputState }

func (DatasetDicomStoreIamBindingOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetDicomStoreIamBindingOutput) ElementType added in v0.26.0

func (DatasetDicomStoreIamBindingOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetDicomStoreIamBindingOutput) Members added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetDicomStoreIamBindingOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetDicomStoreIamBindingOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetDicomStoreIamBindingOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetDicomStoreIamBindingOutput) ToDatasetDicomStoreIamBindingOutput added in v0.26.0

func (o DatasetDicomStoreIamBindingOutput) ToDatasetDicomStoreIamBindingOutput() DatasetDicomStoreIamBindingOutput

func (DatasetDicomStoreIamBindingOutput) ToDatasetDicomStoreIamBindingOutputWithContext added in v0.26.0

func (o DatasetDicomStoreIamBindingOutput) ToDatasetDicomStoreIamBindingOutputWithContext(ctx context.Context) DatasetDicomStoreIamBindingOutput

type DatasetDicomStoreIamBindingState added in v0.26.0

type DatasetDicomStoreIamBindingState struct {
}

func (DatasetDicomStoreIamBindingState) ElementType added in v0.26.0

type DatasetDicomStoreIamMember added in v0.26.0

type DatasetDicomStoreIamMember struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Member pulumi.StringOutput `pulumi:"member"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetDicomStoreIamMember added in v0.26.0

func GetDatasetDicomStoreIamMember(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetDicomStoreIamMemberState, opts ...pulumi.ResourceOption) (*DatasetDicomStoreIamMember, error)

GetDatasetDicomStoreIamMember gets an existing DatasetDicomStoreIamMember 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 NewDatasetDicomStoreIamMember added in v0.26.0

func NewDatasetDicomStoreIamMember(ctx *pulumi.Context,
	name string, args *DatasetDicomStoreIamMemberArgs, opts ...pulumi.ResourceOption) (*DatasetDicomStoreIamMember, error)

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

func (*DatasetDicomStoreIamMember) ElementType added in v0.26.0

func (*DatasetDicomStoreIamMember) ElementType() reflect.Type

func (*DatasetDicomStoreIamMember) ToDatasetDicomStoreIamMemberOutput added in v0.26.0

func (i *DatasetDicomStoreIamMember) ToDatasetDicomStoreIamMemberOutput() DatasetDicomStoreIamMemberOutput

func (*DatasetDicomStoreIamMember) ToDatasetDicomStoreIamMemberOutputWithContext added in v0.26.0

func (i *DatasetDicomStoreIamMember) ToDatasetDicomStoreIamMemberOutputWithContext(ctx context.Context) DatasetDicomStoreIamMemberOutput

type DatasetDicomStoreIamMemberArgs added in v0.26.0

type DatasetDicomStoreIamMemberArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identity that will be granted the privilege in role. The entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Member pulumi.StringInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetDicomStoreIamMember resource.

func (DatasetDicomStoreIamMemberArgs) ElementType added in v0.26.0

type DatasetDicomStoreIamMemberInput added in v0.26.0

type DatasetDicomStoreIamMemberInput interface {
	pulumi.Input

	ToDatasetDicomStoreIamMemberOutput() DatasetDicomStoreIamMemberOutput
	ToDatasetDicomStoreIamMemberOutputWithContext(ctx context.Context) DatasetDicomStoreIamMemberOutput
}

type DatasetDicomStoreIamMemberOutput added in v0.26.0

type DatasetDicomStoreIamMemberOutput struct{ *pulumi.OutputState }

func (DatasetDicomStoreIamMemberOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetDicomStoreIamMemberOutput) ElementType added in v0.26.0

func (DatasetDicomStoreIamMemberOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetDicomStoreIamMemberOutput) Member added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetDicomStoreIamMemberOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetDicomStoreIamMemberOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetDicomStoreIamMemberOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetDicomStoreIamMemberOutput) ToDatasetDicomStoreIamMemberOutput added in v0.26.0

func (o DatasetDicomStoreIamMemberOutput) ToDatasetDicomStoreIamMemberOutput() DatasetDicomStoreIamMemberOutput

func (DatasetDicomStoreIamMemberOutput) ToDatasetDicomStoreIamMemberOutputWithContext added in v0.26.0

func (o DatasetDicomStoreIamMemberOutput) ToDatasetDicomStoreIamMemberOutputWithContext(ctx context.Context) DatasetDicomStoreIamMemberOutput

type DatasetDicomStoreIamMemberState added in v0.26.0

type DatasetDicomStoreIamMemberState struct {
}

func (DatasetDicomStoreIamMemberState) ElementType added in v0.26.0

type DatasetDicomStoreIamPolicy

type DatasetDicomStoreIamPolicy struct {
	pulumi.CustomResourceState

	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigResponseArrayOutput `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings     BindingResponseArrayOutput `pulumi:"bindings"`
	DatasetId    pulumi.StringOutput        `pulumi:"datasetId"`
	DicomStoreId pulumi.StringOutput        `pulumi:"dicomStoreId"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag     pulumi.StringOutput `pulumi:"etag"`
	Location pulumi.StringOutput `pulumi:"location"`
	Project  pulumi.StringOutput `pulumi:"project"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntOutput `pulumi:"version"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

func GetDatasetDicomStoreIamPolicy

func GetDatasetDicomStoreIamPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetDicomStoreIamPolicyState, opts ...pulumi.ResourceOption) (*DatasetDicomStoreIamPolicy, error)

GetDatasetDicomStoreIamPolicy gets an existing DatasetDicomStoreIamPolicy 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 NewDatasetDicomStoreIamPolicy

func NewDatasetDicomStoreIamPolicy(ctx *pulumi.Context,
	name string, args *DatasetDicomStoreIamPolicyArgs, opts ...pulumi.ResourceOption) (*DatasetDicomStoreIamPolicy, error)

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

func (*DatasetDicomStoreIamPolicy) ElementType

func (*DatasetDicomStoreIamPolicy) ElementType() reflect.Type

func (*DatasetDicomStoreIamPolicy) ToDatasetDicomStoreIamPolicyOutput

func (i *DatasetDicomStoreIamPolicy) ToDatasetDicomStoreIamPolicyOutput() DatasetDicomStoreIamPolicyOutput

func (*DatasetDicomStoreIamPolicy) ToDatasetDicomStoreIamPolicyOutputWithContext

func (i *DatasetDicomStoreIamPolicy) ToDatasetDicomStoreIamPolicyOutputWithContext(ctx context.Context) DatasetDicomStoreIamPolicyOutput

type DatasetDicomStoreIamPolicyArgs

type DatasetDicomStoreIamPolicyArgs struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigArrayInput
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings     BindingArrayInput
	DatasetId    pulumi.StringInput
	DicomStoreId pulumi.StringInput
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag     pulumi.StringPtrInput
	Location pulumi.StringPtrInput
	Project  pulumi.StringPtrInput
	// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
	UpdateMask pulumi.StringPtrInput
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntPtrInput
}

The set of arguments for constructing a DatasetDicomStoreIamPolicy resource.

func (DatasetDicomStoreIamPolicyArgs) ElementType

type DatasetDicomStoreIamPolicyInput

type DatasetDicomStoreIamPolicyInput interface {
	pulumi.Input

	ToDatasetDicomStoreIamPolicyOutput() DatasetDicomStoreIamPolicyOutput
	ToDatasetDicomStoreIamPolicyOutputWithContext(ctx context.Context) DatasetDicomStoreIamPolicyOutput
}

type DatasetDicomStoreIamPolicyOutput

type DatasetDicomStoreIamPolicyOutput struct{ *pulumi.OutputState }

func (DatasetDicomStoreIamPolicyOutput) AuditConfigs added in v0.19.0

Specifies cloud audit logging configuration for this policy.

func (DatasetDicomStoreIamPolicyOutput) Bindings added in v0.19.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (DatasetDicomStoreIamPolicyOutput) DatasetId added in v0.21.0

func (DatasetDicomStoreIamPolicyOutput) DicomStoreId added in v0.21.0

func (DatasetDicomStoreIamPolicyOutput) ElementType

func (DatasetDicomStoreIamPolicyOutput) Etag added in v0.19.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (DatasetDicomStoreIamPolicyOutput) Location added in v0.21.0

func (DatasetDicomStoreIamPolicyOutput) Project added in v0.21.0

func (DatasetDicomStoreIamPolicyOutput) ToDatasetDicomStoreIamPolicyOutput

func (o DatasetDicomStoreIamPolicyOutput) ToDatasetDicomStoreIamPolicyOutput() DatasetDicomStoreIamPolicyOutput

func (DatasetDicomStoreIamPolicyOutput) ToDatasetDicomStoreIamPolicyOutputWithContext

func (o DatasetDicomStoreIamPolicyOutput) ToDatasetDicomStoreIamPolicyOutputWithContext(ctx context.Context) DatasetDicomStoreIamPolicyOutput

func (DatasetDicomStoreIamPolicyOutput) Version added in v0.19.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type DatasetDicomStoreIamPolicyState

type DatasetDicomStoreIamPolicyState struct {
}

func (DatasetDicomStoreIamPolicyState) ElementType

type DatasetFhirStoreIamBinding added in v0.26.0

type DatasetFhirStoreIamBinding struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayOutput `pulumi:"members"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetFhirStoreIamBinding added in v0.26.0

func GetDatasetFhirStoreIamBinding(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetFhirStoreIamBindingState, opts ...pulumi.ResourceOption) (*DatasetFhirStoreIamBinding, error)

GetDatasetFhirStoreIamBinding gets an existing DatasetFhirStoreIamBinding 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 NewDatasetFhirStoreIamBinding added in v0.26.0

func NewDatasetFhirStoreIamBinding(ctx *pulumi.Context,
	name string, args *DatasetFhirStoreIamBindingArgs, opts ...pulumi.ResourceOption) (*DatasetFhirStoreIamBinding, error)

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

func (*DatasetFhirStoreIamBinding) ElementType added in v0.26.0

func (*DatasetFhirStoreIamBinding) ElementType() reflect.Type

func (*DatasetFhirStoreIamBinding) ToDatasetFhirStoreIamBindingOutput added in v0.26.0

func (i *DatasetFhirStoreIamBinding) ToDatasetFhirStoreIamBindingOutput() DatasetFhirStoreIamBindingOutput

func (*DatasetFhirStoreIamBinding) ToDatasetFhirStoreIamBindingOutputWithContext added in v0.26.0

func (i *DatasetFhirStoreIamBinding) ToDatasetFhirStoreIamBindingOutputWithContext(ctx context.Context) DatasetFhirStoreIamBindingOutput

type DatasetFhirStoreIamBindingArgs added in v0.26.0

type DatasetFhirStoreIamBindingArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identities that will be granted the privilege in role. Each entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Members pulumi.StringArrayInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied. Only one `IamBinding` can be used per role.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetFhirStoreIamBinding resource.

func (DatasetFhirStoreIamBindingArgs) ElementType added in v0.26.0

type DatasetFhirStoreIamBindingInput added in v0.26.0

type DatasetFhirStoreIamBindingInput interface {
	pulumi.Input

	ToDatasetFhirStoreIamBindingOutput() DatasetFhirStoreIamBindingOutput
	ToDatasetFhirStoreIamBindingOutputWithContext(ctx context.Context) DatasetFhirStoreIamBindingOutput
}

type DatasetFhirStoreIamBindingOutput added in v0.26.0

type DatasetFhirStoreIamBindingOutput struct{ *pulumi.OutputState }

func (DatasetFhirStoreIamBindingOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetFhirStoreIamBindingOutput) ElementType added in v0.26.0

func (DatasetFhirStoreIamBindingOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetFhirStoreIamBindingOutput) Members added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetFhirStoreIamBindingOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetFhirStoreIamBindingOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetFhirStoreIamBindingOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetFhirStoreIamBindingOutput) ToDatasetFhirStoreIamBindingOutput added in v0.26.0

func (o DatasetFhirStoreIamBindingOutput) ToDatasetFhirStoreIamBindingOutput() DatasetFhirStoreIamBindingOutput

func (DatasetFhirStoreIamBindingOutput) ToDatasetFhirStoreIamBindingOutputWithContext added in v0.26.0

func (o DatasetFhirStoreIamBindingOutput) ToDatasetFhirStoreIamBindingOutputWithContext(ctx context.Context) DatasetFhirStoreIamBindingOutput

type DatasetFhirStoreIamBindingState added in v0.26.0

type DatasetFhirStoreIamBindingState struct {
}

func (DatasetFhirStoreIamBindingState) ElementType added in v0.26.0

type DatasetFhirStoreIamMember added in v0.26.0

type DatasetFhirStoreIamMember struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Member pulumi.StringOutput `pulumi:"member"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetFhirStoreIamMember added in v0.26.0

func GetDatasetFhirStoreIamMember(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetFhirStoreIamMemberState, opts ...pulumi.ResourceOption) (*DatasetFhirStoreIamMember, error)

GetDatasetFhirStoreIamMember gets an existing DatasetFhirStoreIamMember 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 NewDatasetFhirStoreIamMember added in v0.26.0

func NewDatasetFhirStoreIamMember(ctx *pulumi.Context,
	name string, args *DatasetFhirStoreIamMemberArgs, opts ...pulumi.ResourceOption) (*DatasetFhirStoreIamMember, error)

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

func (*DatasetFhirStoreIamMember) ElementType added in v0.26.0

func (*DatasetFhirStoreIamMember) ElementType() reflect.Type

func (*DatasetFhirStoreIamMember) ToDatasetFhirStoreIamMemberOutput added in v0.26.0

func (i *DatasetFhirStoreIamMember) ToDatasetFhirStoreIamMemberOutput() DatasetFhirStoreIamMemberOutput

func (*DatasetFhirStoreIamMember) ToDatasetFhirStoreIamMemberOutputWithContext added in v0.26.0

func (i *DatasetFhirStoreIamMember) ToDatasetFhirStoreIamMemberOutputWithContext(ctx context.Context) DatasetFhirStoreIamMemberOutput

type DatasetFhirStoreIamMemberArgs added in v0.26.0

type DatasetFhirStoreIamMemberArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identity that will be granted the privilege in role. The entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Member pulumi.StringInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetFhirStoreIamMember resource.

func (DatasetFhirStoreIamMemberArgs) ElementType added in v0.26.0

type DatasetFhirStoreIamMemberInput added in v0.26.0

type DatasetFhirStoreIamMemberInput interface {
	pulumi.Input

	ToDatasetFhirStoreIamMemberOutput() DatasetFhirStoreIamMemberOutput
	ToDatasetFhirStoreIamMemberOutputWithContext(ctx context.Context) DatasetFhirStoreIamMemberOutput
}

type DatasetFhirStoreIamMemberOutput added in v0.26.0

type DatasetFhirStoreIamMemberOutput struct{ *pulumi.OutputState }

func (DatasetFhirStoreIamMemberOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetFhirStoreIamMemberOutput) ElementType added in v0.26.0

func (DatasetFhirStoreIamMemberOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetFhirStoreIamMemberOutput) Member added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetFhirStoreIamMemberOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetFhirStoreIamMemberOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetFhirStoreIamMemberOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetFhirStoreIamMemberOutput) ToDatasetFhirStoreIamMemberOutput added in v0.26.0

func (o DatasetFhirStoreIamMemberOutput) ToDatasetFhirStoreIamMemberOutput() DatasetFhirStoreIamMemberOutput

func (DatasetFhirStoreIamMemberOutput) ToDatasetFhirStoreIamMemberOutputWithContext added in v0.26.0

func (o DatasetFhirStoreIamMemberOutput) ToDatasetFhirStoreIamMemberOutputWithContext(ctx context.Context) DatasetFhirStoreIamMemberOutput

type DatasetFhirStoreIamMemberState added in v0.26.0

type DatasetFhirStoreIamMemberState struct {
}

func (DatasetFhirStoreIamMemberState) ElementType added in v0.26.0

type DatasetFhirStoreIamPolicy

type DatasetFhirStoreIamPolicy struct {
	pulumi.CustomResourceState

	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigResponseArrayOutput `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings  BindingResponseArrayOutput `pulumi:"bindings"`
	DatasetId pulumi.StringOutput        `pulumi:"datasetId"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag        pulumi.StringOutput `pulumi:"etag"`
	FhirStoreId pulumi.StringOutput `pulumi:"fhirStoreId"`
	Location    pulumi.StringOutput `pulumi:"location"`
	Project     pulumi.StringOutput `pulumi:"project"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntOutput `pulumi:"version"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

func GetDatasetFhirStoreIamPolicy

func GetDatasetFhirStoreIamPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetFhirStoreIamPolicyState, opts ...pulumi.ResourceOption) (*DatasetFhirStoreIamPolicy, error)

GetDatasetFhirStoreIamPolicy gets an existing DatasetFhirStoreIamPolicy 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 NewDatasetFhirStoreIamPolicy

func NewDatasetFhirStoreIamPolicy(ctx *pulumi.Context,
	name string, args *DatasetFhirStoreIamPolicyArgs, opts ...pulumi.ResourceOption) (*DatasetFhirStoreIamPolicy, error)

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

func (*DatasetFhirStoreIamPolicy) ElementType

func (*DatasetFhirStoreIamPolicy) ElementType() reflect.Type

func (*DatasetFhirStoreIamPolicy) ToDatasetFhirStoreIamPolicyOutput

func (i *DatasetFhirStoreIamPolicy) ToDatasetFhirStoreIamPolicyOutput() DatasetFhirStoreIamPolicyOutput

func (*DatasetFhirStoreIamPolicy) ToDatasetFhirStoreIamPolicyOutputWithContext

func (i *DatasetFhirStoreIamPolicy) ToDatasetFhirStoreIamPolicyOutputWithContext(ctx context.Context) DatasetFhirStoreIamPolicyOutput

type DatasetFhirStoreIamPolicyArgs

type DatasetFhirStoreIamPolicyArgs struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigArrayInput
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings  BindingArrayInput
	DatasetId pulumi.StringInput
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag        pulumi.StringPtrInput
	FhirStoreId pulumi.StringInput
	Location    pulumi.StringPtrInput
	Project     pulumi.StringPtrInput
	// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
	UpdateMask pulumi.StringPtrInput
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntPtrInput
}

The set of arguments for constructing a DatasetFhirStoreIamPolicy resource.

func (DatasetFhirStoreIamPolicyArgs) ElementType

type DatasetFhirStoreIamPolicyInput

type DatasetFhirStoreIamPolicyInput interface {
	pulumi.Input

	ToDatasetFhirStoreIamPolicyOutput() DatasetFhirStoreIamPolicyOutput
	ToDatasetFhirStoreIamPolicyOutputWithContext(ctx context.Context) DatasetFhirStoreIamPolicyOutput
}

type DatasetFhirStoreIamPolicyOutput

type DatasetFhirStoreIamPolicyOutput struct{ *pulumi.OutputState }

func (DatasetFhirStoreIamPolicyOutput) AuditConfigs added in v0.19.0

Specifies cloud audit logging configuration for this policy.

func (DatasetFhirStoreIamPolicyOutput) Bindings added in v0.19.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (DatasetFhirStoreIamPolicyOutput) DatasetId added in v0.21.0

func (DatasetFhirStoreIamPolicyOutput) ElementType

func (DatasetFhirStoreIamPolicyOutput) Etag added in v0.19.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (DatasetFhirStoreIamPolicyOutput) FhirStoreId added in v0.21.0

func (DatasetFhirStoreIamPolicyOutput) Location added in v0.21.0

func (DatasetFhirStoreIamPolicyOutput) Project added in v0.21.0

func (DatasetFhirStoreIamPolicyOutput) ToDatasetFhirStoreIamPolicyOutput

func (o DatasetFhirStoreIamPolicyOutput) ToDatasetFhirStoreIamPolicyOutput() DatasetFhirStoreIamPolicyOutput

func (DatasetFhirStoreIamPolicyOutput) ToDatasetFhirStoreIamPolicyOutputWithContext

func (o DatasetFhirStoreIamPolicyOutput) ToDatasetFhirStoreIamPolicyOutputWithContext(ctx context.Context) DatasetFhirStoreIamPolicyOutput

func (DatasetFhirStoreIamPolicyOutput) Version added in v0.19.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type DatasetFhirStoreIamPolicyState

type DatasetFhirStoreIamPolicyState struct {
}

func (DatasetFhirStoreIamPolicyState) ElementType

type DatasetHl7V2StoreIamBinding added in v0.26.0

type DatasetHl7V2StoreIamBinding struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayOutput `pulumi:"members"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetHl7V2StoreIamBinding added in v0.26.0

func GetDatasetHl7V2StoreIamBinding(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetHl7V2StoreIamBindingState, opts ...pulumi.ResourceOption) (*DatasetHl7V2StoreIamBinding, error)

GetDatasetHl7V2StoreIamBinding gets an existing DatasetHl7V2StoreIamBinding 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 NewDatasetHl7V2StoreIamBinding added in v0.26.0

func NewDatasetHl7V2StoreIamBinding(ctx *pulumi.Context,
	name string, args *DatasetHl7V2StoreIamBindingArgs, opts ...pulumi.ResourceOption) (*DatasetHl7V2StoreIamBinding, error)

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

func (*DatasetHl7V2StoreIamBinding) ElementType added in v0.26.0

func (*DatasetHl7V2StoreIamBinding) ElementType() reflect.Type

func (*DatasetHl7V2StoreIamBinding) ToDatasetHl7V2StoreIamBindingOutput added in v0.26.0

func (i *DatasetHl7V2StoreIamBinding) ToDatasetHl7V2StoreIamBindingOutput() DatasetHl7V2StoreIamBindingOutput

func (*DatasetHl7V2StoreIamBinding) ToDatasetHl7V2StoreIamBindingOutputWithContext added in v0.26.0

func (i *DatasetHl7V2StoreIamBinding) ToDatasetHl7V2StoreIamBindingOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamBindingOutput

type DatasetHl7V2StoreIamBindingArgs added in v0.26.0

type DatasetHl7V2StoreIamBindingArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identities that will be granted the privilege in role. Each entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Members pulumi.StringArrayInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied. Only one `IamBinding` can be used per role.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetHl7V2StoreIamBinding resource.

func (DatasetHl7V2StoreIamBindingArgs) ElementType added in v0.26.0

type DatasetHl7V2StoreIamBindingInput added in v0.26.0

type DatasetHl7V2StoreIamBindingInput interface {
	pulumi.Input

	ToDatasetHl7V2StoreIamBindingOutput() DatasetHl7V2StoreIamBindingOutput
	ToDatasetHl7V2StoreIamBindingOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamBindingOutput
}

type DatasetHl7V2StoreIamBindingOutput added in v0.26.0

type DatasetHl7V2StoreIamBindingOutput struct{ *pulumi.OutputState }

func (DatasetHl7V2StoreIamBindingOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetHl7V2StoreIamBindingOutput) ElementType added in v0.26.0

func (DatasetHl7V2StoreIamBindingOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetHl7V2StoreIamBindingOutput) Members added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetHl7V2StoreIamBindingOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetHl7V2StoreIamBindingOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetHl7V2StoreIamBindingOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetHl7V2StoreIamBindingOutput) ToDatasetHl7V2StoreIamBindingOutput added in v0.26.0

func (o DatasetHl7V2StoreIamBindingOutput) ToDatasetHl7V2StoreIamBindingOutput() DatasetHl7V2StoreIamBindingOutput

func (DatasetHl7V2StoreIamBindingOutput) ToDatasetHl7V2StoreIamBindingOutputWithContext added in v0.26.0

func (o DatasetHl7V2StoreIamBindingOutput) ToDatasetHl7V2StoreIamBindingOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamBindingOutput

type DatasetHl7V2StoreIamBindingState added in v0.26.0

type DatasetHl7V2StoreIamBindingState struct {
}

func (DatasetHl7V2StoreIamBindingState) ElementType added in v0.26.0

type DatasetHl7V2StoreIamMember added in v0.26.0

type DatasetHl7V2StoreIamMember struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Member pulumi.StringOutput `pulumi:"member"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetHl7V2StoreIamMember added in v0.26.0

func GetDatasetHl7V2StoreIamMember(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetHl7V2StoreIamMemberState, opts ...pulumi.ResourceOption) (*DatasetHl7V2StoreIamMember, error)

GetDatasetHl7V2StoreIamMember gets an existing DatasetHl7V2StoreIamMember 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 NewDatasetHl7V2StoreIamMember added in v0.26.0

func NewDatasetHl7V2StoreIamMember(ctx *pulumi.Context,
	name string, args *DatasetHl7V2StoreIamMemberArgs, opts ...pulumi.ResourceOption) (*DatasetHl7V2StoreIamMember, error)

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

func (*DatasetHl7V2StoreIamMember) ElementType added in v0.26.0

func (*DatasetHl7V2StoreIamMember) ElementType() reflect.Type

func (*DatasetHl7V2StoreIamMember) ToDatasetHl7V2StoreIamMemberOutput added in v0.26.0

func (i *DatasetHl7V2StoreIamMember) ToDatasetHl7V2StoreIamMemberOutput() DatasetHl7V2StoreIamMemberOutput

func (*DatasetHl7V2StoreIamMember) ToDatasetHl7V2StoreIamMemberOutputWithContext added in v0.26.0

func (i *DatasetHl7V2StoreIamMember) ToDatasetHl7V2StoreIamMemberOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamMemberOutput

type DatasetHl7V2StoreIamMemberArgs added in v0.26.0

type DatasetHl7V2StoreIamMemberArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identity that will be granted the privilege in role. The entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Member pulumi.StringInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetHl7V2StoreIamMember resource.

func (DatasetHl7V2StoreIamMemberArgs) ElementType added in v0.26.0

type DatasetHl7V2StoreIamMemberInput added in v0.26.0

type DatasetHl7V2StoreIamMemberInput interface {
	pulumi.Input

	ToDatasetHl7V2StoreIamMemberOutput() DatasetHl7V2StoreIamMemberOutput
	ToDatasetHl7V2StoreIamMemberOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamMemberOutput
}

type DatasetHl7V2StoreIamMemberOutput added in v0.26.0

type DatasetHl7V2StoreIamMemberOutput struct{ *pulumi.OutputState }

func (DatasetHl7V2StoreIamMemberOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetHl7V2StoreIamMemberOutput) ElementType added in v0.26.0

func (DatasetHl7V2StoreIamMemberOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetHl7V2StoreIamMemberOutput) Member added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetHl7V2StoreIamMemberOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetHl7V2StoreIamMemberOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetHl7V2StoreIamMemberOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetHl7V2StoreIamMemberOutput) ToDatasetHl7V2StoreIamMemberOutput added in v0.26.0

func (o DatasetHl7V2StoreIamMemberOutput) ToDatasetHl7V2StoreIamMemberOutput() DatasetHl7V2StoreIamMemberOutput

func (DatasetHl7V2StoreIamMemberOutput) ToDatasetHl7V2StoreIamMemberOutputWithContext added in v0.26.0

func (o DatasetHl7V2StoreIamMemberOutput) ToDatasetHl7V2StoreIamMemberOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamMemberOutput

type DatasetHl7V2StoreIamMemberState added in v0.26.0

type DatasetHl7V2StoreIamMemberState struct {
}

func (DatasetHl7V2StoreIamMemberState) ElementType added in v0.26.0

type DatasetHl7V2StoreIamPolicy

type DatasetHl7V2StoreIamPolicy struct {
	pulumi.CustomResourceState

	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigResponseArrayOutput `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings  BindingResponseArrayOutput `pulumi:"bindings"`
	DatasetId pulumi.StringOutput        `pulumi:"datasetId"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag         pulumi.StringOutput `pulumi:"etag"`
	Hl7V2StoreId pulumi.StringOutput `pulumi:"hl7V2StoreId"`
	Location     pulumi.StringOutput `pulumi:"location"`
	Project      pulumi.StringOutput `pulumi:"project"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntOutput `pulumi:"version"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

func GetDatasetHl7V2StoreIamPolicy

func GetDatasetHl7V2StoreIamPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetHl7V2StoreIamPolicyState, opts ...pulumi.ResourceOption) (*DatasetHl7V2StoreIamPolicy, error)

GetDatasetHl7V2StoreIamPolicy gets an existing DatasetHl7V2StoreIamPolicy 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 NewDatasetHl7V2StoreIamPolicy

func NewDatasetHl7V2StoreIamPolicy(ctx *pulumi.Context,
	name string, args *DatasetHl7V2StoreIamPolicyArgs, opts ...pulumi.ResourceOption) (*DatasetHl7V2StoreIamPolicy, error)

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

func (*DatasetHl7V2StoreIamPolicy) ElementType

func (*DatasetHl7V2StoreIamPolicy) ElementType() reflect.Type

func (*DatasetHl7V2StoreIamPolicy) ToDatasetHl7V2StoreIamPolicyOutput

func (i *DatasetHl7V2StoreIamPolicy) ToDatasetHl7V2StoreIamPolicyOutput() DatasetHl7V2StoreIamPolicyOutput

func (*DatasetHl7V2StoreIamPolicy) ToDatasetHl7V2StoreIamPolicyOutputWithContext

func (i *DatasetHl7V2StoreIamPolicy) ToDatasetHl7V2StoreIamPolicyOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamPolicyOutput

type DatasetHl7V2StoreIamPolicyArgs

type DatasetHl7V2StoreIamPolicyArgs struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigArrayInput
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings  BindingArrayInput
	DatasetId pulumi.StringInput
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag         pulumi.StringPtrInput
	Hl7V2StoreId pulumi.StringInput
	Location     pulumi.StringPtrInput
	Project      pulumi.StringPtrInput
	// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
	UpdateMask pulumi.StringPtrInput
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntPtrInput
}

The set of arguments for constructing a DatasetHl7V2StoreIamPolicy resource.

func (DatasetHl7V2StoreIamPolicyArgs) ElementType

type DatasetHl7V2StoreIamPolicyInput

type DatasetHl7V2StoreIamPolicyInput interface {
	pulumi.Input

	ToDatasetHl7V2StoreIamPolicyOutput() DatasetHl7V2StoreIamPolicyOutput
	ToDatasetHl7V2StoreIamPolicyOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamPolicyOutput
}

type DatasetHl7V2StoreIamPolicyOutput

type DatasetHl7V2StoreIamPolicyOutput struct{ *pulumi.OutputState }

func (DatasetHl7V2StoreIamPolicyOutput) AuditConfigs added in v0.19.0

Specifies cloud audit logging configuration for this policy.

func (DatasetHl7V2StoreIamPolicyOutput) Bindings added in v0.19.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (DatasetHl7V2StoreIamPolicyOutput) DatasetId added in v0.21.0

func (DatasetHl7V2StoreIamPolicyOutput) ElementType

func (DatasetHl7V2StoreIamPolicyOutput) Etag added in v0.19.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (DatasetHl7V2StoreIamPolicyOutput) Hl7V2StoreId added in v0.21.0

func (DatasetHl7V2StoreIamPolicyOutput) Location added in v0.21.0

func (DatasetHl7V2StoreIamPolicyOutput) Project added in v0.21.0

func (DatasetHl7V2StoreIamPolicyOutput) ToDatasetHl7V2StoreIamPolicyOutput

func (o DatasetHl7V2StoreIamPolicyOutput) ToDatasetHl7V2StoreIamPolicyOutput() DatasetHl7V2StoreIamPolicyOutput

func (DatasetHl7V2StoreIamPolicyOutput) ToDatasetHl7V2StoreIamPolicyOutputWithContext

func (o DatasetHl7V2StoreIamPolicyOutput) ToDatasetHl7V2StoreIamPolicyOutputWithContext(ctx context.Context) DatasetHl7V2StoreIamPolicyOutput

func (DatasetHl7V2StoreIamPolicyOutput) Version added in v0.19.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type DatasetHl7V2StoreIamPolicyState

type DatasetHl7V2StoreIamPolicyState struct {
}

func (DatasetHl7V2StoreIamPolicyState) ElementType

type DatasetIamBinding added in v0.26.0

type DatasetIamBinding struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members pulumi.StringArrayOutput `pulumi:"members"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetIamBinding added in v0.26.0

func GetDatasetIamBinding(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetIamBindingState, opts ...pulumi.ResourceOption) (*DatasetIamBinding, error)

GetDatasetIamBinding gets an existing DatasetIamBinding 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 NewDatasetIamBinding added in v0.26.0

func NewDatasetIamBinding(ctx *pulumi.Context,
	name string, args *DatasetIamBindingArgs, opts ...pulumi.ResourceOption) (*DatasetIamBinding, error)

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

func (*DatasetIamBinding) ElementType added in v0.26.0

func (*DatasetIamBinding) ElementType() reflect.Type

func (*DatasetIamBinding) ToDatasetIamBindingOutput added in v0.26.0

func (i *DatasetIamBinding) ToDatasetIamBindingOutput() DatasetIamBindingOutput

func (*DatasetIamBinding) ToDatasetIamBindingOutputWithContext added in v0.26.0

func (i *DatasetIamBinding) ToDatasetIamBindingOutputWithContext(ctx context.Context) DatasetIamBindingOutput

type DatasetIamBindingArgs added in v0.26.0

type DatasetIamBindingArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identities that will be granted the privilege in role. Each entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Members pulumi.StringArrayInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied. Only one `IamBinding` can be used per role.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetIamBinding resource.

func (DatasetIamBindingArgs) ElementType added in v0.26.0

func (DatasetIamBindingArgs) ElementType() reflect.Type

type DatasetIamBindingInput added in v0.26.0

type DatasetIamBindingInput interface {
	pulumi.Input

	ToDatasetIamBindingOutput() DatasetIamBindingOutput
	ToDatasetIamBindingOutputWithContext(ctx context.Context) DatasetIamBindingOutput
}

type DatasetIamBindingOutput added in v0.26.0

type DatasetIamBindingOutput struct{ *pulumi.OutputState }

func (DatasetIamBindingOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetIamBindingOutput) ElementType added in v0.26.0

func (DatasetIamBindingOutput) ElementType() reflect.Type

func (DatasetIamBindingOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetIamBindingOutput) Members added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetIamBindingOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetIamBindingOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetIamBindingOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetIamBindingOutput) ToDatasetIamBindingOutput added in v0.26.0

func (o DatasetIamBindingOutput) ToDatasetIamBindingOutput() DatasetIamBindingOutput

func (DatasetIamBindingOutput) ToDatasetIamBindingOutputWithContext added in v0.26.0

func (o DatasetIamBindingOutput) ToDatasetIamBindingOutputWithContext(ctx context.Context) DatasetIamBindingOutput

type DatasetIamBindingState added in v0.26.0

type DatasetIamBindingState struct {
}

func (DatasetIamBindingState) ElementType added in v0.26.0

func (DatasetIamBindingState) ElementType() reflect.Type

type DatasetIamMember added in v0.26.0

type DatasetIamMember struct {
	pulumi.CustomResourceState

	// An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.
	Condition iam.ConditionPtrOutput `pulumi:"condition"`
	// The etag of the resource's IAM policy.
	Etag pulumi.StringOutput `pulumi:"etag"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Member pulumi.StringOutput `pulumi:"member"`
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringOutput `pulumi:"name"`
	// The project in which the resource belongs. If it is not provided, a default will be supplied.
	Project pulumi.StringOutput `pulumi:"project"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role pulumi.StringOutput `pulumi:"role"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

func GetDatasetIamMember added in v0.26.0

func GetDatasetIamMember(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetIamMemberState, opts ...pulumi.ResourceOption) (*DatasetIamMember, error)

GetDatasetIamMember gets an existing DatasetIamMember 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 NewDatasetIamMember added in v0.26.0

func NewDatasetIamMember(ctx *pulumi.Context,
	name string, args *DatasetIamMemberArgs, opts ...pulumi.ResourceOption) (*DatasetIamMember, error)

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

func (*DatasetIamMember) ElementType added in v0.26.0

func (*DatasetIamMember) ElementType() reflect.Type

func (*DatasetIamMember) ToDatasetIamMemberOutput added in v0.26.0

func (i *DatasetIamMember) ToDatasetIamMemberOutput() DatasetIamMemberOutput

func (*DatasetIamMember) ToDatasetIamMemberOutputWithContext added in v0.26.0

func (i *DatasetIamMember) ToDatasetIamMemberOutputWithContext(ctx context.Context) DatasetIamMemberOutput

type DatasetIamMemberArgs added in v0.26.0

type DatasetIamMemberArgs struct {
	// An IAM Condition for a given binding.
	Condition iam.ConditionPtrInput
	// Identity that will be granted the privilege in role. The entry can have one of the following values:
	//
	//  * user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
	//  * serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
	//  * group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
	//  * domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
	Member pulumi.StringInput
	// The name of the resource to manage IAM policies for.
	Name pulumi.StringInput
	// The role that should be applied.
	Role pulumi.StringInput
}

The set of arguments for constructing a DatasetIamMember resource.

func (DatasetIamMemberArgs) ElementType added in v0.26.0

func (DatasetIamMemberArgs) ElementType() reflect.Type

type DatasetIamMemberInput added in v0.26.0

type DatasetIamMemberInput interface {
	pulumi.Input

	ToDatasetIamMemberOutput() DatasetIamMemberOutput
	ToDatasetIamMemberOutputWithContext(ctx context.Context) DatasetIamMemberOutput
}

type DatasetIamMemberOutput added in v0.26.0

type DatasetIamMemberOutput struct{ *pulumi.OutputState }

func (DatasetIamMemberOutput) Condition added in v0.26.0

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

func (DatasetIamMemberOutput) ElementType added in v0.26.0

func (DatasetIamMemberOutput) ElementType() reflect.Type

func (DatasetIamMemberOutput) Etag added in v0.26.0

The etag of the resource's IAM policy.

func (DatasetIamMemberOutput) Member added in v0.26.0

Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.

func (DatasetIamMemberOutput) Name added in v0.26.0

The name of the resource to manage IAM policies for.

func (DatasetIamMemberOutput) Project added in v0.26.0

The project in which the resource belongs. If it is not provided, a default will be supplied.

func (DatasetIamMemberOutput) Role added in v0.26.0

Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.

func (DatasetIamMemberOutput) ToDatasetIamMemberOutput added in v0.26.0

func (o DatasetIamMemberOutput) ToDatasetIamMemberOutput() DatasetIamMemberOutput

func (DatasetIamMemberOutput) ToDatasetIamMemberOutputWithContext added in v0.26.0

func (o DatasetIamMemberOutput) ToDatasetIamMemberOutputWithContext(ctx context.Context) DatasetIamMemberOutput

type DatasetIamMemberState added in v0.26.0

type DatasetIamMemberState struct {
}

func (DatasetIamMemberState) ElementType added in v0.26.0

func (DatasetIamMemberState) ElementType() reflect.Type

type DatasetIamPolicy

type DatasetIamPolicy struct {
	pulumi.CustomResourceState

	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigResponseArrayOutput `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings  BindingResponseArrayOutput `pulumi:"bindings"`
	DatasetId pulumi.StringOutput        `pulumi:"datasetId"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag     pulumi.StringOutput `pulumi:"etag"`
	Location pulumi.StringOutput `pulumi:"location"`
	Project  pulumi.StringOutput `pulumi:"project"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntOutput `pulumi:"version"`
}

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

func GetDatasetIamPolicy

func GetDatasetIamPolicy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DatasetIamPolicyState, opts ...pulumi.ResourceOption) (*DatasetIamPolicy, error)

GetDatasetIamPolicy gets an existing DatasetIamPolicy 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 NewDatasetIamPolicy

func NewDatasetIamPolicy(ctx *pulumi.Context,
	name string, args *DatasetIamPolicyArgs, opts ...pulumi.ResourceOption) (*DatasetIamPolicy, error)

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

func (*DatasetIamPolicy) ElementType

func (*DatasetIamPolicy) ElementType() reflect.Type

func (*DatasetIamPolicy) ToDatasetIamPolicyOutput

func (i *DatasetIamPolicy) ToDatasetIamPolicyOutput() DatasetIamPolicyOutput

func (*DatasetIamPolicy) ToDatasetIamPolicyOutputWithContext

func (i *DatasetIamPolicy) ToDatasetIamPolicyOutputWithContext(ctx context.Context) DatasetIamPolicyOutput

type DatasetIamPolicyArgs

type DatasetIamPolicyArgs struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs AuditConfigArrayInput
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings  BindingArrayInput
	DatasetId pulumi.StringInput
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag     pulumi.StringPtrInput
	Location pulumi.StringPtrInput
	Project  pulumi.StringPtrInput
	// OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: "bindings, etag"`
	UpdateMask pulumi.StringPtrInput
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version pulumi.IntPtrInput
}

The set of arguments for constructing a DatasetIamPolicy resource.

func (DatasetIamPolicyArgs) ElementType

func (DatasetIamPolicyArgs) ElementType() reflect.Type

type DatasetIamPolicyInput

type DatasetIamPolicyInput interface {
	pulumi.Input

	ToDatasetIamPolicyOutput() DatasetIamPolicyOutput
	ToDatasetIamPolicyOutputWithContext(ctx context.Context) DatasetIamPolicyOutput
}

type DatasetIamPolicyOutput

type DatasetIamPolicyOutput struct{ *pulumi.OutputState }

func (DatasetIamPolicyOutput) AuditConfigs added in v0.19.0

Specifies cloud audit logging configuration for this policy.

func (DatasetIamPolicyOutput) Bindings added in v0.19.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (DatasetIamPolicyOutput) DatasetId added in v0.21.0

func (DatasetIamPolicyOutput) ElementType

func (DatasetIamPolicyOutput) ElementType() reflect.Type

func (DatasetIamPolicyOutput) Etag added in v0.19.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (DatasetIamPolicyOutput) Location added in v0.21.0

func (DatasetIamPolicyOutput) Project added in v0.21.0

func (DatasetIamPolicyOutput) ToDatasetIamPolicyOutput

func (o DatasetIamPolicyOutput) ToDatasetIamPolicyOutput() DatasetIamPolicyOutput

func (DatasetIamPolicyOutput) ToDatasetIamPolicyOutputWithContext

func (o DatasetIamPolicyOutput) ToDatasetIamPolicyOutputWithContext(ctx context.Context) DatasetIamPolicyOutput

func (DatasetIamPolicyOutput) Version added in v0.19.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type DatasetIamPolicyState

type DatasetIamPolicyState struct {
}

func (DatasetIamPolicyState) ElementType

func (DatasetIamPolicyState) ElementType() reflect.Type

type DatasetInput

type DatasetInput interface {
	pulumi.Input

	ToDatasetOutput() DatasetOutput
	ToDatasetOutputWithContext(ctx context.Context) DatasetOutput
}

type DatasetOutput

type DatasetOutput struct{ *pulumi.OutputState }

func (DatasetOutput) DatasetId added in v0.21.0

func (o DatasetOutput) DatasetId() pulumi.StringPtrOutput

The ID of the dataset that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.

func (DatasetOutput) ElementType

func (DatasetOutput) ElementType() reflect.Type

func (DatasetOutput) Location added in v0.21.0

func (o DatasetOutput) Location() pulumi.StringOutput

func (DatasetOutput) Name added in v0.19.0

Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.

func (DatasetOutput) Project added in v0.21.0

func (o DatasetOutput) Project() pulumi.StringOutput

func (DatasetOutput) TimeZone added in v0.19.0

func (o DatasetOutput) TimeZone() pulumi.StringOutput

The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.

func (DatasetOutput) ToDatasetOutput

func (o DatasetOutput) ToDatasetOutput() DatasetOutput

func (DatasetOutput) ToDatasetOutputWithContext

func (o DatasetOutput) ToDatasetOutputWithContext(ctx context.Context) DatasetOutput

type DatasetState

type DatasetState struct {
}

func (DatasetState) ElementType

func (DatasetState) ElementType() reflect.Type

type DateShiftConfig added in v0.26.1

type DateShiftConfig struct {
	// An AES 128/192/256 bit key. The date shift is computed based on this key and the patient ID. If the patient ID is empty for a DICOM resource, the date shift is computed based on this key and the study instance UID. If `crypto_key` is not set, then `kms_wrapped` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `kms_wrapped` is set.
	CryptoKey *string `pulumi:"cryptoKey"`
	// KMS wrapped key. If `kms_wrapped` is not set, then `crypto_key` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `crypto_key` is set.
	KmsWrapped *KmsWrappedCryptoKey `pulumi:"kmsWrapped"`
}

Shift a date forward or backward in time by a random amount which is consistent for a given patient and crypto key combination.

type DateShiftConfigArgs added in v0.26.1

type DateShiftConfigArgs struct {
	// An AES 128/192/256 bit key. The date shift is computed based on this key and the patient ID. If the patient ID is empty for a DICOM resource, the date shift is computed based on this key and the study instance UID. If `crypto_key` is not set, then `kms_wrapped` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `kms_wrapped` is set.
	CryptoKey pulumi.StringPtrInput `pulumi:"cryptoKey"`
	// KMS wrapped key. If `kms_wrapped` is not set, then `crypto_key` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `crypto_key` is set.
	KmsWrapped KmsWrappedCryptoKeyPtrInput `pulumi:"kmsWrapped"`
}

Shift a date forward or backward in time by a random amount which is consistent for a given patient and crypto key combination.

func (DateShiftConfigArgs) ElementType added in v0.26.1

func (DateShiftConfigArgs) ElementType() reflect.Type

func (DateShiftConfigArgs) ToDateShiftConfigOutput added in v0.26.1

func (i DateShiftConfigArgs) ToDateShiftConfigOutput() DateShiftConfigOutput

func (DateShiftConfigArgs) ToDateShiftConfigOutputWithContext added in v0.26.1

func (i DateShiftConfigArgs) ToDateShiftConfigOutputWithContext(ctx context.Context) DateShiftConfigOutput

func (DateShiftConfigArgs) ToDateShiftConfigPtrOutput added in v0.26.1

func (i DateShiftConfigArgs) ToDateShiftConfigPtrOutput() DateShiftConfigPtrOutput

func (DateShiftConfigArgs) ToDateShiftConfigPtrOutputWithContext added in v0.26.1

func (i DateShiftConfigArgs) ToDateShiftConfigPtrOutputWithContext(ctx context.Context) DateShiftConfigPtrOutput

type DateShiftConfigInput added in v0.26.1

type DateShiftConfigInput interface {
	pulumi.Input

	ToDateShiftConfigOutput() DateShiftConfigOutput
	ToDateShiftConfigOutputWithContext(context.Context) DateShiftConfigOutput
}

DateShiftConfigInput is an input type that accepts DateShiftConfigArgs and DateShiftConfigOutput values. You can construct a concrete instance of `DateShiftConfigInput` via:

DateShiftConfigArgs{...}

type DateShiftConfigOutput added in v0.26.1

type DateShiftConfigOutput struct{ *pulumi.OutputState }

Shift a date forward or backward in time by a random amount which is consistent for a given patient and crypto key combination.

func (DateShiftConfigOutput) CryptoKey added in v0.26.1

An AES 128/192/256 bit key. The date shift is computed based on this key and the patient ID. If the patient ID is empty for a DICOM resource, the date shift is computed based on this key and the study instance UID. If `crypto_key` is not set, then `kms_wrapped` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `kms_wrapped` is set.

func (DateShiftConfigOutput) ElementType added in v0.26.1

func (DateShiftConfigOutput) ElementType() reflect.Type

func (DateShiftConfigOutput) KmsWrapped added in v0.26.1

KMS wrapped key. If `kms_wrapped` is not set, then `crypto_key` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `crypto_key` is set.

func (DateShiftConfigOutput) ToDateShiftConfigOutput added in v0.26.1

func (o DateShiftConfigOutput) ToDateShiftConfigOutput() DateShiftConfigOutput

func (DateShiftConfigOutput) ToDateShiftConfigOutputWithContext added in v0.26.1

func (o DateShiftConfigOutput) ToDateShiftConfigOutputWithContext(ctx context.Context) DateShiftConfigOutput

func (DateShiftConfigOutput) ToDateShiftConfigPtrOutput added in v0.26.1

func (o DateShiftConfigOutput) ToDateShiftConfigPtrOutput() DateShiftConfigPtrOutput

func (DateShiftConfigOutput) ToDateShiftConfigPtrOutputWithContext added in v0.26.1

func (o DateShiftConfigOutput) ToDateShiftConfigPtrOutputWithContext(ctx context.Context) DateShiftConfigPtrOutput

type DateShiftConfigPtrInput added in v0.26.1

type DateShiftConfigPtrInput interface {
	pulumi.Input

	ToDateShiftConfigPtrOutput() DateShiftConfigPtrOutput
	ToDateShiftConfigPtrOutputWithContext(context.Context) DateShiftConfigPtrOutput
}

DateShiftConfigPtrInput is an input type that accepts DateShiftConfigArgs, DateShiftConfigPtr and DateShiftConfigPtrOutput values. You can construct a concrete instance of `DateShiftConfigPtrInput` via:

        DateShiftConfigArgs{...}

or:

        nil

func DateShiftConfigPtr added in v0.26.1

func DateShiftConfigPtr(v *DateShiftConfigArgs) DateShiftConfigPtrInput

type DateShiftConfigPtrOutput added in v0.26.1

type DateShiftConfigPtrOutput struct{ *pulumi.OutputState }

func (DateShiftConfigPtrOutput) CryptoKey added in v0.26.1

An AES 128/192/256 bit key. The date shift is computed based on this key and the patient ID. If the patient ID is empty for a DICOM resource, the date shift is computed based on this key and the study instance UID. If `crypto_key` is not set, then `kms_wrapped` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `kms_wrapped` is set.

func (DateShiftConfigPtrOutput) Elem added in v0.26.1

func (DateShiftConfigPtrOutput) ElementType added in v0.26.1

func (DateShiftConfigPtrOutput) ElementType() reflect.Type

func (DateShiftConfigPtrOutput) KmsWrapped added in v0.26.1

KMS wrapped key. If `kms_wrapped` is not set, then `crypto_key` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `crypto_key` is set.

func (DateShiftConfigPtrOutput) ToDateShiftConfigPtrOutput added in v0.26.1

func (o DateShiftConfigPtrOutput) ToDateShiftConfigPtrOutput() DateShiftConfigPtrOutput

func (DateShiftConfigPtrOutput) ToDateShiftConfigPtrOutputWithContext added in v0.26.1

func (o DateShiftConfigPtrOutput) ToDateShiftConfigPtrOutputWithContext(ctx context.Context) DateShiftConfigPtrOutput

type DateShiftConfigResponse added in v0.26.1

type DateShiftConfigResponse struct {
	// An AES 128/192/256 bit key. The date shift is computed based on this key and the patient ID. If the patient ID is empty for a DICOM resource, the date shift is computed based on this key and the study instance UID. If `crypto_key` is not set, then `kms_wrapped` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `kms_wrapped` is set.
	CryptoKey string `pulumi:"cryptoKey"`
	// KMS wrapped key. If `kms_wrapped` is not set, then `crypto_key` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `crypto_key` is set.
	KmsWrapped KmsWrappedCryptoKeyResponse `pulumi:"kmsWrapped"`
}

Shift a date forward or backward in time by a random amount which is consistent for a given patient and crypto key combination.

type DateShiftConfigResponseOutput added in v0.26.1

type DateShiftConfigResponseOutput struct{ *pulumi.OutputState }

Shift a date forward or backward in time by a random amount which is consistent for a given patient and crypto key combination.

func (DateShiftConfigResponseOutput) CryptoKey added in v0.26.1

An AES 128/192/256 bit key. The date shift is computed based on this key and the patient ID. If the patient ID is empty for a DICOM resource, the date shift is computed based on this key and the study instance UID. If `crypto_key` is not set, then `kms_wrapped` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `kms_wrapped` is set.

func (DateShiftConfigResponseOutput) ElementType added in v0.26.1

func (DateShiftConfigResponseOutput) KmsWrapped added in v0.26.1

KMS wrapped key. If `kms_wrapped` is not set, then `crypto_key` is used to calculate the date shift. If neither is set, a default key is generated for each de-identify operation. Must not be set if `crypto_key` is set.

func (DateShiftConfigResponseOutput) ToDateShiftConfigResponseOutput added in v0.26.1

func (o DateShiftConfigResponseOutput) ToDateShiftConfigResponseOutput() DateShiftConfigResponseOutput

func (DateShiftConfigResponseOutput) ToDateShiftConfigResponseOutputWithContext added in v0.26.1

func (o DateShiftConfigResponseOutput) ToDateShiftConfigResponseOutputWithContext(ctx context.Context) DateShiftConfigResponseOutput

type DeidentifiedStoreDestination added in v0.26.1

type DeidentifiedStoreDestination struct {
	// The configuration to use when de-identifying resources that are added to this store.
	Config *DeidentifyConfig `pulumi:"config"`
	// The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
	Store *string `pulumi:"store"`
}

Contains configuration for streaming de-identified FHIR export.

type DeidentifiedStoreDestinationArgs added in v0.26.1

type DeidentifiedStoreDestinationArgs struct {
	// The configuration to use when de-identifying resources that are added to this store.
	Config DeidentifyConfigPtrInput `pulumi:"config"`
	// The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
	Store pulumi.StringPtrInput `pulumi:"store"`
}

Contains configuration for streaming de-identified FHIR export.

func (DeidentifiedStoreDestinationArgs) ElementType added in v0.26.1

func (DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationOutput added in v0.26.1

func (i DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationOutput() DeidentifiedStoreDestinationOutput

func (DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationOutputWithContext added in v0.26.1

func (i DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationOutputWithContext(ctx context.Context) DeidentifiedStoreDestinationOutput

func (DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationPtrOutput added in v0.26.1

func (i DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationPtrOutput() DeidentifiedStoreDestinationPtrOutput

func (DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationPtrOutputWithContext added in v0.26.1

func (i DeidentifiedStoreDestinationArgs) ToDeidentifiedStoreDestinationPtrOutputWithContext(ctx context.Context) DeidentifiedStoreDestinationPtrOutput

type DeidentifiedStoreDestinationInput added in v0.26.1

type DeidentifiedStoreDestinationInput interface {
	pulumi.Input

	ToDeidentifiedStoreDestinationOutput() DeidentifiedStoreDestinationOutput
	ToDeidentifiedStoreDestinationOutputWithContext(context.Context) DeidentifiedStoreDestinationOutput
}

DeidentifiedStoreDestinationInput is an input type that accepts DeidentifiedStoreDestinationArgs and DeidentifiedStoreDestinationOutput values. You can construct a concrete instance of `DeidentifiedStoreDestinationInput` via:

DeidentifiedStoreDestinationArgs{...}

type DeidentifiedStoreDestinationOutput added in v0.26.1

type DeidentifiedStoreDestinationOutput struct{ *pulumi.OutputState }

Contains configuration for streaming de-identified FHIR export.

func (DeidentifiedStoreDestinationOutput) Config added in v0.26.1

The configuration to use when de-identifying resources that are added to this store.

func (DeidentifiedStoreDestinationOutput) ElementType added in v0.26.1

func (DeidentifiedStoreDestinationOutput) Store added in v0.26.1

The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.

func (DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationOutput added in v0.26.1

func (o DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationOutput() DeidentifiedStoreDestinationOutput

func (DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationOutputWithContext added in v0.26.1

func (o DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationOutputWithContext(ctx context.Context) DeidentifiedStoreDestinationOutput

func (DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationPtrOutput added in v0.26.1

func (o DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationPtrOutput() DeidentifiedStoreDestinationPtrOutput

func (DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationPtrOutputWithContext added in v0.26.1

func (o DeidentifiedStoreDestinationOutput) ToDeidentifiedStoreDestinationPtrOutputWithContext(ctx context.Context) DeidentifiedStoreDestinationPtrOutput

type DeidentifiedStoreDestinationPtrInput added in v0.26.1

type DeidentifiedStoreDestinationPtrInput interface {
	pulumi.Input

	ToDeidentifiedStoreDestinationPtrOutput() DeidentifiedStoreDestinationPtrOutput
	ToDeidentifiedStoreDestinationPtrOutputWithContext(context.Context) DeidentifiedStoreDestinationPtrOutput
}

DeidentifiedStoreDestinationPtrInput is an input type that accepts DeidentifiedStoreDestinationArgs, DeidentifiedStoreDestinationPtr and DeidentifiedStoreDestinationPtrOutput values. You can construct a concrete instance of `DeidentifiedStoreDestinationPtrInput` via:

        DeidentifiedStoreDestinationArgs{...}

or:

        nil

func DeidentifiedStoreDestinationPtr added in v0.26.1

type DeidentifiedStoreDestinationPtrOutput added in v0.26.1

type DeidentifiedStoreDestinationPtrOutput struct{ *pulumi.OutputState }

func (DeidentifiedStoreDestinationPtrOutput) Config added in v0.26.1

The configuration to use when de-identifying resources that are added to this store.

func (DeidentifiedStoreDestinationPtrOutput) Elem added in v0.26.1

func (DeidentifiedStoreDestinationPtrOutput) ElementType added in v0.26.1

func (DeidentifiedStoreDestinationPtrOutput) Store added in v0.26.1

The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.

func (DeidentifiedStoreDestinationPtrOutput) ToDeidentifiedStoreDestinationPtrOutput added in v0.26.1

func (o DeidentifiedStoreDestinationPtrOutput) ToDeidentifiedStoreDestinationPtrOutput() DeidentifiedStoreDestinationPtrOutput

func (DeidentifiedStoreDestinationPtrOutput) ToDeidentifiedStoreDestinationPtrOutputWithContext added in v0.26.1

func (o DeidentifiedStoreDestinationPtrOutput) ToDeidentifiedStoreDestinationPtrOutputWithContext(ctx context.Context) DeidentifiedStoreDestinationPtrOutput

type DeidentifiedStoreDestinationResponse added in v0.26.1

type DeidentifiedStoreDestinationResponse struct {
	// The configuration to use when de-identifying resources that are added to this store.
	Config DeidentifyConfigResponse `pulumi:"config"`
	// The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
	Store string `pulumi:"store"`
}

Contains configuration for streaming de-identified FHIR export.

type DeidentifiedStoreDestinationResponseOutput added in v0.26.1

type DeidentifiedStoreDestinationResponseOutput struct{ *pulumi.OutputState }

Contains configuration for streaming de-identified FHIR export.

func (DeidentifiedStoreDestinationResponseOutput) Config added in v0.26.1

The configuration to use when de-identifying resources that are added to this store.

func (DeidentifiedStoreDestinationResponseOutput) ElementType added in v0.26.1

func (DeidentifiedStoreDestinationResponseOutput) Store added in v0.26.1

The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.

func (DeidentifiedStoreDestinationResponseOutput) ToDeidentifiedStoreDestinationResponseOutput added in v0.26.1

func (o DeidentifiedStoreDestinationResponseOutput) ToDeidentifiedStoreDestinationResponseOutput() DeidentifiedStoreDestinationResponseOutput

func (DeidentifiedStoreDestinationResponseOutput) ToDeidentifiedStoreDestinationResponseOutputWithContext added in v0.26.1

func (o DeidentifiedStoreDestinationResponseOutput) ToDeidentifiedStoreDestinationResponseOutputWithContext(ctx context.Context) DeidentifiedStoreDestinationResponseOutput

type DeidentifyConfig added in v0.26.1

type DeidentifyConfig struct {
	// Configures de-id of application/DICOM content.
	Dicom *DicomConfig `pulumi:"dicom"`
	// Configures de-id of application/FHIR content.
	Fhir *FhirConfig `pulumi:"fhir"`
	// Configures de-identification of image pixels wherever they are found in the source_dataset.
	Image *ImageConfig `pulumi:"image"`
	// Configures de-identification of text wherever it is found in the source_dataset.
	Text *TextConfig `pulumi:"text"`
	// Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
	UseRegionalDataProcessing *bool `pulumi:"useRegionalDataProcessing"`
}

Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

type DeidentifyConfigArgs added in v0.26.1

type DeidentifyConfigArgs struct {
	// Configures de-id of application/DICOM content.
	Dicom DicomConfigPtrInput `pulumi:"dicom"`
	// Configures de-id of application/FHIR content.
	Fhir FhirConfigPtrInput `pulumi:"fhir"`
	// Configures de-identification of image pixels wherever they are found in the source_dataset.
	Image ImageConfigPtrInput `pulumi:"image"`
	// Configures de-identification of text wherever it is found in the source_dataset.
	Text TextConfigPtrInput `pulumi:"text"`
	// Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
	UseRegionalDataProcessing pulumi.BoolPtrInput `pulumi:"useRegionalDataProcessing"`
}

Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

func (DeidentifyConfigArgs) ElementType added in v0.26.1

func (DeidentifyConfigArgs) ElementType() reflect.Type

func (DeidentifyConfigArgs) ToDeidentifyConfigOutput added in v0.26.1

func (i DeidentifyConfigArgs) ToDeidentifyConfigOutput() DeidentifyConfigOutput

func (DeidentifyConfigArgs) ToDeidentifyConfigOutputWithContext added in v0.26.1

func (i DeidentifyConfigArgs) ToDeidentifyConfigOutputWithContext(ctx context.Context) DeidentifyConfigOutput

func (DeidentifyConfigArgs) ToDeidentifyConfigPtrOutput added in v0.26.1

func (i DeidentifyConfigArgs) ToDeidentifyConfigPtrOutput() DeidentifyConfigPtrOutput

func (DeidentifyConfigArgs) ToDeidentifyConfigPtrOutputWithContext added in v0.26.1

func (i DeidentifyConfigArgs) ToDeidentifyConfigPtrOutputWithContext(ctx context.Context) DeidentifyConfigPtrOutput

type DeidentifyConfigInput added in v0.26.1

type DeidentifyConfigInput interface {
	pulumi.Input

	ToDeidentifyConfigOutput() DeidentifyConfigOutput
	ToDeidentifyConfigOutputWithContext(context.Context) DeidentifyConfigOutput
}

DeidentifyConfigInput is an input type that accepts DeidentifyConfigArgs and DeidentifyConfigOutput values. You can construct a concrete instance of `DeidentifyConfigInput` via:

DeidentifyConfigArgs{...}

type DeidentifyConfigOutput added in v0.26.1

type DeidentifyConfigOutput struct{ *pulumi.OutputState }

Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

func (DeidentifyConfigOutput) Dicom added in v0.26.1

Configures de-id of application/DICOM content.

func (DeidentifyConfigOutput) ElementType added in v0.26.1

func (DeidentifyConfigOutput) ElementType() reflect.Type

func (DeidentifyConfigOutput) Fhir added in v0.26.1

Configures de-id of application/FHIR content.

func (DeidentifyConfigOutput) Image added in v0.26.1

Configures de-identification of image pixels wherever they are found in the source_dataset.

func (DeidentifyConfigOutput) Text added in v0.26.1

Configures de-identification of text wherever it is found in the source_dataset.

func (DeidentifyConfigOutput) ToDeidentifyConfigOutput added in v0.26.1

func (o DeidentifyConfigOutput) ToDeidentifyConfigOutput() DeidentifyConfigOutput

func (DeidentifyConfigOutput) ToDeidentifyConfigOutputWithContext added in v0.26.1

func (o DeidentifyConfigOutput) ToDeidentifyConfigOutputWithContext(ctx context.Context) DeidentifyConfigOutput

func (DeidentifyConfigOutput) ToDeidentifyConfigPtrOutput added in v0.26.1

func (o DeidentifyConfigOutput) ToDeidentifyConfigPtrOutput() DeidentifyConfigPtrOutput

func (DeidentifyConfigOutput) ToDeidentifyConfigPtrOutputWithContext added in v0.26.1

func (o DeidentifyConfigOutput) ToDeidentifyConfigPtrOutputWithContext(ctx context.Context) DeidentifyConfigPtrOutput

func (DeidentifyConfigOutput) UseRegionalDataProcessing added in v0.31.1

func (o DeidentifyConfigOutput) UseRegionalDataProcessing() pulumi.BoolPtrOutput

Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.

type DeidentifyConfigPtrInput added in v0.26.1

type DeidentifyConfigPtrInput interface {
	pulumi.Input

	ToDeidentifyConfigPtrOutput() DeidentifyConfigPtrOutput
	ToDeidentifyConfigPtrOutputWithContext(context.Context) DeidentifyConfigPtrOutput
}

DeidentifyConfigPtrInput is an input type that accepts DeidentifyConfigArgs, DeidentifyConfigPtr and DeidentifyConfigPtrOutput values. You can construct a concrete instance of `DeidentifyConfigPtrInput` via:

        DeidentifyConfigArgs{...}

or:

        nil

func DeidentifyConfigPtr added in v0.26.1

func DeidentifyConfigPtr(v *DeidentifyConfigArgs) DeidentifyConfigPtrInput

type DeidentifyConfigPtrOutput added in v0.26.1

type DeidentifyConfigPtrOutput struct{ *pulumi.OutputState }

func (DeidentifyConfigPtrOutput) Dicom added in v0.26.1

Configures de-id of application/DICOM content.

func (DeidentifyConfigPtrOutput) Elem added in v0.26.1

func (DeidentifyConfigPtrOutput) ElementType added in v0.26.1

func (DeidentifyConfigPtrOutput) ElementType() reflect.Type

func (DeidentifyConfigPtrOutput) Fhir added in v0.26.1

Configures de-id of application/FHIR content.

func (DeidentifyConfigPtrOutput) Image added in v0.26.1

Configures de-identification of image pixels wherever they are found in the source_dataset.

func (DeidentifyConfigPtrOutput) Text added in v0.26.1

Configures de-identification of text wherever it is found in the source_dataset.

func (DeidentifyConfigPtrOutput) ToDeidentifyConfigPtrOutput added in v0.26.1

func (o DeidentifyConfigPtrOutput) ToDeidentifyConfigPtrOutput() DeidentifyConfigPtrOutput

func (DeidentifyConfigPtrOutput) ToDeidentifyConfigPtrOutputWithContext added in v0.26.1

func (o DeidentifyConfigPtrOutput) ToDeidentifyConfigPtrOutputWithContext(ctx context.Context) DeidentifyConfigPtrOutput

func (DeidentifyConfigPtrOutput) UseRegionalDataProcessing added in v0.31.1

func (o DeidentifyConfigPtrOutput) UseRegionalDataProcessing() pulumi.BoolPtrOutput

Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.

type DeidentifyConfigResponse added in v0.26.1

type DeidentifyConfigResponse struct {
	// Configures de-id of application/DICOM content.
	Dicom DicomConfigResponse `pulumi:"dicom"`
	// Configures de-id of application/FHIR content.
	Fhir FhirConfigResponse `pulumi:"fhir"`
	// Configures de-identification of image pixels wherever they are found in the source_dataset.
	Image ImageConfigResponse `pulumi:"image"`
	// Configures de-identification of text wherever it is found in the source_dataset.
	Text TextConfigResponse `pulumi:"text"`
	// Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.
	UseRegionalDataProcessing bool `pulumi:"useRegionalDataProcessing"`
}

Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

type DeidentifyConfigResponseOutput added in v0.26.1

type DeidentifyConfigResponseOutput struct{ *pulumi.OutputState }

Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

func (DeidentifyConfigResponseOutput) Dicom added in v0.26.1

Configures de-id of application/DICOM content.

func (DeidentifyConfigResponseOutput) ElementType added in v0.26.1

func (DeidentifyConfigResponseOutput) Fhir added in v0.26.1

Configures de-id of application/FHIR content.

func (DeidentifyConfigResponseOutput) Image added in v0.26.1

Configures de-identification of image pixels wherever they are found in the source_dataset.

func (DeidentifyConfigResponseOutput) Text added in v0.26.1

Configures de-identification of text wherever it is found in the source_dataset.

func (DeidentifyConfigResponseOutput) ToDeidentifyConfigResponseOutput added in v0.26.1

func (o DeidentifyConfigResponseOutput) ToDeidentifyConfigResponseOutput() DeidentifyConfigResponseOutput

func (DeidentifyConfigResponseOutput) ToDeidentifyConfigResponseOutputWithContext added in v0.26.1

func (o DeidentifyConfigResponseOutput) ToDeidentifyConfigResponseOutputWithContext(ctx context.Context) DeidentifyConfigResponseOutput

func (DeidentifyConfigResponseOutput) UseRegionalDataProcessing added in v0.31.1

func (o DeidentifyConfigResponseOutput) UseRegionalDataProcessing() pulumi.BoolOutput

Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig, and must also be excluded within ImageConfig if image redaction is required.

type DicomConfig added in v0.26.1

type DicomConfig struct {
	// Tag filtering profile that determines which tags to keep/remove.
	FilterProfile *DicomConfigFilterProfile `pulumi:"filterProfile"`
	// List of tags to keep. Remove all other tags.
	KeepList *TagFilterList `pulumi:"keepList"`
	// List of tags to remove. Keep all other tags.
	RemoveList *TagFilterList `pulumi:"removeList"`
	// If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched. The Cloud Healthcare API regenerates these UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an individual out of context, given access to the original images, or to a database of the original images containing the UIDs, it would be possible to recover the individual's identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
	SkipIdRedaction *bool `pulumi:"skipIdRedaction"`
}

Specifies the parameters needed for de-identification of DICOM stores.

type DicomConfigArgs added in v0.26.1

type DicomConfigArgs struct {
	// Tag filtering profile that determines which tags to keep/remove.
	FilterProfile DicomConfigFilterProfilePtrInput `pulumi:"filterProfile"`
	// List of tags to keep. Remove all other tags.
	KeepList TagFilterListPtrInput `pulumi:"keepList"`
	// List of tags to remove. Keep all other tags.
	RemoveList TagFilterListPtrInput `pulumi:"removeList"`
	// If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched. The Cloud Healthcare API regenerates these UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an individual out of context, given access to the original images, or to a database of the original images containing the UIDs, it would be possible to recover the individual's identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
	SkipIdRedaction pulumi.BoolPtrInput `pulumi:"skipIdRedaction"`
}

Specifies the parameters needed for de-identification of DICOM stores.

func (DicomConfigArgs) ElementType added in v0.26.1

func (DicomConfigArgs) ElementType() reflect.Type

func (DicomConfigArgs) ToDicomConfigOutput added in v0.26.1

func (i DicomConfigArgs) ToDicomConfigOutput() DicomConfigOutput

func (DicomConfigArgs) ToDicomConfigOutputWithContext added in v0.26.1

func (i DicomConfigArgs) ToDicomConfigOutputWithContext(ctx context.Context) DicomConfigOutput

func (DicomConfigArgs) ToDicomConfigPtrOutput added in v0.26.1

func (i DicomConfigArgs) ToDicomConfigPtrOutput() DicomConfigPtrOutput

func (DicomConfigArgs) ToDicomConfigPtrOutputWithContext added in v0.26.1

func (i DicomConfigArgs) ToDicomConfigPtrOutputWithContext(ctx context.Context) DicomConfigPtrOutput

type DicomConfigFilterProfile added in v0.26.1

type DicomConfigFilterProfile string

Tag filtering profile that determines which tags to keep/remove.

func (DicomConfigFilterProfile) ElementType added in v0.26.1

func (DicomConfigFilterProfile) ElementType() reflect.Type

func (DicomConfigFilterProfile) ToDicomConfigFilterProfileOutput added in v0.26.1

func (e DicomConfigFilterProfile) ToDicomConfigFilterProfileOutput() DicomConfigFilterProfileOutput

func (DicomConfigFilterProfile) ToDicomConfigFilterProfileOutputWithContext added in v0.26.1

func (e DicomConfigFilterProfile) ToDicomConfigFilterProfileOutputWithContext(ctx context.Context) DicomConfigFilterProfileOutput

func (DicomConfigFilterProfile) ToDicomConfigFilterProfilePtrOutput added in v0.26.1

func (e DicomConfigFilterProfile) ToDicomConfigFilterProfilePtrOutput() DicomConfigFilterProfilePtrOutput

func (DicomConfigFilterProfile) ToDicomConfigFilterProfilePtrOutputWithContext added in v0.26.1

func (e DicomConfigFilterProfile) ToDicomConfigFilterProfilePtrOutputWithContext(ctx context.Context) DicomConfigFilterProfilePtrOutput

func (DicomConfigFilterProfile) ToStringOutput added in v0.26.1

func (e DicomConfigFilterProfile) ToStringOutput() pulumi.StringOutput

func (DicomConfigFilterProfile) ToStringOutputWithContext added in v0.26.1

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

func (DicomConfigFilterProfile) ToStringPtrOutput added in v0.26.1

func (e DicomConfigFilterProfile) ToStringPtrOutput() pulumi.StringPtrOutput

func (DicomConfigFilterProfile) ToStringPtrOutputWithContext added in v0.26.1

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

type DicomConfigFilterProfileInput added in v0.26.1

type DicomConfigFilterProfileInput interface {
	pulumi.Input

	ToDicomConfigFilterProfileOutput() DicomConfigFilterProfileOutput
	ToDicomConfigFilterProfileOutputWithContext(context.Context) DicomConfigFilterProfileOutput
}

DicomConfigFilterProfileInput is an input type that accepts DicomConfigFilterProfileArgs and DicomConfigFilterProfileOutput values. You can construct a concrete instance of `DicomConfigFilterProfileInput` via:

DicomConfigFilterProfileArgs{...}

type DicomConfigFilterProfileOutput added in v0.26.1

type DicomConfigFilterProfileOutput struct{ *pulumi.OutputState }

func (DicomConfigFilterProfileOutput) ElementType added in v0.26.1

func (DicomConfigFilterProfileOutput) ToDicomConfigFilterProfileOutput added in v0.26.1

func (o DicomConfigFilterProfileOutput) ToDicomConfigFilterProfileOutput() DicomConfigFilterProfileOutput

func (DicomConfigFilterProfileOutput) ToDicomConfigFilterProfileOutputWithContext added in v0.26.1

func (o DicomConfigFilterProfileOutput) ToDicomConfigFilterProfileOutputWithContext(ctx context.Context) DicomConfigFilterProfileOutput

func (DicomConfigFilterProfileOutput) ToDicomConfigFilterProfilePtrOutput added in v0.26.1

func (o DicomConfigFilterProfileOutput) ToDicomConfigFilterProfilePtrOutput() DicomConfigFilterProfilePtrOutput

func (DicomConfigFilterProfileOutput) ToDicomConfigFilterProfilePtrOutputWithContext added in v0.26.1

func (o DicomConfigFilterProfileOutput) ToDicomConfigFilterProfilePtrOutputWithContext(ctx context.Context) DicomConfigFilterProfilePtrOutput

func (DicomConfigFilterProfileOutput) ToStringOutput added in v0.26.1

func (DicomConfigFilterProfileOutput) ToStringOutputWithContext added in v0.26.1

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

func (DicomConfigFilterProfileOutput) ToStringPtrOutput added in v0.26.1

func (DicomConfigFilterProfileOutput) ToStringPtrOutputWithContext added in v0.26.1

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

type DicomConfigFilterProfilePtrInput added in v0.26.1

type DicomConfigFilterProfilePtrInput interface {
	pulumi.Input

	ToDicomConfigFilterProfilePtrOutput() DicomConfigFilterProfilePtrOutput
	ToDicomConfigFilterProfilePtrOutputWithContext(context.Context) DicomConfigFilterProfilePtrOutput
}

func DicomConfigFilterProfilePtr added in v0.26.1

func DicomConfigFilterProfilePtr(v string) DicomConfigFilterProfilePtrInput

type DicomConfigFilterProfilePtrOutput added in v0.26.1

type DicomConfigFilterProfilePtrOutput struct{ *pulumi.OutputState }

func (DicomConfigFilterProfilePtrOutput) Elem added in v0.26.1

func (DicomConfigFilterProfilePtrOutput) ElementType added in v0.26.1

func (DicomConfigFilterProfilePtrOutput) ToDicomConfigFilterProfilePtrOutput added in v0.26.1

func (o DicomConfigFilterProfilePtrOutput) ToDicomConfigFilterProfilePtrOutput() DicomConfigFilterProfilePtrOutput

func (DicomConfigFilterProfilePtrOutput) ToDicomConfigFilterProfilePtrOutputWithContext added in v0.26.1

func (o DicomConfigFilterProfilePtrOutput) ToDicomConfigFilterProfilePtrOutputWithContext(ctx context.Context) DicomConfigFilterProfilePtrOutput

func (DicomConfigFilterProfilePtrOutput) ToStringPtrOutput added in v0.26.1

func (DicomConfigFilterProfilePtrOutput) ToStringPtrOutputWithContext added in v0.26.1

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

type DicomConfigInput added in v0.26.1

type DicomConfigInput interface {
	pulumi.Input

	ToDicomConfigOutput() DicomConfigOutput
	ToDicomConfigOutputWithContext(context.Context) DicomConfigOutput
}

DicomConfigInput is an input type that accepts DicomConfigArgs and DicomConfigOutput values. You can construct a concrete instance of `DicomConfigInput` via:

DicomConfigArgs{...}

type DicomConfigOutput added in v0.26.1

type DicomConfigOutput struct{ *pulumi.OutputState }

Specifies the parameters needed for de-identification of DICOM stores.

func (DicomConfigOutput) ElementType added in v0.26.1

func (DicomConfigOutput) ElementType() reflect.Type

func (DicomConfigOutput) FilterProfile added in v0.26.1

Tag filtering profile that determines which tags to keep/remove.

func (DicomConfigOutput) KeepList added in v0.26.1

List of tags to keep. Remove all other tags.

func (DicomConfigOutput) RemoveList added in v0.26.1

List of tags to remove. Keep all other tags.

func (DicomConfigOutput) SkipIdRedaction added in v0.26.1

func (o DicomConfigOutput) SkipIdRedaction() pulumi.BoolPtrOutput

If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched. The Cloud Healthcare API regenerates these UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an individual out of context, given access to the original images, or to a database of the original images containing the UIDs, it would be possible to recover the individual's identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html

func (DicomConfigOutput) ToDicomConfigOutput added in v0.26.1

func (o DicomConfigOutput) ToDicomConfigOutput() DicomConfigOutput

func (DicomConfigOutput) ToDicomConfigOutputWithContext added in v0.26.1

func (o DicomConfigOutput) ToDicomConfigOutputWithContext(ctx context.Context) DicomConfigOutput

func (DicomConfigOutput) ToDicomConfigPtrOutput added in v0.26.1

func (o DicomConfigOutput) ToDicomConfigPtrOutput() DicomConfigPtrOutput

func (DicomConfigOutput) ToDicomConfigPtrOutputWithContext added in v0.26.1

func (o DicomConfigOutput) ToDicomConfigPtrOutputWithContext(ctx context.Context) DicomConfigPtrOutput

type DicomConfigPtrInput added in v0.26.1

type DicomConfigPtrInput interface {
	pulumi.Input

	ToDicomConfigPtrOutput() DicomConfigPtrOutput
	ToDicomConfigPtrOutputWithContext(context.Context) DicomConfigPtrOutput
}

DicomConfigPtrInput is an input type that accepts DicomConfigArgs, DicomConfigPtr and DicomConfigPtrOutput values. You can construct a concrete instance of `DicomConfigPtrInput` via:

        DicomConfigArgs{...}

or:

        nil

func DicomConfigPtr added in v0.26.1

func DicomConfigPtr(v *DicomConfigArgs) DicomConfigPtrInput

type DicomConfigPtrOutput added in v0.26.1

type DicomConfigPtrOutput struct{ *pulumi.OutputState }

func (DicomConfigPtrOutput) Elem added in v0.26.1

func (DicomConfigPtrOutput) ElementType added in v0.26.1

func (DicomConfigPtrOutput) ElementType() reflect.Type

func (DicomConfigPtrOutput) FilterProfile added in v0.26.1

Tag filtering profile that determines which tags to keep/remove.

func (DicomConfigPtrOutput) KeepList added in v0.26.1

List of tags to keep. Remove all other tags.

func (DicomConfigPtrOutput) RemoveList added in v0.26.1

List of tags to remove. Keep all other tags.

func (DicomConfigPtrOutput) SkipIdRedaction added in v0.26.1

func (o DicomConfigPtrOutput) SkipIdRedaction() pulumi.BoolPtrOutput

If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched. The Cloud Healthcare API regenerates these UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an individual out of context, given access to the original images, or to a database of the original images containing the UIDs, it would be possible to recover the individual's identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html

func (DicomConfigPtrOutput) ToDicomConfigPtrOutput added in v0.26.1

func (o DicomConfigPtrOutput) ToDicomConfigPtrOutput() DicomConfigPtrOutput

func (DicomConfigPtrOutput) ToDicomConfigPtrOutputWithContext added in v0.26.1

func (o DicomConfigPtrOutput) ToDicomConfigPtrOutputWithContext(ctx context.Context) DicomConfigPtrOutput

type DicomConfigResponse added in v0.26.1

type DicomConfigResponse struct {
	// Tag filtering profile that determines which tags to keep/remove.
	FilterProfile string `pulumi:"filterProfile"`
	// List of tags to keep. Remove all other tags.
	KeepList TagFilterListResponse `pulumi:"keepList"`
	// List of tags to remove. Keep all other tags.
	RemoveList TagFilterListResponse `pulumi:"removeList"`
	// If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched. The Cloud Healthcare API regenerates these UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an individual out of context, given access to the original images, or to a database of the original images containing the UIDs, it would be possible to recover the individual's identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
	SkipIdRedaction bool `pulumi:"skipIdRedaction"`
}

Specifies the parameters needed for de-identification of DICOM stores.

type DicomConfigResponseOutput added in v0.26.1

type DicomConfigResponseOutput struct{ *pulumi.OutputState }

Specifies the parameters needed for de-identification of DICOM stores.

func (DicomConfigResponseOutput) ElementType added in v0.26.1

func (DicomConfigResponseOutput) ElementType() reflect.Type

func (DicomConfigResponseOutput) FilterProfile added in v0.26.1

func (o DicomConfigResponseOutput) FilterProfile() pulumi.StringOutput

Tag filtering profile that determines which tags to keep/remove.

func (DicomConfigResponseOutput) KeepList added in v0.26.1

List of tags to keep. Remove all other tags.

func (DicomConfigResponseOutput) RemoveList added in v0.26.1

List of tags to remove. Keep all other tags.

func (DicomConfigResponseOutput) SkipIdRedaction added in v0.26.1

func (o DicomConfigResponseOutput) SkipIdRedaction() pulumi.BoolOutput

If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched. The Cloud Healthcare API regenerates these UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an individual out of context, given access to the original images, or to a database of the original images containing the UIDs, it would be possible to recover the individual's identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html

func (DicomConfigResponseOutput) ToDicomConfigResponseOutput added in v0.26.1

func (o DicomConfigResponseOutput) ToDicomConfigResponseOutput() DicomConfigResponseOutput

func (DicomConfigResponseOutput) ToDicomConfigResponseOutputWithContext added in v0.26.1

func (o DicomConfigResponseOutput) ToDicomConfigResponseOutputWithContext(ctx context.Context) DicomConfigResponseOutput

type DicomStore added in v0.3.0

type DicomStore struct {
	pulumi.CustomResourceState

	DatasetId pulumi.StringOutput `pulumi:"datasetId"`
	// The ID of the DICOM store that is being created. Any string value up to 256 characters in length.
	DicomStoreId pulumi.StringPtrOutput `pulumi:"dicomStoreId"`
	// User-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapOutput `pulumi:"labels"`
	Location pulumi.StringOutput    `pulumi:"location"`
	// Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.
	Name pulumi.StringOutput `pulumi:"name"`
	// Notification destination for new DICOM instances. Supplied by the client.
	NotificationConfig NotificationConfigResponseOutput `pulumi:"notificationConfig"`
	Project            pulumi.StringOutput              `pulumi:"project"`
	// Optional. A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to `stream_configs`, DICOM instance insertions are streamed to the new destination. When a config is removed from `stream_configs`, the server stops streaming to that destination. Each config must contain a unique destination.
	StreamConfigs GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput `pulumi:"streamConfigs"`
}

Creates a new DICOM store within the parent dataset.

func GetDicomStore added in v0.3.0

func GetDicomStore(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DicomStoreState, opts ...pulumi.ResourceOption) (*DicomStore, error)

GetDicomStore gets an existing DicomStore 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 NewDicomStore added in v0.3.0

func NewDicomStore(ctx *pulumi.Context,
	name string, args *DicomStoreArgs, opts ...pulumi.ResourceOption) (*DicomStore, error)

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

func (*DicomStore) ElementType added in v0.3.0

func (*DicomStore) ElementType() reflect.Type

func (*DicomStore) ToDicomStoreOutput added in v0.3.0

func (i *DicomStore) ToDicomStoreOutput() DicomStoreOutput

func (*DicomStore) ToDicomStoreOutputWithContext added in v0.3.0

func (i *DicomStore) ToDicomStoreOutputWithContext(ctx context.Context) DicomStoreOutput

type DicomStoreArgs added in v0.3.0

type DicomStoreArgs struct {
	DatasetId pulumi.StringInput
	// The ID of the DICOM store that is being created. Any string value up to 256 characters in length.
	DicomStoreId pulumi.StringPtrInput
	// User-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapInput
	Location pulumi.StringPtrInput
	// Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.
	Name pulumi.StringPtrInput
	// Notification destination for new DICOM instances. Supplied by the client.
	NotificationConfig NotificationConfigPtrInput
	Project            pulumi.StringPtrInput
	// Optional. A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to `stream_configs`, DICOM instance insertions are streamed to the new destination. When a config is removed from `stream_configs`, the server stops streaming to that destination. Each config must contain a unique destination.
	StreamConfigs GoogleCloudHealthcareV1DicomStreamConfigArrayInput
}

The set of arguments for constructing a DicomStore resource.

func (DicomStoreArgs) ElementType added in v0.3.0

func (DicomStoreArgs) ElementType() reflect.Type

type DicomStoreInput added in v0.3.0

type DicomStoreInput interface {
	pulumi.Input

	ToDicomStoreOutput() DicomStoreOutput
	ToDicomStoreOutputWithContext(ctx context.Context) DicomStoreOutput
}

type DicomStoreOutput added in v0.3.0

type DicomStoreOutput struct{ *pulumi.OutputState }

func (DicomStoreOutput) DatasetId added in v0.21.0

func (o DicomStoreOutput) DatasetId() pulumi.StringOutput

func (DicomStoreOutput) DicomStoreId added in v0.21.0

func (o DicomStoreOutput) DicomStoreId() pulumi.StringPtrOutput

The ID of the DICOM store that is being created. Any string value up to 256 characters in length.

func (DicomStoreOutput) ElementType added in v0.3.0

func (DicomStoreOutput) ElementType() reflect.Type

func (DicomStoreOutput) Labels added in v0.19.0

User-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (DicomStoreOutput) Location added in v0.21.0

func (o DicomStoreOutput) Location() pulumi.StringOutput

func (DicomStoreOutput) Name added in v0.19.0

Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.

func (DicomStoreOutput) NotificationConfig added in v0.19.0

func (o DicomStoreOutput) NotificationConfig() NotificationConfigResponseOutput

Notification destination for new DICOM instances. Supplied by the client.

func (DicomStoreOutput) Project added in v0.21.0

func (o DicomStoreOutput) Project() pulumi.StringOutput

func (DicomStoreOutput) StreamConfigs added in v0.32.0

Optional. A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to `stream_configs`, DICOM instance insertions are streamed to the new destination. When a config is removed from `stream_configs`, the server stops streaming to that destination. Each config must contain a unique destination.

func (DicomStoreOutput) ToDicomStoreOutput added in v0.3.0

func (o DicomStoreOutput) ToDicomStoreOutput() DicomStoreOutput

func (DicomStoreOutput) ToDicomStoreOutputWithContext added in v0.3.0

func (o DicomStoreOutput) ToDicomStoreOutputWithContext(ctx context.Context) DicomStoreOutput

type DicomStoreState added in v0.3.0

type DicomStoreState struct {
}

func (DicomStoreState) ElementType added in v0.3.0

func (DicomStoreState) ElementType() reflect.Type

type Expr

type Expr struct {
	// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
	Description *string `pulumi:"description"`
	// Textual representation of an expression in Common Expression Language syntax.
	Expression *string `pulumi:"expression"`
	// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
	Location *string `pulumi:"location"`
	// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
	Title *string `pulumi:"title"`
}

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

type ExprArgs

type ExprArgs struct {
	// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// Textual representation of an expression in Common Expression Language syntax.
	Expression pulumi.StringPtrInput `pulumi:"expression"`
	// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
	Location pulumi.StringPtrInput `pulumi:"location"`
	// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
	Title pulumi.StringPtrInput `pulumi:"title"`
}

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

func (ExprArgs) ElementType

func (ExprArgs) ElementType() reflect.Type

func (ExprArgs) ToExprOutput

func (i ExprArgs) ToExprOutput() ExprOutput

func (ExprArgs) ToExprOutputWithContext

func (i ExprArgs) ToExprOutputWithContext(ctx context.Context) ExprOutput

func (ExprArgs) ToExprPtrOutput

func (i ExprArgs) ToExprPtrOutput() ExprPtrOutput

func (ExprArgs) ToExprPtrOutputWithContext

func (i ExprArgs) ToExprPtrOutputWithContext(ctx context.Context) ExprPtrOutput

type ExprInput

type ExprInput interface {
	pulumi.Input

	ToExprOutput() ExprOutput
	ToExprOutputWithContext(context.Context) ExprOutput
}

ExprInput is an input type that accepts ExprArgs and ExprOutput values. You can construct a concrete instance of `ExprInput` via:

ExprArgs{...}

type ExprOutput

type ExprOutput struct{ *pulumi.OutputState }

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

func (ExprOutput) Description

func (o ExprOutput) Description() pulumi.StringPtrOutput

Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

func (ExprOutput) ElementType

func (ExprOutput) ElementType() reflect.Type

func (ExprOutput) Expression

func (o ExprOutput) Expression() pulumi.StringPtrOutput

Textual representation of an expression in Common Expression Language syntax.

func (ExprOutput) Location

func (o ExprOutput) Location() pulumi.StringPtrOutput

Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

func (ExprOutput) Title

func (o ExprOutput) Title() pulumi.StringPtrOutput

Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

func (ExprOutput) ToExprOutput

func (o ExprOutput) ToExprOutput() ExprOutput

func (ExprOutput) ToExprOutputWithContext

func (o ExprOutput) ToExprOutputWithContext(ctx context.Context) ExprOutput

func (ExprOutput) ToExprPtrOutput

func (o ExprOutput) ToExprPtrOutput() ExprPtrOutput

func (ExprOutput) ToExprPtrOutputWithContext

func (o ExprOutput) ToExprPtrOutputWithContext(ctx context.Context) ExprPtrOutput

type ExprPtrInput

type ExprPtrInput interface {
	pulumi.Input

	ToExprPtrOutput() ExprPtrOutput
	ToExprPtrOutputWithContext(context.Context) ExprPtrOutput
}

ExprPtrInput is an input type that accepts ExprArgs, ExprPtr and ExprPtrOutput values. You can construct a concrete instance of `ExprPtrInput` via:

        ExprArgs{...}

or:

        nil

func ExprPtr

func ExprPtr(v *ExprArgs) ExprPtrInput

type ExprPtrOutput

type ExprPtrOutput struct{ *pulumi.OutputState }

func (ExprPtrOutput) Description

func (o ExprPtrOutput) Description() pulumi.StringPtrOutput

Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

func (ExprPtrOutput) Elem

func (o ExprPtrOutput) Elem() ExprOutput

func (ExprPtrOutput) ElementType

func (ExprPtrOutput) ElementType() reflect.Type

func (ExprPtrOutput) Expression

func (o ExprPtrOutput) Expression() pulumi.StringPtrOutput

Textual representation of an expression in Common Expression Language syntax.

func (ExprPtrOutput) Location

func (o ExprPtrOutput) Location() pulumi.StringPtrOutput

Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

func (ExprPtrOutput) Title

Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

func (ExprPtrOutput) ToExprPtrOutput

func (o ExprPtrOutput) ToExprPtrOutput() ExprPtrOutput

func (ExprPtrOutput) ToExprPtrOutputWithContext

func (o ExprPtrOutput) ToExprPtrOutputWithContext(ctx context.Context) ExprPtrOutput

type ExprResponse

type ExprResponse struct {
	// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
	Description string `pulumi:"description"`
	// Textual representation of an expression in Common Expression Language syntax.
	Expression string `pulumi:"expression"`
	// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
	Location string `pulumi:"location"`
	// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
	Title string `pulumi:"title"`
}

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

type ExprResponseOutput

type ExprResponseOutput struct{ *pulumi.OutputState }

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

func (ExprResponseOutput) Description

func (o ExprResponseOutput) Description() pulumi.StringOutput

Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.

func (ExprResponseOutput) ElementType

func (ExprResponseOutput) ElementType() reflect.Type

func (ExprResponseOutput) Expression

func (o ExprResponseOutput) Expression() pulumi.StringOutput

Textual representation of an expression in Common Expression Language syntax.

func (ExprResponseOutput) Location

func (o ExprResponseOutput) Location() pulumi.StringOutput

Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

func (ExprResponseOutput) Title

Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.

func (ExprResponseOutput) ToExprResponseOutput

func (o ExprResponseOutput) ToExprResponseOutput() ExprResponseOutput

func (ExprResponseOutput) ToExprResponseOutputWithContext

func (o ExprResponseOutput) ToExprResponseOutputWithContext(ctx context.Context) ExprResponseOutput

type FhirConfig added in v0.26.1

type FhirConfig struct {
	// The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.
	DefaultKeepExtensions *bool `pulumi:"defaultKeepExtensions"`
	// Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to `default_keep_extensions`.
	FieldMetadataList []FieldMetadata `pulumi:"fieldMetadataList"`
}

Specifies how to handle de-identification of a FHIR store.

type FhirConfigArgs added in v0.26.1

type FhirConfigArgs struct {
	// The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.
	DefaultKeepExtensions pulumi.BoolPtrInput `pulumi:"defaultKeepExtensions"`
	// Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to `default_keep_extensions`.
	FieldMetadataList FieldMetadataArrayInput `pulumi:"fieldMetadataList"`
}

Specifies how to handle de-identification of a FHIR store.

func (FhirConfigArgs) ElementType added in v0.26.1

func (FhirConfigArgs) ElementType() reflect.Type

func (FhirConfigArgs) ToFhirConfigOutput added in v0.26.1

func (i FhirConfigArgs) ToFhirConfigOutput() FhirConfigOutput

func (FhirConfigArgs) ToFhirConfigOutputWithContext added in v0.26.1

func (i FhirConfigArgs) ToFhirConfigOutputWithContext(ctx context.Context) FhirConfigOutput

func (FhirConfigArgs) ToFhirConfigPtrOutput added in v0.26.1

func (i FhirConfigArgs) ToFhirConfigPtrOutput() FhirConfigPtrOutput

func (FhirConfigArgs) ToFhirConfigPtrOutputWithContext added in v0.26.1

func (i FhirConfigArgs) ToFhirConfigPtrOutputWithContext(ctx context.Context) FhirConfigPtrOutput

type FhirConfigInput added in v0.26.1

type FhirConfigInput interface {
	pulumi.Input

	ToFhirConfigOutput() FhirConfigOutput
	ToFhirConfigOutputWithContext(context.Context) FhirConfigOutput
}

FhirConfigInput is an input type that accepts FhirConfigArgs and FhirConfigOutput values. You can construct a concrete instance of `FhirConfigInput` via:

FhirConfigArgs{...}

type FhirConfigOutput added in v0.26.1

type FhirConfigOutput struct{ *pulumi.OutputState }

Specifies how to handle de-identification of a FHIR store.

func (FhirConfigOutput) DefaultKeepExtensions added in v0.26.1

func (o FhirConfigOutput) DefaultKeepExtensions() pulumi.BoolPtrOutput

The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.

func (FhirConfigOutput) ElementType added in v0.26.1

func (FhirConfigOutput) ElementType() reflect.Type

func (FhirConfigOutput) FieldMetadataList added in v0.26.1

func (o FhirConfigOutput) FieldMetadataList() FieldMetadataArrayOutput

Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to `default_keep_extensions`.

func (FhirConfigOutput) ToFhirConfigOutput added in v0.26.1

func (o FhirConfigOutput) ToFhirConfigOutput() FhirConfigOutput

func (FhirConfigOutput) ToFhirConfigOutputWithContext added in v0.26.1

func (o FhirConfigOutput) ToFhirConfigOutputWithContext(ctx context.Context) FhirConfigOutput

func (FhirConfigOutput) ToFhirConfigPtrOutput added in v0.26.1

func (o FhirConfigOutput) ToFhirConfigPtrOutput() FhirConfigPtrOutput

func (FhirConfigOutput) ToFhirConfigPtrOutputWithContext added in v0.26.1

func (o FhirConfigOutput) ToFhirConfigPtrOutputWithContext(ctx context.Context) FhirConfigPtrOutput

type FhirConfigPtrInput added in v0.26.1

type FhirConfigPtrInput interface {
	pulumi.Input

	ToFhirConfigPtrOutput() FhirConfigPtrOutput
	ToFhirConfigPtrOutputWithContext(context.Context) FhirConfigPtrOutput
}

FhirConfigPtrInput is an input type that accepts FhirConfigArgs, FhirConfigPtr and FhirConfigPtrOutput values. You can construct a concrete instance of `FhirConfigPtrInput` via:

        FhirConfigArgs{...}

or:

        nil

func FhirConfigPtr added in v0.26.1

func FhirConfigPtr(v *FhirConfigArgs) FhirConfigPtrInput

type FhirConfigPtrOutput added in v0.26.1

type FhirConfigPtrOutput struct{ *pulumi.OutputState }

func (FhirConfigPtrOutput) DefaultKeepExtensions added in v0.26.1

func (o FhirConfigPtrOutput) DefaultKeepExtensions() pulumi.BoolPtrOutput

The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.

func (FhirConfigPtrOutput) Elem added in v0.26.1

func (FhirConfigPtrOutput) ElementType added in v0.26.1

func (FhirConfigPtrOutput) ElementType() reflect.Type

func (FhirConfigPtrOutput) FieldMetadataList added in v0.26.1

func (o FhirConfigPtrOutput) FieldMetadataList() FieldMetadataArrayOutput

Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to `default_keep_extensions`.

func (FhirConfigPtrOutput) ToFhirConfigPtrOutput added in v0.26.1

func (o FhirConfigPtrOutput) ToFhirConfigPtrOutput() FhirConfigPtrOutput

func (FhirConfigPtrOutput) ToFhirConfigPtrOutputWithContext added in v0.26.1

func (o FhirConfigPtrOutput) ToFhirConfigPtrOutputWithContext(ctx context.Context) FhirConfigPtrOutput

type FhirConfigResponse added in v0.26.1

type FhirConfigResponse struct {
	// The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.
	DefaultKeepExtensions bool `pulumi:"defaultKeepExtensions"`
	// Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to `default_keep_extensions`.
	FieldMetadataList []FieldMetadataResponse `pulumi:"fieldMetadataList"`
}

Specifies how to handle de-identification of a FHIR store.

type FhirConfigResponseOutput added in v0.26.1

type FhirConfigResponseOutput struct{ *pulumi.OutputState }

Specifies how to handle de-identification of a FHIR store.

func (FhirConfigResponseOutput) DefaultKeepExtensions added in v0.26.1

func (o FhirConfigResponseOutput) DefaultKeepExtensions() pulumi.BoolOutput

The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.

func (FhirConfigResponseOutput) ElementType added in v0.26.1

func (FhirConfigResponseOutput) ElementType() reflect.Type

func (FhirConfigResponseOutput) FieldMetadataList added in v0.26.1

Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to `default_keep_extensions`.

func (FhirConfigResponseOutput) ToFhirConfigResponseOutput added in v0.26.1

func (o FhirConfigResponseOutput) ToFhirConfigResponseOutput() FhirConfigResponseOutput

func (FhirConfigResponseOutput) ToFhirConfigResponseOutputWithContext added in v0.26.1

func (o FhirConfigResponseOutput) ToFhirConfigResponseOutputWithContext(ctx context.Context) FhirConfigResponseOutput

type FhirNotificationConfig added in v0.31.1

type FhirNotificationConfig struct {
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail (https://cloud.google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare-api/docs/how-tos/logging).
	PubsubTopic *string `pulumi:"pubsubTopic"`
	// Whether to send full FHIR resource to this Pub/Sub topic.
	SendFullResource *bool `pulumi:"sendFullResource"`
	// Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. Note that setting this to true does not guarantee that all previous resources will be sent in the format of full FHIR resource. When a resource change is too large or during heavy traffic, only the resource name will be sent. Clients should always check the "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full previous resource as a separate operation.
	SendPreviousResourceOnDelete *bool `pulumi:"sendPreviousResourceOnDelete"`
}

Contains the configuration for FHIR notifications.

type FhirNotificationConfigArgs added in v0.31.1

type FhirNotificationConfigArgs struct {
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail (https://cloud.google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare-api/docs/how-tos/logging).
	PubsubTopic pulumi.StringPtrInput `pulumi:"pubsubTopic"`
	// Whether to send full FHIR resource to this Pub/Sub topic.
	SendFullResource pulumi.BoolPtrInput `pulumi:"sendFullResource"`
	// Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. Note that setting this to true does not guarantee that all previous resources will be sent in the format of full FHIR resource. When a resource change is too large or during heavy traffic, only the resource name will be sent. Clients should always check the "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full previous resource as a separate operation.
	SendPreviousResourceOnDelete pulumi.BoolPtrInput `pulumi:"sendPreviousResourceOnDelete"`
}

Contains the configuration for FHIR notifications.

func (FhirNotificationConfigArgs) ElementType added in v0.31.1

func (FhirNotificationConfigArgs) ElementType() reflect.Type

func (FhirNotificationConfigArgs) ToFhirNotificationConfigOutput added in v0.31.1

func (i FhirNotificationConfigArgs) ToFhirNotificationConfigOutput() FhirNotificationConfigOutput

func (FhirNotificationConfigArgs) ToFhirNotificationConfigOutputWithContext added in v0.31.1

func (i FhirNotificationConfigArgs) ToFhirNotificationConfigOutputWithContext(ctx context.Context) FhirNotificationConfigOutput

type FhirNotificationConfigArray added in v0.31.1

type FhirNotificationConfigArray []FhirNotificationConfigInput

func (FhirNotificationConfigArray) ElementType added in v0.31.1

func (FhirNotificationConfigArray) ToFhirNotificationConfigArrayOutput added in v0.31.1

func (i FhirNotificationConfigArray) ToFhirNotificationConfigArrayOutput() FhirNotificationConfigArrayOutput

func (FhirNotificationConfigArray) ToFhirNotificationConfigArrayOutputWithContext added in v0.31.1

func (i FhirNotificationConfigArray) ToFhirNotificationConfigArrayOutputWithContext(ctx context.Context) FhirNotificationConfigArrayOutput

type FhirNotificationConfigArrayInput added in v0.31.1

type FhirNotificationConfigArrayInput interface {
	pulumi.Input

	ToFhirNotificationConfigArrayOutput() FhirNotificationConfigArrayOutput
	ToFhirNotificationConfigArrayOutputWithContext(context.Context) FhirNotificationConfigArrayOutput
}

FhirNotificationConfigArrayInput is an input type that accepts FhirNotificationConfigArray and FhirNotificationConfigArrayOutput values. You can construct a concrete instance of `FhirNotificationConfigArrayInput` via:

FhirNotificationConfigArray{ FhirNotificationConfigArgs{...} }

type FhirNotificationConfigArrayOutput added in v0.31.1

type FhirNotificationConfigArrayOutput struct{ *pulumi.OutputState }

func (FhirNotificationConfigArrayOutput) ElementType added in v0.31.1

func (FhirNotificationConfigArrayOutput) Index added in v0.31.1

func (FhirNotificationConfigArrayOutput) ToFhirNotificationConfigArrayOutput added in v0.31.1

func (o FhirNotificationConfigArrayOutput) ToFhirNotificationConfigArrayOutput() FhirNotificationConfigArrayOutput

func (FhirNotificationConfigArrayOutput) ToFhirNotificationConfigArrayOutputWithContext added in v0.31.1

func (o FhirNotificationConfigArrayOutput) ToFhirNotificationConfigArrayOutputWithContext(ctx context.Context) FhirNotificationConfigArrayOutput

type FhirNotificationConfigInput added in v0.31.1

type FhirNotificationConfigInput interface {
	pulumi.Input

	ToFhirNotificationConfigOutput() FhirNotificationConfigOutput
	ToFhirNotificationConfigOutputWithContext(context.Context) FhirNotificationConfigOutput
}

FhirNotificationConfigInput is an input type that accepts FhirNotificationConfigArgs and FhirNotificationConfigOutput values. You can construct a concrete instance of `FhirNotificationConfigInput` via:

FhirNotificationConfigArgs{...}

type FhirNotificationConfigOutput added in v0.31.1

type FhirNotificationConfigOutput struct{ *pulumi.OutputState }

Contains the configuration for FHIR notifications.

func (FhirNotificationConfigOutput) ElementType added in v0.31.1

func (FhirNotificationConfigOutput) PubsubTopic added in v0.31.1

The Pub/Sub(https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail (https://cloud.google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare-api/docs/how-tos/logging).

func (FhirNotificationConfigOutput) SendFullResource added in v0.31.1

func (o FhirNotificationConfigOutput) SendFullResource() pulumi.BoolPtrOutput

Whether to send full FHIR resource to this Pub/Sub topic.

func (FhirNotificationConfigOutput) SendPreviousResourceOnDelete added in v0.31.1

func (o FhirNotificationConfigOutput) SendPreviousResourceOnDelete() pulumi.BoolPtrOutput

Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. Note that setting this to true does not guarantee that all previous resources will be sent in the format of full FHIR resource. When a resource change is too large or during heavy traffic, only the resource name will be sent. Clients should always check the "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full previous resource as a separate operation.

func (FhirNotificationConfigOutput) ToFhirNotificationConfigOutput added in v0.31.1

func (o FhirNotificationConfigOutput) ToFhirNotificationConfigOutput() FhirNotificationConfigOutput

func (FhirNotificationConfigOutput) ToFhirNotificationConfigOutputWithContext added in v0.31.1

func (o FhirNotificationConfigOutput) ToFhirNotificationConfigOutputWithContext(ctx context.Context) FhirNotificationConfigOutput

type FhirNotificationConfigResponse added in v0.31.1

type FhirNotificationConfigResponse struct {
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail (https://cloud.google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare-api/docs/how-tos/logging).
	PubsubTopic string `pulumi:"pubsubTopic"`
	// Whether to send full FHIR resource to this Pub/Sub topic.
	SendFullResource bool `pulumi:"sendFullResource"`
	// Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. Note that setting this to true does not guarantee that all previous resources will be sent in the format of full FHIR resource. When a resource change is too large or during heavy traffic, only the resource name will be sent. Clients should always check the "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full previous resource as a separate operation.
	SendPreviousResourceOnDelete bool `pulumi:"sendPreviousResourceOnDelete"`
}

Contains the configuration for FHIR notifications.

type FhirNotificationConfigResponseArrayOutput added in v0.31.1

type FhirNotificationConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (FhirNotificationConfigResponseArrayOutput) ElementType added in v0.31.1

func (FhirNotificationConfigResponseArrayOutput) Index added in v0.31.1

func (FhirNotificationConfigResponseArrayOutput) ToFhirNotificationConfigResponseArrayOutput added in v0.31.1

func (o FhirNotificationConfigResponseArrayOutput) ToFhirNotificationConfigResponseArrayOutput() FhirNotificationConfigResponseArrayOutput

func (FhirNotificationConfigResponseArrayOutput) ToFhirNotificationConfigResponseArrayOutputWithContext added in v0.31.1

func (o FhirNotificationConfigResponseArrayOutput) ToFhirNotificationConfigResponseArrayOutputWithContext(ctx context.Context) FhirNotificationConfigResponseArrayOutput

type FhirNotificationConfigResponseOutput added in v0.31.1

type FhirNotificationConfigResponseOutput struct{ *pulumi.OutputState }

Contains the configuration for FHIR notifications.

func (FhirNotificationConfigResponseOutput) ElementType added in v0.31.1

func (FhirNotificationConfigResponseOutput) PubsubTopic added in v0.31.1

The Pub/Sub(https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail (https://cloud.google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare-api/docs/how-tos/logging).

func (FhirNotificationConfigResponseOutput) SendFullResource added in v0.31.1

Whether to send full FHIR resource to this Pub/Sub topic.

func (FhirNotificationConfigResponseOutput) SendPreviousResourceOnDelete added in v0.31.1

func (o FhirNotificationConfigResponseOutput) SendPreviousResourceOnDelete() pulumi.BoolOutput

Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. Note that setting this to true does not guarantee that all previous resources will be sent in the format of full FHIR resource. When a resource change is too large or during heavy traffic, only the resource name will be sent. Clients should always check the "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full previous resource as a separate operation.

func (FhirNotificationConfigResponseOutput) ToFhirNotificationConfigResponseOutput added in v0.31.1

func (o FhirNotificationConfigResponseOutput) ToFhirNotificationConfigResponseOutput() FhirNotificationConfigResponseOutput

func (FhirNotificationConfigResponseOutput) ToFhirNotificationConfigResponseOutputWithContext added in v0.31.1

func (o FhirNotificationConfigResponseOutput) ToFhirNotificationConfigResponseOutputWithContext(ctx context.Context) FhirNotificationConfigResponseOutput

type FhirStore added in v0.3.0

type FhirStore struct {
	pulumi.CustomResourceState

	// Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.
	ComplexDataTypeReferenceParsing pulumi.StringOutput `pulumi:"complexDataTypeReferenceParsing"`
	DatasetId                       pulumi.StringOutput `pulumi:"datasetId"`
	// If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`.
	DefaultSearchHandlingStrict pulumi.BoolOutput `pulumi:"defaultSearchHandlingStrict"`
	// Immutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.
	DisableReferentialIntegrity pulumi.BoolOutput `pulumi:"disableReferentialIntegrity"`
	// Immutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.
	DisableResourceVersioning pulumi.BoolOutput `pulumi:"disableResourceVersioning"`
	// Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.
	EnableUpdateCreate pulumi.BoolOutput `pulumi:"enableUpdateCreate"`
	// The ID of the FHIR store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.
	FhirStoreId pulumi.StringPtrOutput `pulumi:"fhirStoreId"`
	// User-supplied key-value pairs used to organize FHIR stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapOutput `pulumi:"labels"`
	Location pulumi.StringOutput    `pulumi:"location"`
	// Resource name of the FHIR store, of the form `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
	Name pulumi.StringOutput `pulumi:"name"`
	// Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".
	//
	// Deprecated: Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".
	NotificationConfig NotificationConfigResponseOutput `pulumi:"notificationConfig"`
	// Specifies where and whether to send notifications upon changes to a FHIR store.
	NotificationConfigs FhirNotificationConfigResponseArrayOutput `pulumi:"notificationConfigs"`
	Project             pulumi.StringOutput                       `pulumi:"project"`
	// A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination.
	StreamConfigs StreamConfigResponseArrayOutput `pulumi:"streamConfigs"`
	// Configuration for how to validate incoming FHIR resources against configured profiles.
	ValidationConfig ValidationConfigResponseOutput `pulumi:"validationConfig"`
	// Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
	Version pulumi.StringOutput `pulumi:"version"`
}

Creates a new FHIR store within the parent dataset. Auto-naming is currently not supported for this resource.

func GetFhirStore added in v0.3.0

func GetFhirStore(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *FhirStoreState, opts ...pulumi.ResourceOption) (*FhirStore, error)

GetFhirStore gets an existing FhirStore 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 NewFhirStore added in v0.3.0

func NewFhirStore(ctx *pulumi.Context,
	name string, args *FhirStoreArgs, opts ...pulumi.ResourceOption) (*FhirStore, error)

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

func (*FhirStore) ElementType added in v0.3.0

func (*FhirStore) ElementType() reflect.Type

func (*FhirStore) ToFhirStoreOutput added in v0.3.0

func (i *FhirStore) ToFhirStoreOutput() FhirStoreOutput

func (*FhirStore) ToFhirStoreOutputWithContext added in v0.3.0

func (i *FhirStore) ToFhirStoreOutputWithContext(ctx context.Context) FhirStoreOutput

type FhirStoreArgs added in v0.3.0

type FhirStoreArgs struct {
	// Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.
	ComplexDataTypeReferenceParsing FhirStoreComplexDataTypeReferenceParsingPtrInput
	DatasetId                       pulumi.StringInput
	// If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`.
	DefaultSearchHandlingStrict pulumi.BoolPtrInput
	// Immutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.
	DisableReferentialIntegrity pulumi.BoolPtrInput
	// Immutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.
	DisableResourceVersioning pulumi.BoolPtrInput
	// Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.
	EnableUpdateCreate pulumi.BoolPtrInput
	// The ID of the FHIR store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.
	FhirStoreId pulumi.StringPtrInput
	// User-supplied key-value pairs used to organize FHIR stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapInput
	Location pulumi.StringPtrInput
	// Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".
	//
	// Deprecated: Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".
	NotificationConfig NotificationConfigPtrInput
	// Specifies where and whether to send notifications upon changes to a FHIR store.
	NotificationConfigs FhirNotificationConfigArrayInput
	Project             pulumi.StringPtrInput
	// A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination.
	StreamConfigs StreamConfigArrayInput
	// Configuration for how to validate incoming FHIR resources against configured profiles.
	ValidationConfig ValidationConfigPtrInput
	// Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
	Version FhirStoreVersionPtrInput
}

The set of arguments for constructing a FhirStore resource.

func (FhirStoreArgs) ElementType added in v0.3.0

func (FhirStoreArgs) ElementType() reflect.Type

type FhirStoreComplexDataTypeReferenceParsing added in v0.21.0

type FhirStoreComplexDataTypeReferenceParsing string

Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.

func (FhirStoreComplexDataTypeReferenceParsing) ElementType added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingOutput added in v0.21.0

func (e FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingOutput() FhirStoreComplexDataTypeReferenceParsingOutput

func (FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingOutputWithContext added in v0.21.0

func (e FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingOutputWithContext(ctx context.Context) FhirStoreComplexDataTypeReferenceParsingOutput

func (FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingPtrOutput added in v0.21.0

func (e FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingPtrOutput() FhirStoreComplexDataTypeReferenceParsingPtrOutput

func (FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingPtrOutputWithContext added in v0.21.0

func (e FhirStoreComplexDataTypeReferenceParsing) ToFhirStoreComplexDataTypeReferenceParsingPtrOutputWithContext(ctx context.Context) FhirStoreComplexDataTypeReferenceParsingPtrOutput

func (FhirStoreComplexDataTypeReferenceParsing) ToStringOutput added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsing) ToStringOutputWithContext added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsing) ToStringPtrOutput added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsing) ToStringPtrOutputWithContext added in v0.21.0

type FhirStoreComplexDataTypeReferenceParsingInput added in v0.21.0

type FhirStoreComplexDataTypeReferenceParsingInput interface {
	pulumi.Input

	ToFhirStoreComplexDataTypeReferenceParsingOutput() FhirStoreComplexDataTypeReferenceParsingOutput
	ToFhirStoreComplexDataTypeReferenceParsingOutputWithContext(context.Context) FhirStoreComplexDataTypeReferenceParsingOutput
}

FhirStoreComplexDataTypeReferenceParsingInput is an input type that accepts FhirStoreComplexDataTypeReferenceParsingArgs and FhirStoreComplexDataTypeReferenceParsingOutput values. You can construct a concrete instance of `FhirStoreComplexDataTypeReferenceParsingInput` via:

FhirStoreComplexDataTypeReferenceParsingArgs{...}

type FhirStoreComplexDataTypeReferenceParsingOutput added in v0.21.0

type FhirStoreComplexDataTypeReferenceParsingOutput struct{ *pulumi.OutputState }

func (FhirStoreComplexDataTypeReferenceParsingOutput) ElementType added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingOutput added in v0.21.0

func (o FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingOutput() FhirStoreComplexDataTypeReferenceParsingOutput

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingOutputWithContext added in v0.21.0

func (o FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingOutputWithContext(ctx context.Context) FhirStoreComplexDataTypeReferenceParsingOutput

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutput added in v0.21.0

func (o FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutput() FhirStoreComplexDataTypeReferenceParsingPtrOutput

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutputWithContext added in v0.21.0

func (o FhirStoreComplexDataTypeReferenceParsingOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutputWithContext(ctx context.Context) FhirStoreComplexDataTypeReferenceParsingPtrOutput

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToStringOutput added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToStringOutputWithContext added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToStringPtrOutput added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsingOutput) ToStringPtrOutputWithContext added in v0.21.0

type FhirStoreComplexDataTypeReferenceParsingPtrInput added in v0.21.0

type FhirStoreComplexDataTypeReferenceParsingPtrInput interface {
	pulumi.Input

	ToFhirStoreComplexDataTypeReferenceParsingPtrOutput() FhirStoreComplexDataTypeReferenceParsingPtrOutput
	ToFhirStoreComplexDataTypeReferenceParsingPtrOutputWithContext(context.Context) FhirStoreComplexDataTypeReferenceParsingPtrOutput
}

func FhirStoreComplexDataTypeReferenceParsingPtr added in v0.21.0

func FhirStoreComplexDataTypeReferenceParsingPtr(v string) FhirStoreComplexDataTypeReferenceParsingPtrInput

type FhirStoreComplexDataTypeReferenceParsingPtrOutput added in v0.21.0

type FhirStoreComplexDataTypeReferenceParsingPtrOutput struct{ *pulumi.OutputState }

func (FhirStoreComplexDataTypeReferenceParsingPtrOutput) Elem added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsingPtrOutput) ElementType added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsingPtrOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutput added in v0.21.0

func (o FhirStoreComplexDataTypeReferenceParsingPtrOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutput() FhirStoreComplexDataTypeReferenceParsingPtrOutput

func (FhirStoreComplexDataTypeReferenceParsingPtrOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutputWithContext added in v0.21.0

func (o FhirStoreComplexDataTypeReferenceParsingPtrOutput) ToFhirStoreComplexDataTypeReferenceParsingPtrOutputWithContext(ctx context.Context) FhirStoreComplexDataTypeReferenceParsingPtrOutput

func (FhirStoreComplexDataTypeReferenceParsingPtrOutput) ToStringPtrOutput added in v0.21.0

func (FhirStoreComplexDataTypeReferenceParsingPtrOutput) ToStringPtrOutputWithContext added in v0.21.0

type FhirStoreInput added in v0.3.0

type FhirStoreInput interface {
	pulumi.Input

	ToFhirStoreOutput() FhirStoreOutput
	ToFhirStoreOutputWithContext(ctx context.Context) FhirStoreOutput
}

type FhirStoreOutput added in v0.3.0

type FhirStoreOutput struct{ *pulumi.OutputState }

func (FhirStoreOutput) ComplexDataTypeReferenceParsing added in v0.21.0

func (o FhirStoreOutput) ComplexDataTypeReferenceParsing() pulumi.StringOutput

Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.

func (FhirStoreOutput) DatasetId added in v0.21.0

func (o FhirStoreOutput) DatasetId() pulumi.StringOutput

func (FhirStoreOutput) DefaultSearchHandlingStrict added in v0.19.0

func (o FhirStoreOutput) DefaultSearchHandlingStrict() pulumi.BoolOutput

If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`.

func (FhirStoreOutput) DisableReferentialIntegrity added in v0.19.0

func (o FhirStoreOutput) DisableReferentialIntegrity() pulumi.BoolOutput

Immutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.

func (FhirStoreOutput) DisableResourceVersioning added in v0.19.0

func (o FhirStoreOutput) DisableResourceVersioning() pulumi.BoolOutput

Immutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.

func (FhirStoreOutput) ElementType added in v0.3.0

func (FhirStoreOutput) ElementType() reflect.Type

func (FhirStoreOutput) EnableUpdateCreate added in v0.19.0

func (o FhirStoreOutput) EnableUpdateCreate() pulumi.BoolOutput

Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.

func (FhirStoreOutput) FhirStoreId added in v0.21.0

func (o FhirStoreOutput) FhirStoreId() pulumi.StringPtrOutput

The ID of the FHIR store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.

func (FhirStoreOutput) Labels added in v0.19.0

User-supplied key-value pairs used to organize FHIR stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (FhirStoreOutput) Location added in v0.21.0

func (o FhirStoreOutput) Location() pulumi.StringOutput

func (FhirStoreOutput) Name added in v0.19.0

Resource name of the FHIR store, of the form `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.

func (FhirStoreOutput) NotificationConfig deprecated added in v0.19.0

func (o FhirStoreOutput) NotificationConfig() NotificationConfigResponseOutput

Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".

Deprecated: Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".

func (FhirStoreOutput) NotificationConfigs added in v0.31.1

Specifies where and whether to send notifications upon changes to a FHIR store.

func (FhirStoreOutput) Project added in v0.21.0

func (o FhirStoreOutput) Project() pulumi.StringOutput

func (FhirStoreOutput) StreamConfigs added in v0.19.0

A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination.

func (FhirStoreOutput) ToFhirStoreOutput added in v0.3.0

func (o FhirStoreOutput) ToFhirStoreOutput() FhirStoreOutput

func (FhirStoreOutput) ToFhirStoreOutputWithContext added in v0.3.0

func (o FhirStoreOutput) ToFhirStoreOutputWithContext(ctx context.Context) FhirStoreOutput

func (FhirStoreOutput) ValidationConfig added in v0.19.0

func (o FhirStoreOutput) ValidationConfig() ValidationConfigResponseOutput

Configuration for how to validate incoming FHIR resources against configured profiles.

func (FhirStoreOutput) Version added in v0.19.0

func (o FhirStoreOutput) Version() pulumi.StringOutput

Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.

type FhirStoreState added in v0.3.0

type FhirStoreState struct {
}

func (FhirStoreState) ElementType added in v0.3.0

func (FhirStoreState) ElementType() reflect.Type

type FhirStoreVersion added in v0.4.0

type FhirStoreVersion string

Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.

func (FhirStoreVersion) ElementType added in v0.4.0

func (FhirStoreVersion) ElementType() reflect.Type

func (FhirStoreVersion) ToFhirStoreVersionOutput added in v0.6.0

func (e FhirStoreVersion) ToFhirStoreVersionOutput() FhirStoreVersionOutput

func (FhirStoreVersion) ToFhirStoreVersionOutputWithContext added in v0.6.0

func (e FhirStoreVersion) ToFhirStoreVersionOutputWithContext(ctx context.Context) FhirStoreVersionOutput

func (FhirStoreVersion) ToFhirStoreVersionPtrOutput added in v0.6.0

func (e FhirStoreVersion) ToFhirStoreVersionPtrOutput() FhirStoreVersionPtrOutput

func (FhirStoreVersion) ToFhirStoreVersionPtrOutputWithContext added in v0.6.0

func (e FhirStoreVersion) ToFhirStoreVersionPtrOutputWithContext(ctx context.Context) FhirStoreVersionPtrOutput

func (FhirStoreVersion) ToStringOutput added in v0.4.0

func (e FhirStoreVersion) ToStringOutput() pulumi.StringOutput

func (FhirStoreVersion) ToStringOutputWithContext added in v0.4.0

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

func (FhirStoreVersion) ToStringPtrOutput added in v0.4.0

func (e FhirStoreVersion) ToStringPtrOutput() pulumi.StringPtrOutput

func (FhirStoreVersion) ToStringPtrOutputWithContext added in v0.4.0

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

type FhirStoreVersionInput added in v0.6.0

type FhirStoreVersionInput interface {
	pulumi.Input

	ToFhirStoreVersionOutput() FhirStoreVersionOutput
	ToFhirStoreVersionOutputWithContext(context.Context) FhirStoreVersionOutput
}

FhirStoreVersionInput is an input type that accepts FhirStoreVersionArgs and FhirStoreVersionOutput values. You can construct a concrete instance of `FhirStoreVersionInput` via:

FhirStoreVersionArgs{...}

type FhirStoreVersionOutput added in v0.6.0

type FhirStoreVersionOutput struct{ *pulumi.OutputState }

func (FhirStoreVersionOutput) ElementType added in v0.6.0

func (FhirStoreVersionOutput) ElementType() reflect.Type

func (FhirStoreVersionOutput) ToFhirStoreVersionOutput added in v0.6.0

func (o FhirStoreVersionOutput) ToFhirStoreVersionOutput() FhirStoreVersionOutput

func (FhirStoreVersionOutput) ToFhirStoreVersionOutputWithContext added in v0.6.0

func (o FhirStoreVersionOutput) ToFhirStoreVersionOutputWithContext(ctx context.Context) FhirStoreVersionOutput

func (FhirStoreVersionOutput) ToFhirStoreVersionPtrOutput added in v0.6.0

func (o FhirStoreVersionOutput) ToFhirStoreVersionPtrOutput() FhirStoreVersionPtrOutput

func (FhirStoreVersionOutput) ToFhirStoreVersionPtrOutputWithContext added in v0.6.0

func (o FhirStoreVersionOutput) ToFhirStoreVersionPtrOutputWithContext(ctx context.Context) FhirStoreVersionPtrOutput

func (FhirStoreVersionOutput) ToStringOutput added in v0.6.0

func (o FhirStoreVersionOutput) ToStringOutput() pulumi.StringOutput

func (FhirStoreVersionOutput) ToStringOutputWithContext added in v0.6.0

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

func (FhirStoreVersionOutput) ToStringPtrOutput added in v0.6.0

func (o FhirStoreVersionOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FhirStoreVersionOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type FhirStoreVersionPtrInput added in v0.6.0

type FhirStoreVersionPtrInput interface {
	pulumi.Input

	ToFhirStoreVersionPtrOutput() FhirStoreVersionPtrOutput
	ToFhirStoreVersionPtrOutputWithContext(context.Context) FhirStoreVersionPtrOutput
}

func FhirStoreVersionPtr added in v0.6.0

func FhirStoreVersionPtr(v string) FhirStoreVersionPtrInput

type FhirStoreVersionPtrOutput added in v0.6.0

type FhirStoreVersionPtrOutput struct{ *pulumi.OutputState }

func (FhirStoreVersionPtrOutput) Elem added in v0.6.0

func (FhirStoreVersionPtrOutput) ElementType added in v0.6.0

func (FhirStoreVersionPtrOutput) ElementType() reflect.Type

func (FhirStoreVersionPtrOutput) ToFhirStoreVersionPtrOutput added in v0.6.0

func (o FhirStoreVersionPtrOutput) ToFhirStoreVersionPtrOutput() FhirStoreVersionPtrOutput

func (FhirStoreVersionPtrOutput) ToFhirStoreVersionPtrOutputWithContext added in v0.6.0

func (o FhirStoreVersionPtrOutput) ToFhirStoreVersionPtrOutputWithContext(ctx context.Context) FhirStoreVersionPtrOutput

func (FhirStoreVersionPtrOutput) ToStringPtrOutput added in v0.6.0

func (o FhirStoreVersionPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FhirStoreVersionPtrOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type Field

type Field struct {
	// The maximum number of times this field can be repeated. 0 or -1 means unbounded.
	MaxOccurs *int `pulumi:"maxOccurs"`
	// The minimum number of times this field must be present/repeated.
	MinOccurs *int `pulumi:"minOccurs"`
	// The name of the field. For example, "PID-1" or just "1".
	Name *string `pulumi:"name"`
	// The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
	Table *string `pulumi:"table"`
	// The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
	Type *string `pulumi:"type"`
}

A (sub) field of a type.

type FieldArgs

type FieldArgs struct {
	// The maximum number of times this field can be repeated. 0 or -1 means unbounded.
	MaxOccurs pulumi.IntPtrInput `pulumi:"maxOccurs"`
	// The minimum number of times this field must be present/repeated.
	MinOccurs pulumi.IntPtrInput `pulumi:"minOccurs"`
	// The name of the field. For example, "PID-1" or just "1".
	Name pulumi.StringPtrInput `pulumi:"name"`
	// The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
	Table pulumi.StringPtrInput `pulumi:"table"`
	// The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
	Type pulumi.StringPtrInput `pulumi:"type"`
}

A (sub) field of a type.

func (FieldArgs) ElementType

func (FieldArgs) ElementType() reflect.Type

func (FieldArgs) ToFieldOutput

func (i FieldArgs) ToFieldOutput() FieldOutput

func (FieldArgs) ToFieldOutputWithContext

func (i FieldArgs) ToFieldOutputWithContext(ctx context.Context) FieldOutput

type FieldArray

type FieldArray []FieldInput

func (FieldArray) ElementType

func (FieldArray) ElementType() reflect.Type

func (FieldArray) ToFieldArrayOutput

func (i FieldArray) ToFieldArrayOutput() FieldArrayOutput

func (FieldArray) ToFieldArrayOutputWithContext

func (i FieldArray) ToFieldArrayOutputWithContext(ctx context.Context) FieldArrayOutput

type FieldArrayInput

type FieldArrayInput interface {
	pulumi.Input

	ToFieldArrayOutput() FieldArrayOutput
	ToFieldArrayOutputWithContext(context.Context) FieldArrayOutput
}

FieldArrayInput is an input type that accepts FieldArray and FieldArrayOutput values. You can construct a concrete instance of `FieldArrayInput` via:

FieldArray{ FieldArgs{...} }

type FieldArrayOutput

type FieldArrayOutput struct{ *pulumi.OutputState }

func (FieldArrayOutput) ElementType

func (FieldArrayOutput) ElementType() reflect.Type

func (FieldArrayOutput) Index

func (FieldArrayOutput) ToFieldArrayOutput

func (o FieldArrayOutput) ToFieldArrayOutput() FieldArrayOutput

func (FieldArrayOutput) ToFieldArrayOutputWithContext

func (o FieldArrayOutput) ToFieldArrayOutputWithContext(ctx context.Context) FieldArrayOutput

type FieldInput

type FieldInput interface {
	pulumi.Input

	ToFieldOutput() FieldOutput
	ToFieldOutputWithContext(context.Context) FieldOutput
}

FieldInput is an input type that accepts FieldArgs and FieldOutput values. You can construct a concrete instance of `FieldInput` via:

FieldArgs{...}

type FieldMetadata added in v0.26.1

type FieldMetadata struct {
	// Deidentify action for one field.
	Action *FieldMetadataAction `pulumi:"action"`
	// List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: field[x]) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.
	Paths []string `pulumi:"paths"`
}

Specifies FHIR paths to match, and how to handle de-identification of matching fields.

type FieldMetadataAction added in v0.26.1

type FieldMetadataAction string

Deidentify action for one field.

func (FieldMetadataAction) ElementType added in v0.26.1

func (FieldMetadataAction) ElementType() reflect.Type

func (FieldMetadataAction) ToFieldMetadataActionOutput added in v0.26.1

func (e FieldMetadataAction) ToFieldMetadataActionOutput() FieldMetadataActionOutput

func (FieldMetadataAction) ToFieldMetadataActionOutputWithContext added in v0.26.1

func (e FieldMetadataAction) ToFieldMetadataActionOutputWithContext(ctx context.Context) FieldMetadataActionOutput

func (FieldMetadataAction) ToFieldMetadataActionPtrOutput added in v0.26.1

func (e FieldMetadataAction) ToFieldMetadataActionPtrOutput() FieldMetadataActionPtrOutput

func (FieldMetadataAction) ToFieldMetadataActionPtrOutputWithContext added in v0.26.1

func (e FieldMetadataAction) ToFieldMetadataActionPtrOutputWithContext(ctx context.Context) FieldMetadataActionPtrOutput

func (FieldMetadataAction) ToStringOutput added in v0.26.1

func (e FieldMetadataAction) ToStringOutput() pulumi.StringOutput

func (FieldMetadataAction) ToStringOutputWithContext added in v0.26.1

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

func (FieldMetadataAction) ToStringPtrOutput added in v0.26.1

func (e FieldMetadataAction) ToStringPtrOutput() pulumi.StringPtrOutput

func (FieldMetadataAction) ToStringPtrOutputWithContext added in v0.26.1

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

type FieldMetadataActionInput added in v0.26.1

type FieldMetadataActionInput interface {
	pulumi.Input

	ToFieldMetadataActionOutput() FieldMetadataActionOutput
	ToFieldMetadataActionOutputWithContext(context.Context) FieldMetadataActionOutput
}

FieldMetadataActionInput is an input type that accepts FieldMetadataActionArgs and FieldMetadataActionOutput values. You can construct a concrete instance of `FieldMetadataActionInput` via:

FieldMetadataActionArgs{...}

type FieldMetadataActionOutput added in v0.26.1

type FieldMetadataActionOutput struct{ *pulumi.OutputState }

func (FieldMetadataActionOutput) ElementType added in v0.26.1

func (FieldMetadataActionOutput) ElementType() reflect.Type

func (FieldMetadataActionOutput) ToFieldMetadataActionOutput added in v0.26.1

func (o FieldMetadataActionOutput) ToFieldMetadataActionOutput() FieldMetadataActionOutput

func (FieldMetadataActionOutput) ToFieldMetadataActionOutputWithContext added in v0.26.1

func (o FieldMetadataActionOutput) ToFieldMetadataActionOutputWithContext(ctx context.Context) FieldMetadataActionOutput

func (FieldMetadataActionOutput) ToFieldMetadataActionPtrOutput added in v0.26.1

func (o FieldMetadataActionOutput) ToFieldMetadataActionPtrOutput() FieldMetadataActionPtrOutput

func (FieldMetadataActionOutput) ToFieldMetadataActionPtrOutputWithContext added in v0.26.1

func (o FieldMetadataActionOutput) ToFieldMetadataActionPtrOutputWithContext(ctx context.Context) FieldMetadataActionPtrOutput

func (FieldMetadataActionOutput) ToStringOutput added in v0.26.1

func (o FieldMetadataActionOutput) ToStringOutput() pulumi.StringOutput

func (FieldMetadataActionOutput) ToStringOutputWithContext added in v0.26.1

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

func (FieldMetadataActionOutput) ToStringPtrOutput added in v0.26.1

func (o FieldMetadataActionOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FieldMetadataActionOutput) ToStringPtrOutputWithContext added in v0.26.1

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

type FieldMetadataActionPtrInput added in v0.26.1

type FieldMetadataActionPtrInput interface {
	pulumi.Input

	ToFieldMetadataActionPtrOutput() FieldMetadataActionPtrOutput
	ToFieldMetadataActionPtrOutputWithContext(context.Context) FieldMetadataActionPtrOutput
}

func FieldMetadataActionPtr added in v0.26.1

func FieldMetadataActionPtr(v string) FieldMetadataActionPtrInput

type FieldMetadataActionPtrOutput added in v0.26.1

type FieldMetadataActionPtrOutput struct{ *pulumi.OutputState }

func (FieldMetadataActionPtrOutput) Elem added in v0.26.1

func (FieldMetadataActionPtrOutput) ElementType added in v0.26.1

func (FieldMetadataActionPtrOutput) ToFieldMetadataActionPtrOutput added in v0.26.1

func (o FieldMetadataActionPtrOutput) ToFieldMetadataActionPtrOutput() FieldMetadataActionPtrOutput

func (FieldMetadataActionPtrOutput) ToFieldMetadataActionPtrOutputWithContext added in v0.26.1

func (o FieldMetadataActionPtrOutput) ToFieldMetadataActionPtrOutputWithContext(ctx context.Context) FieldMetadataActionPtrOutput

func (FieldMetadataActionPtrOutput) ToStringPtrOutput added in v0.26.1

func (o FieldMetadataActionPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FieldMetadataActionPtrOutput) ToStringPtrOutputWithContext added in v0.26.1

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

type FieldMetadataArgs added in v0.26.1

type FieldMetadataArgs struct {
	// Deidentify action for one field.
	Action FieldMetadataActionPtrInput `pulumi:"action"`
	// List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: field[x]) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.
	Paths pulumi.StringArrayInput `pulumi:"paths"`
}

Specifies FHIR paths to match, and how to handle de-identification of matching fields.

func (FieldMetadataArgs) ElementType added in v0.26.1

func (FieldMetadataArgs) ElementType() reflect.Type

func (FieldMetadataArgs) ToFieldMetadataOutput added in v0.26.1

func (i FieldMetadataArgs) ToFieldMetadataOutput() FieldMetadataOutput

func (FieldMetadataArgs) ToFieldMetadataOutputWithContext added in v0.26.1

func (i FieldMetadataArgs) ToFieldMetadataOutputWithContext(ctx context.Context) FieldMetadataOutput

type FieldMetadataArray added in v0.26.1

type FieldMetadataArray []FieldMetadataInput

func (FieldMetadataArray) ElementType added in v0.26.1

func (FieldMetadataArray) ElementType() reflect.Type

func (FieldMetadataArray) ToFieldMetadataArrayOutput added in v0.26.1

func (i FieldMetadataArray) ToFieldMetadataArrayOutput() FieldMetadataArrayOutput

func (FieldMetadataArray) ToFieldMetadataArrayOutputWithContext added in v0.26.1

func (i FieldMetadataArray) ToFieldMetadataArrayOutputWithContext(ctx context.Context) FieldMetadataArrayOutput

type FieldMetadataArrayInput added in v0.26.1

type FieldMetadataArrayInput interface {
	pulumi.Input

	ToFieldMetadataArrayOutput() FieldMetadataArrayOutput
	ToFieldMetadataArrayOutputWithContext(context.Context) FieldMetadataArrayOutput
}

FieldMetadataArrayInput is an input type that accepts FieldMetadataArray and FieldMetadataArrayOutput values. You can construct a concrete instance of `FieldMetadataArrayInput` via:

FieldMetadataArray{ FieldMetadataArgs{...} }

type FieldMetadataArrayOutput added in v0.26.1

type FieldMetadataArrayOutput struct{ *pulumi.OutputState }

func (FieldMetadataArrayOutput) ElementType added in v0.26.1

func (FieldMetadataArrayOutput) ElementType() reflect.Type

func (FieldMetadataArrayOutput) Index added in v0.26.1

func (FieldMetadataArrayOutput) ToFieldMetadataArrayOutput added in v0.26.1

func (o FieldMetadataArrayOutput) ToFieldMetadataArrayOutput() FieldMetadataArrayOutput

func (FieldMetadataArrayOutput) ToFieldMetadataArrayOutputWithContext added in v0.26.1

func (o FieldMetadataArrayOutput) ToFieldMetadataArrayOutputWithContext(ctx context.Context) FieldMetadataArrayOutput

type FieldMetadataInput added in v0.26.1

type FieldMetadataInput interface {
	pulumi.Input

	ToFieldMetadataOutput() FieldMetadataOutput
	ToFieldMetadataOutputWithContext(context.Context) FieldMetadataOutput
}

FieldMetadataInput is an input type that accepts FieldMetadataArgs and FieldMetadataOutput values. You can construct a concrete instance of `FieldMetadataInput` via:

FieldMetadataArgs{...}

type FieldMetadataOutput added in v0.26.1

type FieldMetadataOutput struct{ *pulumi.OutputState }

Specifies FHIR paths to match, and how to handle de-identification of matching fields.

func (FieldMetadataOutput) Action added in v0.26.1

Deidentify action for one field.

func (FieldMetadataOutput) ElementType added in v0.26.1

func (FieldMetadataOutput) ElementType() reflect.Type

func (FieldMetadataOutput) Paths added in v0.26.1

List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: field[x]) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.

func (FieldMetadataOutput) ToFieldMetadataOutput added in v0.26.1

func (o FieldMetadataOutput) ToFieldMetadataOutput() FieldMetadataOutput

func (FieldMetadataOutput) ToFieldMetadataOutputWithContext added in v0.26.1

func (o FieldMetadataOutput) ToFieldMetadataOutputWithContext(ctx context.Context) FieldMetadataOutput

type FieldMetadataResponse added in v0.26.1

type FieldMetadataResponse struct {
	// Deidentify action for one field.
	Action string `pulumi:"action"`
	// List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: field[x]) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.
	Paths []string `pulumi:"paths"`
}

Specifies FHIR paths to match, and how to handle de-identification of matching fields.

type FieldMetadataResponseArrayOutput added in v0.26.1

type FieldMetadataResponseArrayOutput struct{ *pulumi.OutputState }

func (FieldMetadataResponseArrayOutput) ElementType added in v0.26.1

func (FieldMetadataResponseArrayOutput) Index added in v0.26.1

func (FieldMetadataResponseArrayOutput) ToFieldMetadataResponseArrayOutput added in v0.26.1

func (o FieldMetadataResponseArrayOutput) ToFieldMetadataResponseArrayOutput() FieldMetadataResponseArrayOutput

func (FieldMetadataResponseArrayOutput) ToFieldMetadataResponseArrayOutputWithContext added in v0.26.1

func (o FieldMetadataResponseArrayOutput) ToFieldMetadataResponseArrayOutputWithContext(ctx context.Context) FieldMetadataResponseArrayOutput

type FieldMetadataResponseOutput added in v0.26.1

type FieldMetadataResponseOutput struct{ *pulumi.OutputState }

Specifies FHIR paths to match, and how to handle de-identification of matching fields.

func (FieldMetadataResponseOutput) Action added in v0.26.1

Deidentify action for one field.

func (FieldMetadataResponseOutput) ElementType added in v0.26.1

func (FieldMetadataResponseOutput) Paths added in v0.26.1

List of paths to FHIR fields to be redacted. Each path is a period-separated list where each component is either a field name or FHIR type name, for example: Patient, HumanName. For "choice" types (those defined in the FHIR spec with the form: field[x]) we use two separate components. For example, "deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are: AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml.

func (FieldMetadataResponseOutput) ToFieldMetadataResponseOutput added in v0.26.1

func (o FieldMetadataResponseOutput) ToFieldMetadataResponseOutput() FieldMetadataResponseOutput

func (FieldMetadataResponseOutput) ToFieldMetadataResponseOutputWithContext added in v0.26.1

func (o FieldMetadataResponseOutput) ToFieldMetadataResponseOutputWithContext(ctx context.Context) FieldMetadataResponseOutput

type FieldOutput

type FieldOutput struct{ *pulumi.OutputState }

A (sub) field of a type.

func (FieldOutput) ElementType

func (FieldOutput) ElementType() reflect.Type

func (FieldOutput) MaxOccurs

func (o FieldOutput) MaxOccurs() pulumi.IntPtrOutput

The maximum number of times this field can be repeated. 0 or -1 means unbounded.

func (FieldOutput) MinOccurs

func (o FieldOutput) MinOccurs() pulumi.IntPtrOutput

The minimum number of times this field must be present/repeated.

func (FieldOutput) Name

The name of the field. For example, "PID-1" or just "1".

func (FieldOutput) Table

The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".

func (FieldOutput) ToFieldOutput

func (o FieldOutput) ToFieldOutput() FieldOutput

func (FieldOutput) ToFieldOutputWithContext

func (o FieldOutput) ToFieldOutputWithContext(ctx context.Context) FieldOutput

func (FieldOutput) Type

The type of this field. A Type with this name must be defined in an Hl7TypesConfig.

type FieldResponse

type FieldResponse struct {
	// The maximum number of times this field can be repeated. 0 or -1 means unbounded.
	MaxOccurs int `pulumi:"maxOccurs"`
	// The minimum number of times this field must be present/repeated.
	MinOccurs int `pulumi:"minOccurs"`
	// The name of the field. For example, "PID-1" or just "1".
	Name string `pulumi:"name"`
	// The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
	Table string `pulumi:"table"`
	// The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
	Type string `pulumi:"type"`
}

A (sub) field of a type.

type FieldResponseArrayOutput

type FieldResponseArrayOutput struct{ *pulumi.OutputState }

func (FieldResponseArrayOutput) ElementType

func (FieldResponseArrayOutput) ElementType() reflect.Type

func (FieldResponseArrayOutput) Index

func (FieldResponseArrayOutput) ToFieldResponseArrayOutput

func (o FieldResponseArrayOutput) ToFieldResponseArrayOutput() FieldResponseArrayOutput

func (FieldResponseArrayOutput) ToFieldResponseArrayOutputWithContext

func (o FieldResponseArrayOutput) ToFieldResponseArrayOutputWithContext(ctx context.Context) FieldResponseArrayOutput

type FieldResponseOutput

type FieldResponseOutput struct{ *pulumi.OutputState }

A (sub) field of a type.

func (FieldResponseOutput) ElementType

func (FieldResponseOutput) ElementType() reflect.Type

func (FieldResponseOutput) MaxOccurs

func (o FieldResponseOutput) MaxOccurs() pulumi.IntOutput

The maximum number of times this field can be repeated. 0 or -1 means unbounded.

func (FieldResponseOutput) MinOccurs

func (o FieldResponseOutput) MinOccurs() pulumi.IntOutput

The minimum number of times this field must be present/repeated.

func (FieldResponseOutput) Name

The name of the field. For example, "PID-1" or just "1".

func (FieldResponseOutput) Table

The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".

func (FieldResponseOutput) ToFieldResponseOutput

func (o FieldResponseOutput) ToFieldResponseOutput() FieldResponseOutput

func (FieldResponseOutput) ToFieldResponseOutputWithContext

func (o FieldResponseOutput) ToFieldResponseOutputWithContext(ctx context.Context) FieldResponseOutput

func (FieldResponseOutput) Type

The type of this field. A Type with this name must be defined in an Hl7TypesConfig.

type GetFhirArgs added in v0.4.0

type GetFhirArgs struct {
	DatasetId   string  `pulumi:"datasetId"`
	FhirId      string  `pulumi:"fhirId"`
	FhirId1     string  `pulumi:"fhirId1"`
	FhirStoreId string  `pulumi:"fhirStoreId"`
	Location    string  `pulumi:"location"`
	Project     *string `pulumi:"project"`
}

type GetFhirOutputArgs added in v0.8.0

type GetFhirOutputArgs struct {
	DatasetId   pulumi.StringInput    `pulumi:"datasetId"`
	FhirId      pulumi.StringInput    `pulumi:"fhirId"`
	FhirId1     pulumi.StringInput    `pulumi:"fhirId1"`
	FhirStoreId pulumi.StringInput    `pulumi:"fhirStoreId"`
	Location    pulumi.StringInput    `pulumi:"location"`
	Project     pulumi.StringPtrInput `pulumi:"project"`
}

func (GetFhirOutputArgs) ElementType added in v0.8.0

func (GetFhirOutputArgs) ElementType() reflect.Type

type GetFhirResult added in v0.4.0

type GetFhirResult struct {
	// The HTTP Content-Type header value specifying the content type of the body.
	ContentType string `pulumi:"contentType"`
	// The HTTP request/response body as raw binary.
	Data string `pulumi:"data"`
	// Application specific response metadata. Must be set in the first response for streaming APIs.
	Extensions []map[string]string `pulumi:"extensions"`
}

func GetFhir added in v0.4.0

func GetFhir(ctx *pulumi.Context, args *GetFhirArgs, opts ...pulumi.InvokeOption) (*GetFhirResult, error)

Gets the contents of a FHIR resource. Implements the FHIR standard read interaction ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#read), [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#read), [R4](http://hl7.org/implement/standards/fhir/R4/http.html#read)). Also supports the FHIR standard conditional read interaction ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#cread), [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#cread), [R4](http://hl7.org/implement/standards/fhir/R4/http.html#cread)) specified by supplying an `If-Modified-Since` header with a date/time value or an `If-None-Match` header with an ETag value. On success, the response body contains a JSON-encoded representation of the resource. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead. For samples that show how to call `read`, see [Getting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#getting_a_fhir_resource).

type GetFhirResultOutput added in v0.8.0

type GetFhirResultOutput struct{ *pulumi.OutputState }

func GetFhirOutput added in v0.8.0

func GetFhirOutput(ctx *pulumi.Context, args GetFhirOutputArgs, opts ...pulumi.InvokeOption) GetFhirResultOutput

func (GetFhirResultOutput) ContentType added in v0.8.0

func (o GetFhirResultOutput) ContentType() pulumi.StringOutput

The HTTP Content-Type header value specifying the content type of the body.

func (GetFhirResultOutput) Data added in v0.8.0

The HTTP request/response body as raw binary.

func (GetFhirResultOutput) ElementType added in v0.8.0

func (GetFhirResultOutput) ElementType() reflect.Type

func (GetFhirResultOutput) Extensions added in v0.8.0

Application specific response metadata. Must be set in the first response for streaming APIs.

func (GetFhirResultOutput) ToGetFhirResultOutput added in v0.8.0

func (o GetFhirResultOutput) ToGetFhirResultOutput() GetFhirResultOutput

func (GetFhirResultOutput) ToGetFhirResultOutputWithContext added in v0.8.0

func (o GetFhirResultOutput) ToGetFhirResultOutputWithContext(ctx context.Context) GetFhirResultOutput

type GoogleCloudHealthcareV1ConsentPolicy

type GoogleCloudHealthcareV1ConsentPolicy struct {
	// The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have `IN` operator as well as at most 10 logical operators that are limited to `AND` (`&&`), `OR` (`||`).
	AuthorizationRule Expr `pulumi:"authorizationRule"`
	// The resources that this policy applies to. A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.
	ResourceAttributes []Attribute `pulumi:"resourceAttributes"`
}

Represents a user's consent in terms of the resources that can be accessed and under what conditions.

type GoogleCloudHealthcareV1ConsentPolicyArgs

type GoogleCloudHealthcareV1ConsentPolicyArgs struct {
	// The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have `IN` operator as well as at most 10 logical operators that are limited to `AND` (`&&`), `OR` (`||`).
	AuthorizationRule ExprInput `pulumi:"authorizationRule"`
	// The resources that this policy applies to. A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.
	ResourceAttributes AttributeArrayInput `pulumi:"resourceAttributes"`
}

Represents a user's consent in terms of the resources that can be accessed and under what conditions.

func (GoogleCloudHealthcareV1ConsentPolicyArgs) ElementType

func (GoogleCloudHealthcareV1ConsentPolicyArgs) ToGoogleCloudHealthcareV1ConsentPolicyOutput

func (i GoogleCloudHealthcareV1ConsentPolicyArgs) ToGoogleCloudHealthcareV1ConsentPolicyOutput() GoogleCloudHealthcareV1ConsentPolicyOutput

func (GoogleCloudHealthcareV1ConsentPolicyArgs) ToGoogleCloudHealthcareV1ConsentPolicyOutputWithContext

func (i GoogleCloudHealthcareV1ConsentPolicyArgs) ToGoogleCloudHealthcareV1ConsentPolicyOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1ConsentPolicyOutput

type GoogleCloudHealthcareV1ConsentPolicyArray

type GoogleCloudHealthcareV1ConsentPolicyArray []GoogleCloudHealthcareV1ConsentPolicyInput

func (GoogleCloudHealthcareV1ConsentPolicyArray) ElementType

func (GoogleCloudHealthcareV1ConsentPolicyArray) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutput

func (i GoogleCloudHealthcareV1ConsentPolicyArray) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutput() GoogleCloudHealthcareV1ConsentPolicyArrayOutput

func (GoogleCloudHealthcareV1ConsentPolicyArray) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutputWithContext

func (i GoogleCloudHealthcareV1ConsentPolicyArray) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1ConsentPolicyArrayOutput

type GoogleCloudHealthcareV1ConsentPolicyArrayInput

type GoogleCloudHealthcareV1ConsentPolicyArrayInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1ConsentPolicyArrayOutput() GoogleCloudHealthcareV1ConsentPolicyArrayOutput
	ToGoogleCloudHealthcareV1ConsentPolicyArrayOutputWithContext(context.Context) GoogleCloudHealthcareV1ConsentPolicyArrayOutput
}

GoogleCloudHealthcareV1ConsentPolicyArrayInput is an input type that accepts GoogleCloudHealthcareV1ConsentPolicyArray and GoogleCloudHealthcareV1ConsentPolicyArrayOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1ConsentPolicyArrayInput` via:

GoogleCloudHealthcareV1ConsentPolicyArray{ GoogleCloudHealthcareV1ConsentPolicyArgs{...} }

type GoogleCloudHealthcareV1ConsentPolicyArrayOutput

type GoogleCloudHealthcareV1ConsentPolicyArrayOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1ConsentPolicyArrayOutput) ElementType

func (GoogleCloudHealthcareV1ConsentPolicyArrayOutput) Index

func (GoogleCloudHealthcareV1ConsentPolicyArrayOutput) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutput

func (o GoogleCloudHealthcareV1ConsentPolicyArrayOutput) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutput() GoogleCloudHealthcareV1ConsentPolicyArrayOutput

func (GoogleCloudHealthcareV1ConsentPolicyArrayOutput) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutputWithContext

func (o GoogleCloudHealthcareV1ConsentPolicyArrayOutput) ToGoogleCloudHealthcareV1ConsentPolicyArrayOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1ConsentPolicyArrayOutput

type GoogleCloudHealthcareV1ConsentPolicyInput

type GoogleCloudHealthcareV1ConsentPolicyInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1ConsentPolicyOutput() GoogleCloudHealthcareV1ConsentPolicyOutput
	ToGoogleCloudHealthcareV1ConsentPolicyOutputWithContext(context.Context) GoogleCloudHealthcareV1ConsentPolicyOutput
}

GoogleCloudHealthcareV1ConsentPolicyInput is an input type that accepts GoogleCloudHealthcareV1ConsentPolicyArgs and GoogleCloudHealthcareV1ConsentPolicyOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1ConsentPolicyInput` via:

GoogleCloudHealthcareV1ConsentPolicyArgs{...}

type GoogleCloudHealthcareV1ConsentPolicyOutput

type GoogleCloudHealthcareV1ConsentPolicyOutput struct{ *pulumi.OutputState }

Represents a user's consent in terms of the resources that can be accessed and under what conditions.

func (GoogleCloudHealthcareV1ConsentPolicyOutput) AuthorizationRule

The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have `IN` operator as well as at most 10 logical operators that are limited to `AND` (`&&`), `OR` (`||`).

func (GoogleCloudHealthcareV1ConsentPolicyOutput) ElementType

func (GoogleCloudHealthcareV1ConsentPolicyOutput) ResourceAttributes

The resources that this policy applies to. A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.

func (GoogleCloudHealthcareV1ConsentPolicyOutput) ToGoogleCloudHealthcareV1ConsentPolicyOutput

func (o GoogleCloudHealthcareV1ConsentPolicyOutput) ToGoogleCloudHealthcareV1ConsentPolicyOutput() GoogleCloudHealthcareV1ConsentPolicyOutput

func (GoogleCloudHealthcareV1ConsentPolicyOutput) ToGoogleCloudHealthcareV1ConsentPolicyOutputWithContext

func (o GoogleCloudHealthcareV1ConsentPolicyOutput) ToGoogleCloudHealthcareV1ConsentPolicyOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1ConsentPolicyOutput

type GoogleCloudHealthcareV1ConsentPolicyResponse

type GoogleCloudHealthcareV1ConsentPolicyResponse struct {
	// The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have `IN` operator as well as at most 10 logical operators that are limited to `AND` (`&&`), `OR` (`||`).
	AuthorizationRule ExprResponse `pulumi:"authorizationRule"`
	// The resources that this policy applies to. A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.
	ResourceAttributes []AttributeResponse `pulumi:"resourceAttributes"`
}

Represents a user's consent in terms of the resources that can be accessed and under what conditions.

type GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput

type GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput) ElementType

func (GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput) Index

func (GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput) ToGoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput

func (GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput) ToGoogleCloudHealthcareV1ConsentPolicyResponseArrayOutputWithContext

func (o GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput) ToGoogleCloudHealthcareV1ConsentPolicyResponseArrayOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1ConsentPolicyResponseArrayOutput

type GoogleCloudHealthcareV1ConsentPolicyResponseOutput

type GoogleCloudHealthcareV1ConsentPolicyResponseOutput struct{ *pulumi.OutputState }

Represents a user's consent in terms of the resources that can be accessed and under what conditions.

func (GoogleCloudHealthcareV1ConsentPolicyResponseOutput) AuthorizationRule

The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have `IN` operator as well as at most 10 logical operators that are limited to `AND` (`&&`), `OR` (`||`).

func (GoogleCloudHealthcareV1ConsentPolicyResponseOutput) ElementType

func (GoogleCloudHealthcareV1ConsentPolicyResponseOutput) ResourceAttributes

The resources that this policy applies to. A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.

func (GoogleCloudHealthcareV1ConsentPolicyResponseOutput) ToGoogleCloudHealthcareV1ConsentPolicyResponseOutput

func (o GoogleCloudHealthcareV1ConsentPolicyResponseOutput) ToGoogleCloudHealthcareV1ConsentPolicyResponseOutput() GoogleCloudHealthcareV1ConsentPolicyResponseOutput

func (GoogleCloudHealthcareV1ConsentPolicyResponseOutput) ToGoogleCloudHealthcareV1ConsentPolicyResponseOutputWithContext

func (o GoogleCloudHealthcareV1ConsentPolicyResponseOutput) ToGoogleCloudHealthcareV1ConsentPolicyResponseOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1ConsentPolicyResponseOutput

type GoogleCloudHealthcareV1DicomBigQueryDestination added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestination struct {
	// Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
	Force *bool `pulumi:"force"`
	// BigQuery URI to a table, up to 2000 characters long, in the format `bq://projectId.bqDatasetId.tableId`
	TableUri *string `pulumi:"tableUri"`
	// Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the `force` parameter is ignored.
	WriteDisposition *GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition `pulumi:"writeDisposition"`
}

The BigQuery table where the server writes the output.

type GoogleCloudHealthcareV1DicomBigQueryDestinationArgs added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationArgs struct {
	// Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
	Force pulumi.BoolPtrInput `pulumi:"force"`
	// BigQuery URI to a table, up to 2000 characters long, in the format `bq://projectId.bqDatasetId.tableId`
	TableUri pulumi.StringPtrInput `pulumi:"tableUri"`
	// Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the `force` parameter is ignored.
	WriteDisposition GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrInput `pulumi:"writeDisposition"`
}

The BigQuery table where the server writes the output.

func (GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutput added in v0.32.0

func (i GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutput() GoogleCloudHealthcareV1DicomBigQueryDestinationOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutputWithContext added in v0.32.0

func (i GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput added in v0.32.0

func (i GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput() GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutputWithContext added in v0.32.0

func (i GoogleCloudHealthcareV1DicomBigQueryDestinationArgs) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput

type GoogleCloudHealthcareV1DicomBigQueryDestinationInput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutput() GoogleCloudHealthcareV1DicomBigQueryDestinationOutput
	ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutputWithContext(context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationOutput
}

GoogleCloudHealthcareV1DicomBigQueryDestinationInput is an input type that accepts GoogleCloudHealthcareV1DicomBigQueryDestinationArgs and GoogleCloudHealthcareV1DicomBigQueryDestinationOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1DicomBigQueryDestinationInput` via:

GoogleCloudHealthcareV1DicomBigQueryDestinationArgs{...}

type GoogleCloudHealthcareV1DicomBigQueryDestinationOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationOutput struct{ *pulumi.OutputState }

The BigQuery table where the server writes the output.

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) Force added in v0.32.0

Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) TableUri added in v0.32.0

BigQuery URI to a table, up to 2000 characters long, in the format `bq://projectId.bqDatasetId.tableId`

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput added in v0.32.0

func (o GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput() GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationOutput) WriteDisposition added in v0.32.0

Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the `force` parameter is ignored.

type GoogleCloudHealthcareV1DicomBigQueryDestinationPtrInput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationPtrInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput() GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput
	ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutputWithContext(context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput
}

GoogleCloudHealthcareV1DicomBigQueryDestinationPtrInput is an input type that accepts GoogleCloudHealthcareV1DicomBigQueryDestinationArgs, GoogleCloudHealthcareV1DicomBigQueryDestinationPtr and GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1DicomBigQueryDestinationPtrInput` via:

        GoogleCloudHealthcareV1DicomBigQueryDestinationArgs{...}

or:

        nil

type GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) Elem added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) Force added in v0.32.0

Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.

func (GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) TableUri added in v0.32.0

BigQuery URI to a table, up to 2000 characters long, in the format `bq://projectId.bqDatasetId.tableId`

func (GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationPtrOutput) WriteDisposition added in v0.32.0

Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the `force` parameter is ignored.

type GoogleCloudHealthcareV1DicomBigQueryDestinationResponse added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationResponse struct {
	// Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
	Force bool `pulumi:"force"`
	// BigQuery URI to a table, up to 2000 characters long, in the format `bq://projectId.bqDatasetId.tableId`
	TableUri string `pulumi:"tableUri"`
	// Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the `force` parameter is ignored.
	WriteDisposition string `pulumi:"writeDisposition"`
}

The BigQuery table where the server writes the output.

type GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput struct{ *pulumi.OutputState }

The BigQuery table where the server writes the output.

func (GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput) Force added in v0.32.0

Use `write_disposition` instead. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.

func (GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput) TableUri added in v0.32.0

BigQuery URI to a table, up to 2000 characters long, in the format `bq://projectId.bqDatasetId.tableId`

func (GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationResponseOutput) WriteDisposition added in v0.32.0

Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the `force` parameter is ignored.

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition string

Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the `force` parameter is ignored.

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutputWithContext added in v0.32.0

func (e GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutputWithContext added in v0.32.0

func (e GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToStringOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToStringOutputWithContext added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToStringPtrOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDisposition) ToStringPtrOutputWithContext added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionInput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput() GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput
	ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutputWithContext(context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput
}

GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionInput is an input type that accepts GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionArgs and GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionInput` via:

GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionArgs{...}

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToStringOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToStringOutputWithContext added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToStringPtrOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionOutput) ToStringPtrOutputWithContext added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrInput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput() GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput
	ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutputWithContext(context.Context) GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput
}

func GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtr added in v0.32.0

func GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtr(v string) GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrInput

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput) Elem added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput) ToGoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutputWithContext added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput) ToStringPtrOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomBigQueryDestinationWriteDispositionPtrOutput) ToStringPtrOutputWithContext added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfig added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfig struct {
	// Results are appended to this table. The server creates a new table in the given BigQuery dataset if the specified table does not exist. To enable the Cloud Healthcare API to write to your BigQuery table, you must give the Cloud Healthcare API service account the bigquery.dataEditor role. The service account is: `service-{PROJECT_NUMBER}@gcp-sa-healthcare.iam.gserviceaccount.com`. The PROJECT_NUMBER identifies the project that the DICOM store resides in. To get the project number, go to the Cloud Console Dashboard. It is recommended to not have a custom schema in the destination table which could conflict with the schema created by the Cloud Healthcare API. Instance deletions are not applied to the destination table. The destination's table schema will be automatically updated in case a new instance's data is incompatible with the current schema. The schema should not be updated manually as this can cause incompatibilies that cannot be resolved automatically. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any instance that generates more than 1 MB of BigQuery data will not be streamed. If an instance cannot be streamed to BigQuery, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	BigqueryDestination *GoogleCloudHealthcareV1DicomBigQueryDestination `pulumi:"bigqueryDestination"`
}

StreamConfig specifies configuration for a streaming DICOM export.

type GoogleCloudHealthcareV1DicomStreamConfigArgs added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigArgs struct {
	// Results are appended to this table. The server creates a new table in the given BigQuery dataset if the specified table does not exist. To enable the Cloud Healthcare API to write to your BigQuery table, you must give the Cloud Healthcare API service account the bigquery.dataEditor role. The service account is: `service-{PROJECT_NUMBER}@gcp-sa-healthcare.iam.gserviceaccount.com`. The PROJECT_NUMBER identifies the project that the DICOM store resides in. To get the project number, go to the Cloud Console Dashboard. It is recommended to not have a custom schema in the destination table which could conflict with the schema created by the Cloud Healthcare API. Instance deletions are not applied to the destination table. The destination's table schema will be automatically updated in case a new instance's data is incompatible with the current schema. The schema should not be updated manually as this can cause incompatibilies that cannot be resolved automatically. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any instance that generates more than 1 MB of BigQuery data will not be streamed. If an instance cannot be streamed to BigQuery, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	BigqueryDestination GoogleCloudHealthcareV1DicomBigQueryDestinationPtrInput `pulumi:"bigqueryDestination"`
}

StreamConfig specifies configuration for a streaming DICOM export.

func (GoogleCloudHealthcareV1DicomStreamConfigArgs) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigArgs) ToGoogleCloudHealthcareV1DicomStreamConfigOutput added in v0.32.0

func (i GoogleCloudHealthcareV1DicomStreamConfigArgs) ToGoogleCloudHealthcareV1DicomStreamConfigOutput() GoogleCloudHealthcareV1DicomStreamConfigOutput

func (GoogleCloudHealthcareV1DicomStreamConfigArgs) ToGoogleCloudHealthcareV1DicomStreamConfigOutputWithContext added in v0.32.0

func (i GoogleCloudHealthcareV1DicomStreamConfigArgs) ToGoogleCloudHealthcareV1DicomStreamConfigOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomStreamConfigOutput

type GoogleCloudHealthcareV1DicomStreamConfigArray added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigArray []GoogleCloudHealthcareV1DicomStreamConfigInput

func (GoogleCloudHealthcareV1DicomStreamConfigArray) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigArray) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutput added in v0.32.0

func (i GoogleCloudHealthcareV1DicomStreamConfigArray) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutput() GoogleCloudHealthcareV1DicomStreamConfigArrayOutput

func (GoogleCloudHealthcareV1DicomStreamConfigArray) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutputWithContext added in v0.32.0

func (i GoogleCloudHealthcareV1DicomStreamConfigArray) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomStreamConfigArrayOutput

type GoogleCloudHealthcareV1DicomStreamConfigArrayInput added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigArrayInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutput() GoogleCloudHealthcareV1DicomStreamConfigArrayOutput
	ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutputWithContext(context.Context) GoogleCloudHealthcareV1DicomStreamConfigArrayOutput
}

GoogleCloudHealthcareV1DicomStreamConfigArrayInput is an input type that accepts GoogleCloudHealthcareV1DicomStreamConfigArray and GoogleCloudHealthcareV1DicomStreamConfigArrayOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1DicomStreamConfigArrayInput` via:

GoogleCloudHealthcareV1DicomStreamConfigArray{ GoogleCloudHealthcareV1DicomStreamConfigArgs{...} }

type GoogleCloudHealthcareV1DicomStreamConfigArrayOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigArrayOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1DicomStreamConfigArrayOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigArrayOutput) Index added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigArrayOutput) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutput added in v0.32.0

func (o GoogleCloudHealthcareV1DicomStreamConfigArrayOutput) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutput() GoogleCloudHealthcareV1DicomStreamConfigArrayOutput

func (GoogleCloudHealthcareV1DicomStreamConfigArrayOutput) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomStreamConfigArrayOutput) ToGoogleCloudHealthcareV1DicomStreamConfigArrayOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomStreamConfigArrayOutput

type GoogleCloudHealthcareV1DicomStreamConfigInput added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1DicomStreamConfigOutput() GoogleCloudHealthcareV1DicomStreamConfigOutput
	ToGoogleCloudHealthcareV1DicomStreamConfigOutputWithContext(context.Context) GoogleCloudHealthcareV1DicomStreamConfigOutput
}

GoogleCloudHealthcareV1DicomStreamConfigInput is an input type that accepts GoogleCloudHealthcareV1DicomStreamConfigArgs and GoogleCloudHealthcareV1DicomStreamConfigOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1DicomStreamConfigInput` via:

GoogleCloudHealthcareV1DicomStreamConfigArgs{...}

type GoogleCloudHealthcareV1DicomStreamConfigOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigOutput struct{ *pulumi.OutputState }

StreamConfig specifies configuration for a streaming DICOM export.

func (GoogleCloudHealthcareV1DicomStreamConfigOutput) BigqueryDestination added in v0.32.0

Results are appended to this table. The server creates a new table in the given BigQuery dataset if the specified table does not exist. To enable the Cloud Healthcare API to write to your BigQuery table, you must give the Cloud Healthcare API service account the bigquery.dataEditor role. The service account is: `service-{PROJECT_NUMBER}@gcp-sa-healthcare.iam.gserviceaccount.com`. The PROJECT_NUMBER identifies the project that the DICOM store resides in. To get the project number, go to the Cloud Console Dashboard. It is recommended to not have a custom schema in the destination table which could conflict with the schema created by the Cloud Healthcare API. Instance deletions are not applied to the destination table. The destination's table schema will be automatically updated in case a new instance's data is incompatible with the current schema. The schema should not be updated manually as this can cause incompatibilies that cannot be resolved automatically. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any instance that generates more than 1 MB of BigQuery data will not be streamed. If an instance cannot be streamed to BigQuery, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (GoogleCloudHealthcareV1DicomStreamConfigOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigOutput) ToGoogleCloudHealthcareV1DicomStreamConfigOutput added in v0.32.0

func (o GoogleCloudHealthcareV1DicomStreamConfigOutput) ToGoogleCloudHealthcareV1DicomStreamConfigOutput() GoogleCloudHealthcareV1DicomStreamConfigOutput

func (GoogleCloudHealthcareV1DicomStreamConfigOutput) ToGoogleCloudHealthcareV1DicomStreamConfigOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomStreamConfigOutput) ToGoogleCloudHealthcareV1DicomStreamConfigOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomStreamConfigOutput

type GoogleCloudHealthcareV1DicomStreamConfigResponse added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigResponse struct {
	// Results are appended to this table. The server creates a new table in the given BigQuery dataset if the specified table does not exist. To enable the Cloud Healthcare API to write to your BigQuery table, you must give the Cloud Healthcare API service account the bigquery.dataEditor role. The service account is: `service-{PROJECT_NUMBER}@gcp-sa-healthcare.iam.gserviceaccount.com`. The PROJECT_NUMBER identifies the project that the DICOM store resides in. To get the project number, go to the Cloud Console Dashboard. It is recommended to not have a custom schema in the destination table which could conflict with the schema created by the Cloud Healthcare API. Instance deletions are not applied to the destination table. The destination's table schema will be automatically updated in case a new instance's data is incompatible with the current schema. The schema should not be updated manually as this can cause incompatibilies that cannot be resolved automatically. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any instance that generates more than 1 MB of BigQuery data will not be streamed. If an instance cannot be streamed to BigQuery, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	BigqueryDestination GoogleCloudHealthcareV1DicomBigQueryDestinationResponse `pulumi:"bigqueryDestination"`
}

StreamConfig specifies configuration for a streaming DICOM export.

type GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput) Index added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput) ToGoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput) ToGoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput) ToGoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomStreamConfigResponseArrayOutput

type GoogleCloudHealthcareV1DicomStreamConfigResponseOutput added in v0.32.0

type GoogleCloudHealthcareV1DicomStreamConfigResponseOutput struct{ *pulumi.OutputState }

StreamConfig specifies configuration for a streaming DICOM export.

func (GoogleCloudHealthcareV1DicomStreamConfigResponseOutput) BigqueryDestination added in v0.32.0

Results are appended to this table. The server creates a new table in the given BigQuery dataset if the specified table does not exist. To enable the Cloud Healthcare API to write to your BigQuery table, you must give the Cloud Healthcare API service account the bigquery.dataEditor role. The service account is: `service-{PROJECT_NUMBER}@gcp-sa-healthcare.iam.gserviceaccount.com`. The PROJECT_NUMBER identifies the project that the DICOM store resides in. To get the project number, go to the Cloud Console Dashboard. It is recommended to not have a custom schema in the destination table which could conflict with the schema created by the Cloud Healthcare API. Instance deletions are not applied to the destination table. The destination's table schema will be automatically updated in case a new instance's data is incompatible with the current schema. The schema should not be updated manually as this can cause incompatibilies that cannot be resolved automatically. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any instance that generates more than 1 MB of BigQuery data will not be streamed. If an instance cannot be streamed to BigQuery, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (GoogleCloudHealthcareV1DicomStreamConfigResponseOutput) ElementType added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigResponseOutput) ToGoogleCloudHealthcareV1DicomStreamConfigResponseOutput added in v0.32.0

func (GoogleCloudHealthcareV1DicomStreamConfigResponseOutput) ToGoogleCloudHealthcareV1DicomStreamConfigResponseOutputWithContext added in v0.32.0

func (o GoogleCloudHealthcareV1DicomStreamConfigResponseOutput) ToGoogleCloudHealthcareV1DicomStreamConfigResponseOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1DicomStreamConfigResponseOutput

type GoogleCloudHealthcareV1FhirBigQueryDestination

type GoogleCloudHealthcareV1FhirBigQueryDestination struct {
	// BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.
	DatasetUri *string `pulumi:"datasetUri"`
	// If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
	Force *bool `pulumi:"force"`
	// The configuration for the exported BigQuery schema.
	SchemaConfig *SchemaConfig `pulumi:"schemaConfig"`
	// Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.
	WriteDisposition *GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition `pulumi:"writeDisposition"`
}

The configuration for exporting to BigQuery.

type GoogleCloudHealthcareV1FhirBigQueryDestinationArgs

type GoogleCloudHealthcareV1FhirBigQueryDestinationArgs struct {
	// BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.
	DatasetUri pulumi.StringPtrInput `pulumi:"datasetUri"`
	// If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
	Force pulumi.BoolPtrInput `pulumi:"force"`
	// The configuration for the exported BigQuery schema.
	SchemaConfig SchemaConfigPtrInput `pulumi:"schemaConfig"`
	// Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.
	WriteDisposition GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrInput `pulumi:"writeDisposition"`
}

The configuration for exporting to BigQuery.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ElementType

func (GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutput

func (i GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutput() GoogleCloudHealthcareV1FhirBigQueryDestinationOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutputWithContext

func (i GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

func (i GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput() GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutputWithContext

func (i GoogleCloudHealthcareV1FhirBigQueryDestinationArgs) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

type GoogleCloudHealthcareV1FhirBigQueryDestinationInput

type GoogleCloudHealthcareV1FhirBigQueryDestinationInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutput() GoogleCloudHealthcareV1FhirBigQueryDestinationOutput
	ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutputWithContext(context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationOutput
}

GoogleCloudHealthcareV1FhirBigQueryDestinationInput is an input type that accepts GoogleCloudHealthcareV1FhirBigQueryDestinationArgs and GoogleCloudHealthcareV1FhirBigQueryDestinationOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1FhirBigQueryDestinationInput` via:

GoogleCloudHealthcareV1FhirBigQueryDestinationArgs{...}

type GoogleCloudHealthcareV1FhirBigQueryDestinationOutput

type GoogleCloudHealthcareV1FhirBigQueryDestinationOutput struct{ *pulumi.OutputState }

The configuration for exporting to BigQuery.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) DatasetUri

BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ElementType

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) Force

If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) SchemaConfig

The configuration for the exported BigQuery schema.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutputWithContext

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput() GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutputWithContext

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationOutput) WriteDisposition

Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.

type GoogleCloudHealthcareV1FhirBigQueryDestinationPtrInput

type GoogleCloudHealthcareV1FhirBigQueryDestinationPtrInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput() GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput
	ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutputWithContext(context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput
}

GoogleCloudHealthcareV1FhirBigQueryDestinationPtrInput is an input type that accepts GoogleCloudHealthcareV1FhirBigQueryDestinationArgs, GoogleCloudHealthcareV1FhirBigQueryDestinationPtr and GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1FhirBigQueryDestinationPtrInput` via:

        GoogleCloudHealthcareV1FhirBigQueryDestinationArgs{...}

or:

        nil

type GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

type GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) DatasetUri

BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) Elem

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) ElementType

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) Force

If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) SchemaConfig

The configuration for the exported BigQuery schema.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutputWithContext

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationPtrOutput) WriteDisposition

Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.

type GoogleCloudHealthcareV1FhirBigQueryDestinationResponse

type GoogleCloudHealthcareV1FhirBigQueryDestinationResponse struct {
	// BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.
	DatasetUri string `pulumi:"datasetUri"`
	// If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
	Force bool `pulumi:"force"`
	// The configuration for the exported BigQuery schema.
	SchemaConfig SchemaConfigResponse `pulumi:"schemaConfig"`
	// Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.
	WriteDisposition string `pulumi:"writeDisposition"`
}

The configuration for exporting to BigQuery.

type GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput

type GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput struct{ *pulumi.OutputState }

The configuration for exporting to BigQuery.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) DatasetUri

BigQuery URI to an existing dataset, up to 2000 characters long, in the format `bq://projectId.bqDatasetId`.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) ElementType

func (GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) Force

If this flag is `TRUE`, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If `write_disposition` is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) SchemaConfig

The configuration for the exported BigQuery schema.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutputWithContext

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationResponseOutput) WriteDisposition

Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition added in v0.4.0

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition string

Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the `force` parameter is ignored.

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ElementType added in v0.4.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutputWithContext added in v0.6.0

func (e GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutputWithContext added in v0.6.0

func (e GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToStringOutput added in v0.4.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToStringOutputWithContext added in v0.4.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToStringPtrOutput added in v0.4.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition) ToStringPtrOutputWithContext added in v0.4.0

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionInput added in v0.6.0

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput() GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput
	ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutputWithContext(context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput
}

GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionInput is an input type that accepts GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionArgs and GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput values. You can construct a concrete instance of `GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionInput` via:

GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionArgs{...}

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput added in v0.6.0

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ElementType added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutputWithContext added in v0.6.0

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutputWithContext added in v0.6.0

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToStringOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToStringOutputWithContext added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToStringPtrOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionOutput) ToStringPtrOutputWithContext added in v0.6.0

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrInput added in v0.6.0

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrInput interface {
	pulumi.Input

	ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput() GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput
	ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutputWithContext(context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput
}

func GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtr added in v0.6.0

func GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtr(v string) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrInput

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput added in v0.6.0

type GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput struct{ *pulumi.OutputState }

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput) Elem added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput) ElementType added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutputWithContext added in v0.6.0

func (o GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput) ToGoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutputWithContext(ctx context.Context) GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput) ToStringPtrOutput added in v0.6.0

func (GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDispositionPtrOutput) ToStringPtrOutputWithContext added in v0.6.0

type Hl7SchemaConfig

type Hl7SchemaConfig struct {
	// Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
	MessageSchemaConfigs map[string]string `pulumi:"messageSchemaConfigs"`
	// Each VersionSource is tested and only if they all match is the schema used for the message.
	Version []VersionSource `pulumi:"version"`
}

Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.

type Hl7SchemaConfigArgs

type Hl7SchemaConfigArgs struct {
	// Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
	MessageSchemaConfigs pulumi.StringMapInput `pulumi:"messageSchemaConfigs"`
	// Each VersionSource is tested and only if they all match is the schema used for the message.
	Version VersionSourceArrayInput `pulumi:"version"`
}

Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.

func (Hl7SchemaConfigArgs) ElementType

func (Hl7SchemaConfigArgs) ElementType() reflect.Type

func (Hl7SchemaConfigArgs) ToHl7SchemaConfigOutput

func (i Hl7SchemaConfigArgs) ToHl7SchemaConfigOutput() Hl7SchemaConfigOutput

func (Hl7SchemaConfigArgs) ToHl7SchemaConfigOutputWithContext

func (i Hl7SchemaConfigArgs) ToHl7SchemaConfigOutputWithContext(ctx context.Context) Hl7SchemaConfigOutput

type Hl7SchemaConfigArray

type Hl7SchemaConfigArray []Hl7SchemaConfigInput

func (Hl7SchemaConfigArray) ElementType

func (Hl7SchemaConfigArray) ElementType() reflect.Type

func (Hl7SchemaConfigArray) ToHl7SchemaConfigArrayOutput

func (i Hl7SchemaConfigArray) ToHl7SchemaConfigArrayOutput() Hl7SchemaConfigArrayOutput

func (Hl7SchemaConfigArray) ToHl7SchemaConfigArrayOutputWithContext

func (i Hl7SchemaConfigArray) ToHl7SchemaConfigArrayOutputWithContext(ctx context.Context) Hl7SchemaConfigArrayOutput

type Hl7SchemaConfigArrayInput

type Hl7SchemaConfigArrayInput interface {
	pulumi.Input

	ToHl7SchemaConfigArrayOutput() Hl7SchemaConfigArrayOutput
	ToHl7SchemaConfigArrayOutputWithContext(context.Context) Hl7SchemaConfigArrayOutput
}

Hl7SchemaConfigArrayInput is an input type that accepts Hl7SchemaConfigArray and Hl7SchemaConfigArrayOutput values. You can construct a concrete instance of `Hl7SchemaConfigArrayInput` via:

Hl7SchemaConfigArray{ Hl7SchemaConfigArgs{...} }

type Hl7SchemaConfigArrayOutput

type Hl7SchemaConfigArrayOutput struct{ *pulumi.OutputState }

func (Hl7SchemaConfigArrayOutput) ElementType

func (Hl7SchemaConfigArrayOutput) ElementType() reflect.Type

func (Hl7SchemaConfigArrayOutput) Index

func (Hl7SchemaConfigArrayOutput) ToHl7SchemaConfigArrayOutput

func (o Hl7SchemaConfigArrayOutput) ToHl7SchemaConfigArrayOutput() Hl7SchemaConfigArrayOutput

func (Hl7SchemaConfigArrayOutput) ToHl7SchemaConfigArrayOutputWithContext

func (o Hl7SchemaConfigArrayOutput) ToHl7SchemaConfigArrayOutputWithContext(ctx context.Context) Hl7SchemaConfigArrayOutput

type Hl7SchemaConfigInput

type Hl7SchemaConfigInput interface {
	pulumi.Input

	ToHl7SchemaConfigOutput() Hl7SchemaConfigOutput
	ToHl7SchemaConfigOutputWithContext(context.Context) Hl7SchemaConfigOutput
}

Hl7SchemaConfigInput is an input type that accepts Hl7SchemaConfigArgs and Hl7SchemaConfigOutput values. You can construct a concrete instance of `Hl7SchemaConfigInput` via:

Hl7SchemaConfigArgs{...}

type Hl7SchemaConfigOutput

type Hl7SchemaConfigOutput struct{ *pulumi.OutputState }

Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.

func (Hl7SchemaConfigOutput) ElementType

func (Hl7SchemaConfigOutput) ElementType() reflect.Type

func (Hl7SchemaConfigOutput) MessageSchemaConfigs

func (o Hl7SchemaConfigOutput) MessageSchemaConfigs() pulumi.StringMapOutput

Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.

func (Hl7SchemaConfigOutput) ToHl7SchemaConfigOutput

func (o Hl7SchemaConfigOutput) ToHl7SchemaConfigOutput() Hl7SchemaConfigOutput

func (Hl7SchemaConfigOutput) ToHl7SchemaConfigOutputWithContext

func (o Hl7SchemaConfigOutput) ToHl7SchemaConfigOutputWithContext(ctx context.Context) Hl7SchemaConfigOutput

func (Hl7SchemaConfigOutput) Version

Each VersionSource is tested and only if they all match is the schema used for the message.

type Hl7SchemaConfigResponse

type Hl7SchemaConfigResponse struct {
	// Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.
	MessageSchemaConfigs map[string]string `pulumi:"messageSchemaConfigs"`
	// Each VersionSource is tested and only if they all match is the schema used for the message.
	Version []VersionSourceResponse `pulumi:"version"`
}

Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.

type Hl7SchemaConfigResponseArrayOutput

type Hl7SchemaConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (Hl7SchemaConfigResponseArrayOutput) ElementType

func (Hl7SchemaConfigResponseArrayOutput) Index

func (Hl7SchemaConfigResponseArrayOutput) ToHl7SchemaConfigResponseArrayOutput

func (o Hl7SchemaConfigResponseArrayOutput) ToHl7SchemaConfigResponseArrayOutput() Hl7SchemaConfigResponseArrayOutput

func (Hl7SchemaConfigResponseArrayOutput) ToHl7SchemaConfigResponseArrayOutputWithContext

func (o Hl7SchemaConfigResponseArrayOutput) ToHl7SchemaConfigResponseArrayOutputWithContext(ctx context.Context) Hl7SchemaConfigResponseArrayOutput

type Hl7SchemaConfigResponseOutput

type Hl7SchemaConfigResponseOutput struct{ *pulumi.OutputState }

Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.

func (Hl7SchemaConfigResponseOutput) ElementType

func (Hl7SchemaConfigResponseOutput) MessageSchemaConfigs

func (o Hl7SchemaConfigResponseOutput) MessageSchemaConfigs() pulumi.StringMapOutput

Map from each HL7v2 message type and trigger event pair, such as ADT_A04, to its schema configuration root group.

func (Hl7SchemaConfigResponseOutput) ToHl7SchemaConfigResponseOutput

func (o Hl7SchemaConfigResponseOutput) ToHl7SchemaConfigResponseOutput() Hl7SchemaConfigResponseOutput

func (Hl7SchemaConfigResponseOutput) ToHl7SchemaConfigResponseOutputWithContext

func (o Hl7SchemaConfigResponseOutput) ToHl7SchemaConfigResponseOutputWithContext(ctx context.Context) Hl7SchemaConfigResponseOutput

func (Hl7SchemaConfigResponseOutput) Version

Each VersionSource is tested and only if they all match is the schema used for the message.

type Hl7TypesConfig

type Hl7TypesConfig struct {
	// The HL7v2 type definitions.
	Type []Type `pulumi:"type"`
	// The version selectors that this config applies to. A message must match ALL version sources to apply.
	Version []VersionSource `pulumi:"version"`
}

Root config for HL7v2 datatype definitions for a specific HL7v2 version.

type Hl7TypesConfigArgs

type Hl7TypesConfigArgs struct {
	// The HL7v2 type definitions.
	Type TypeArrayInput `pulumi:"type"`
	// The version selectors that this config applies to. A message must match ALL version sources to apply.
	Version VersionSourceArrayInput `pulumi:"version"`
}

Root config for HL7v2 datatype definitions for a specific HL7v2 version.

func (Hl7TypesConfigArgs) ElementType

func (Hl7TypesConfigArgs) ElementType() reflect.Type

func (Hl7TypesConfigArgs) ToHl7TypesConfigOutput

func (i Hl7TypesConfigArgs) ToHl7TypesConfigOutput() Hl7TypesConfigOutput

func (Hl7TypesConfigArgs) ToHl7TypesConfigOutputWithContext

func (i Hl7TypesConfigArgs) ToHl7TypesConfigOutputWithContext(ctx context.Context) Hl7TypesConfigOutput

type Hl7TypesConfigArray

type Hl7TypesConfigArray []Hl7TypesConfigInput

func (Hl7TypesConfigArray) ElementType

func (Hl7TypesConfigArray) ElementType() reflect.Type

func (Hl7TypesConfigArray) ToHl7TypesConfigArrayOutput

func (i Hl7TypesConfigArray) ToHl7TypesConfigArrayOutput() Hl7TypesConfigArrayOutput

func (Hl7TypesConfigArray) ToHl7TypesConfigArrayOutputWithContext

func (i Hl7TypesConfigArray) ToHl7TypesConfigArrayOutputWithContext(ctx context.Context) Hl7TypesConfigArrayOutput

type Hl7TypesConfigArrayInput

type Hl7TypesConfigArrayInput interface {
	pulumi.Input

	ToHl7TypesConfigArrayOutput() Hl7TypesConfigArrayOutput
	ToHl7TypesConfigArrayOutputWithContext(context.Context) Hl7TypesConfigArrayOutput
}

Hl7TypesConfigArrayInput is an input type that accepts Hl7TypesConfigArray and Hl7TypesConfigArrayOutput values. You can construct a concrete instance of `Hl7TypesConfigArrayInput` via:

Hl7TypesConfigArray{ Hl7TypesConfigArgs{...} }

type Hl7TypesConfigArrayOutput

type Hl7TypesConfigArrayOutput struct{ *pulumi.OutputState }

func (Hl7TypesConfigArrayOutput) ElementType

func (Hl7TypesConfigArrayOutput) ElementType() reflect.Type

func (Hl7TypesConfigArrayOutput) Index

func (Hl7TypesConfigArrayOutput) ToHl7TypesConfigArrayOutput

func (o Hl7TypesConfigArrayOutput) ToHl7TypesConfigArrayOutput() Hl7TypesConfigArrayOutput

func (Hl7TypesConfigArrayOutput) ToHl7TypesConfigArrayOutputWithContext

func (o Hl7TypesConfigArrayOutput) ToHl7TypesConfigArrayOutputWithContext(ctx context.Context) Hl7TypesConfigArrayOutput

type Hl7TypesConfigInput

type Hl7TypesConfigInput interface {
	pulumi.Input

	ToHl7TypesConfigOutput() Hl7TypesConfigOutput
	ToHl7TypesConfigOutputWithContext(context.Context) Hl7TypesConfigOutput
}

Hl7TypesConfigInput is an input type that accepts Hl7TypesConfigArgs and Hl7TypesConfigOutput values. You can construct a concrete instance of `Hl7TypesConfigInput` via:

Hl7TypesConfigArgs{...}

type Hl7TypesConfigOutput

type Hl7TypesConfigOutput struct{ *pulumi.OutputState }

Root config for HL7v2 datatype definitions for a specific HL7v2 version.

func (Hl7TypesConfigOutput) ElementType

func (Hl7TypesConfigOutput) ElementType() reflect.Type

func (Hl7TypesConfigOutput) ToHl7TypesConfigOutput

func (o Hl7TypesConfigOutput) ToHl7TypesConfigOutput() Hl7TypesConfigOutput

func (Hl7TypesConfigOutput) ToHl7TypesConfigOutputWithContext

func (o Hl7TypesConfigOutput) ToHl7TypesConfigOutputWithContext(ctx context.Context) Hl7TypesConfigOutput

func (Hl7TypesConfigOutput) Type

The HL7v2 type definitions.

func (Hl7TypesConfigOutput) Version

The version selectors that this config applies to. A message must match ALL version sources to apply.

type Hl7TypesConfigResponse

type Hl7TypesConfigResponse struct {
	// The HL7v2 type definitions.
	Type []TypeResponse `pulumi:"type"`
	// The version selectors that this config applies to. A message must match ALL version sources to apply.
	Version []VersionSourceResponse `pulumi:"version"`
}

Root config for HL7v2 datatype definitions for a specific HL7v2 version.

type Hl7TypesConfigResponseArrayOutput

type Hl7TypesConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (Hl7TypesConfigResponseArrayOutput) ElementType

func (Hl7TypesConfigResponseArrayOutput) Index

func (Hl7TypesConfigResponseArrayOutput) ToHl7TypesConfigResponseArrayOutput

func (o Hl7TypesConfigResponseArrayOutput) ToHl7TypesConfigResponseArrayOutput() Hl7TypesConfigResponseArrayOutput

func (Hl7TypesConfigResponseArrayOutput) ToHl7TypesConfigResponseArrayOutputWithContext

func (o Hl7TypesConfigResponseArrayOutput) ToHl7TypesConfigResponseArrayOutputWithContext(ctx context.Context) Hl7TypesConfigResponseArrayOutput

type Hl7TypesConfigResponseOutput

type Hl7TypesConfigResponseOutput struct{ *pulumi.OutputState }

Root config for HL7v2 datatype definitions for a specific HL7v2 version.

func (Hl7TypesConfigResponseOutput) ElementType

func (Hl7TypesConfigResponseOutput) ToHl7TypesConfigResponseOutput

func (o Hl7TypesConfigResponseOutput) ToHl7TypesConfigResponseOutput() Hl7TypesConfigResponseOutput

func (Hl7TypesConfigResponseOutput) ToHl7TypesConfigResponseOutputWithContext

func (o Hl7TypesConfigResponseOutput) ToHl7TypesConfigResponseOutputWithContext(ctx context.Context) Hl7TypesConfigResponseOutput

func (Hl7TypesConfigResponseOutput) Type

The HL7v2 type definitions.

func (Hl7TypesConfigResponseOutput) Version

The version selectors that this config applies to. A message must match ALL version sources to apply.

type Hl7V2NotificationConfig

type Hl7V2NotificationConfig struct {
	// Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (`=`), along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * A date field value must be written in `yyyy-mm-dd` form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (`=`) , along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * Multiple field query expressions can be combined in one query by adding `AND` or `OR` operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend the `NOT` operator to an expression to negate it. The following fields and functions are available for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as set using the Message.labels map. For example, `labels."priority"="high"`. The operator `:*` can be used to assert the existence of a label. For example, `labels."priority":*`.
	Filter *string `pulumi:"filter"`
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It's guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification cannot be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	PubsubTopic *string `pulumi:"pubsubTopic"`
}

Specifies where and whether to send notifications upon changes to a data store.

type Hl7V2NotificationConfigArgs

type Hl7V2NotificationConfigArgs struct {
	// Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (`=`), along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * A date field value must be written in `yyyy-mm-dd` form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (`=`) , along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * Multiple field query expressions can be combined in one query by adding `AND` or `OR` operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend the `NOT` operator to an expression to negate it. The following fields and functions are available for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as set using the Message.labels map. For example, `labels."priority"="high"`. The operator `:*` can be used to assert the existence of a label. For example, `labels."priority":*`.
	Filter pulumi.StringPtrInput `pulumi:"filter"`
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It's guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification cannot be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	PubsubTopic pulumi.StringPtrInput `pulumi:"pubsubTopic"`
}

Specifies where and whether to send notifications upon changes to a data store.

func (Hl7V2NotificationConfigArgs) ElementType

func (Hl7V2NotificationConfigArgs) ToHl7V2NotificationConfigOutput

func (i Hl7V2NotificationConfigArgs) ToHl7V2NotificationConfigOutput() Hl7V2NotificationConfigOutput

func (Hl7V2NotificationConfigArgs) ToHl7V2NotificationConfigOutputWithContext

func (i Hl7V2NotificationConfigArgs) ToHl7V2NotificationConfigOutputWithContext(ctx context.Context) Hl7V2NotificationConfigOutput

type Hl7V2NotificationConfigArray

type Hl7V2NotificationConfigArray []Hl7V2NotificationConfigInput

func (Hl7V2NotificationConfigArray) ElementType

func (Hl7V2NotificationConfigArray) ToHl7V2NotificationConfigArrayOutput

func (i Hl7V2NotificationConfigArray) ToHl7V2NotificationConfigArrayOutput() Hl7V2NotificationConfigArrayOutput

func (Hl7V2NotificationConfigArray) ToHl7V2NotificationConfigArrayOutputWithContext

func (i Hl7V2NotificationConfigArray) ToHl7V2NotificationConfigArrayOutputWithContext(ctx context.Context) Hl7V2NotificationConfigArrayOutput

type Hl7V2NotificationConfigArrayInput

type Hl7V2NotificationConfigArrayInput interface {
	pulumi.Input

	ToHl7V2NotificationConfigArrayOutput() Hl7V2NotificationConfigArrayOutput
	ToHl7V2NotificationConfigArrayOutputWithContext(context.Context) Hl7V2NotificationConfigArrayOutput
}

Hl7V2NotificationConfigArrayInput is an input type that accepts Hl7V2NotificationConfigArray and Hl7V2NotificationConfigArrayOutput values. You can construct a concrete instance of `Hl7V2NotificationConfigArrayInput` via:

Hl7V2NotificationConfigArray{ Hl7V2NotificationConfigArgs{...} }

type Hl7V2NotificationConfigArrayOutput

type Hl7V2NotificationConfigArrayOutput struct{ *pulumi.OutputState }

func (Hl7V2NotificationConfigArrayOutput) ElementType

func (Hl7V2NotificationConfigArrayOutput) Index

func (Hl7V2NotificationConfigArrayOutput) ToHl7V2NotificationConfigArrayOutput

func (o Hl7V2NotificationConfigArrayOutput) ToHl7V2NotificationConfigArrayOutput() Hl7V2NotificationConfigArrayOutput

func (Hl7V2NotificationConfigArrayOutput) ToHl7V2NotificationConfigArrayOutputWithContext

func (o Hl7V2NotificationConfigArrayOutput) ToHl7V2NotificationConfigArrayOutputWithContext(ctx context.Context) Hl7V2NotificationConfigArrayOutput

type Hl7V2NotificationConfigInput

type Hl7V2NotificationConfigInput interface {
	pulumi.Input

	ToHl7V2NotificationConfigOutput() Hl7V2NotificationConfigOutput
	ToHl7V2NotificationConfigOutputWithContext(context.Context) Hl7V2NotificationConfigOutput
}

Hl7V2NotificationConfigInput is an input type that accepts Hl7V2NotificationConfigArgs and Hl7V2NotificationConfigOutput values. You can construct a concrete instance of `Hl7V2NotificationConfigInput` via:

Hl7V2NotificationConfigArgs{...}

type Hl7V2NotificationConfigOutput

type Hl7V2NotificationConfigOutput struct{ *pulumi.OutputState }

Specifies where and whether to send notifications upon changes to a data store.

func (Hl7V2NotificationConfigOutput) ElementType

func (Hl7V2NotificationConfigOutput) Filter

Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (`=`), along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * A date field value must be written in `yyyy-mm-dd` form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (`=`) , along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * Multiple field query expressions can be combined in one query by adding `AND` or `OR` operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend the `NOT` operator to an expression to negate it. The following fields and functions are available for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as set using the Message.labels map. For example, `labels."priority"="high"`. The operator `:*` can be used to assert the existence of a label. For example, `labels."priority":*`.

func (Hl7V2NotificationConfigOutput) PubsubTopic

The Pub/Sub(https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It's guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification cannot be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (Hl7V2NotificationConfigOutput) ToHl7V2NotificationConfigOutput

func (o Hl7V2NotificationConfigOutput) ToHl7V2NotificationConfigOutput() Hl7V2NotificationConfigOutput

func (Hl7V2NotificationConfigOutput) ToHl7V2NotificationConfigOutputWithContext

func (o Hl7V2NotificationConfigOutput) ToHl7V2NotificationConfigOutputWithContext(ctx context.Context) Hl7V2NotificationConfigOutput

type Hl7V2NotificationConfigResponse

type Hl7V2NotificationConfigResponse struct {
	// Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (`=`), along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * A date field value must be written in `yyyy-mm-dd` form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (`=`) , along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * Multiple field query expressions can be combined in one query by adding `AND` or `OR` operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend the `NOT` operator to an expression to negate it. The following fields and functions are available for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as set using the Message.labels map. For example, `labels."priority"="high"`. The operator `:*` can be used to assert the existence of a label. For example, `labels."priority":*`.
	Filter string `pulumi:"filter"`
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It's guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification cannot be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	PubsubTopic string `pulumi:"pubsubTopic"`
}

Specifies where and whether to send notifications upon changes to a data store.

type Hl7V2NotificationConfigResponseArrayOutput

type Hl7V2NotificationConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (Hl7V2NotificationConfigResponseArrayOutput) ElementType

func (Hl7V2NotificationConfigResponseArrayOutput) Index

func (Hl7V2NotificationConfigResponseArrayOutput) ToHl7V2NotificationConfigResponseArrayOutput

func (o Hl7V2NotificationConfigResponseArrayOutput) ToHl7V2NotificationConfigResponseArrayOutput() Hl7V2NotificationConfigResponseArrayOutput

func (Hl7V2NotificationConfigResponseArrayOutput) ToHl7V2NotificationConfigResponseArrayOutputWithContext

func (o Hl7V2NotificationConfigResponseArrayOutput) ToHl7V2NotificationConfigResponseArrayOutputWithContext(ctx context.Context) Hl7V2NotificationConfigResponseArrayOutput

type Hl7V2NotificationConfigResponseOutput

type Hl7V2NotificationConfigResponseOutput struct{ *pulumi.OutputState }

Specifies where and whether to send notifications upon changes to a data store.

func (Hl7V2NotificationConfigResponseOutput) ElementType

func (Hl7V2NotificationConfigResponseOutput) Filter

Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (`=`), along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * A date field value must be written in `yyyy-mm-dd` form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (`=`) , along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can prepend the `NOT` operator to an expression to negate it. * Multiple field query expressions can be combined in one query by adding `AND` or `OR` operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend the `NOT` operator to an expression to negate it. The following fields and functions are available for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when the message was created in the HL7v2 store. Use the RFC3339 time format for comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as set using the Message.labels map. For example, `labels."priority"="high"`. The operator `:*` can be used to assert the existence of a label. For example, `labels."priority":*`.

func (Hl7V2NotificationConfigResponseOutput) PubsubTopic

The Pub/Sub(https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. The notification is a `PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of this notification. It's guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification cannot be published to Pub/Sub, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (Hl7V2NotificationConfigResponseOutput) ToHl7V2NotificationConfigResponseOutput

func (o Hl7V2NotificationConfigResponseOutput) ToHl7V2NotificationConfigResponseOutput() Hl7V2NotificationConfigResponseOutput

func (Hl7V2NotificationConfigResponseOutput) ToHl7V2NotificationConfigResponseOutputWithContext

func (o Hl7V2NotificationConfigResponseOutput) ToHl7V2NotificationConfigResponseOutputWithContext(ctx context.Context) Hl7V2NotificationConfigResponseOutput

type Hl7V2Store added in v0.3.0

type Hl7V2Store struct {
	pulumi.CustomResourceState

	DatasetId pulumi.StringOutput `pulumi:"datasetId"`
	// The ID of the HL7v2 store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.
	Hl7V2StoreId pulumi.StringPtrOutput `pulumi:"hl7V2StoreId"`
	// User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapOutput `pulumi:"labels"`
	Location pulumi.StringOutput    `pulumi:"location"`
	// Resource name of the HL7v2 store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.
	Name pulumi.StringOutput `pulumi:"name"`
	// A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.
	NotificationConfigs Hl7V2NotificationConfigResponseArrayOutput `pulumi:"notificationConfigs"`
	// The configuration for the parser. It determines how the server parses the messages.
	ParserConfig ParserConfigResponseOutput `pulumi:"parserConfig"`
	Project      pulumi.StringOutput        `pulumi:"project"`
	// Determines whether to reject duplicate messages. A duplicate message is a message with the same raw bytes as a message that has already been ingested/created in this HL7v2 store. The default value is false, meaning that the store accepts the duplicate messages and it also returns the same ACK message in the IngestMessageResponse as has been returned previously. Note that only one resource is created in the store. When this field is set to true, CreateMessage/IngestMessage requests with a duplicate message will be rejected by the store, and IngestMessageErrorDetail returns a NACK message upon rejection.
	RejectDuplicateMessage pulumi.BoolOutput `pulumi:"rejectDuplicateMessage"`
}

Creates a new HL7v2 store within the parent dataset.

func GetHl7V2Store added in v0.3.0

func GetHl7V2Store(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *Hl7V2StoreState, opts ...pulumi.ResourceOption) (*Hl7V2Store, error)

GetHl7V2Store gets an existing Hl7V2Store 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 NewHl7V2Store added in v0.3.0

func NewHl7V2Store(ctx *pulumi.Context,
	name string, args *Hl7V2StoreArgs, opts ...pulumi.ResourceOption) (*Hl7V2Store, error)

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

func (*Hl7V2Store) ElementType added in v0.3.0

func (*Hl7V2Store) ElementType() reflect.Type

func (*Hl7V2Store) ToHl7V2StoreOutput added in v0.3.0

func (i *Hl7V2Store) ToHl7V2StoreOutput() Hl7V2StoreOutput

func (*Hl7V2Store) ToHl7V2StoreOutputWithContext added in v0.3.0

func (i *Hl7V2Store) ToHl7V2StoreOutputWithContext(ctx context.Context) Hl7V2StoreOutput

type Hl7V2StoreArgs added in v0.3.0

type Hl7V2StoreArgs struct {
	DatasetId pulumi.StringInput
	// The ID of the HL7v2 store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.
	Hl7V2StoreId pulumi.StringPtrInput
	// User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapInput
	Location pulumi.StringPtrInput
	// Resource name of the HL7v2 store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.
	Name pulumi.StringPtrInput
	// A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.
	NotificationConfigs Hl7V2NotificationConfigArrayInput
	// The configuration for the parser. It determines how the server parses the messages.
	ParserConfig ParserConfigPtrInput
	Project      pulumi.StringPtrInput
	// Determines whether to reject duplicate messages. A duplicate message is a message with the same raw bytes as a message that has already been ingested/created in this HL7v2 store. The default value is false, meaning that the store accepts the duplicate messages and it also returns the same ACK message in the IngestMessageResponse as has been returned previously. Note that only one resource is created in the store. When this field is set to true, CreateMessage/IngestMessage requests with a duplicate message will be rejected by the store, and IngestMessageErrorDetail returns a NACK message upon rejection.
	RejectDuplicateMessage pulumi.BoolPtrInput
}

The set of arguments for constructing a Hl7V2Store resource.

func (Hl7V2StoreArgs) ElementType added in v0.3.0

func (Hl7V2StoreArgs) ElementType() reflect.Type

type Hl7V2StoreInput added in v0.3.0

type Hl7V2StoreInput interface {
	pulumi.Input

	ToHl7V2StoreOutput() Hl7V2StoreOutput
	ToHl7V2StoreOutputWithContext(ctx context.Context) Hl7V2StoreOutput
}

type Hl7V2StoreOutput added in v0.3.0

type Hl7V2StoreOutput struct{ *pulumi.OutputState }

func (Hl7V2StoreOutput) DatasetId added in v0.21.0

func (o Hl7V2StoreOutput) DatasetId() pulumi.StringOutput

func (Hl7V2StoreOutput) ElementType added in v0.3.0

func (Hl7V2StoreOutput) ElementType() reflect.Type

func (Hl7V2StoreOutput) Hl7V2StoreId added in v0.21.0

func (o Hl7V2StoreOutput) Hl7V2StoreId() pulumi.StringPtrOutput

The ID of the HL7v2 store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`.

func (Hl7V2StoreOutput) Labels added in v0.19.0

User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (Hl7V2StoreOutput) Location added in v0.21.0

func (o Hl7V2StoreOutput) Location() pulumi.StringOutput

func (Hl7V2StoreOutput) Name added in v0.19.0

Resource name of the HL7v2 store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.

func (Hl7V2StoreOutput) NotificationConfigs added in v0.19.0

A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.

func (Hl7V2StoreOutput) ParserConfig added in v0.19.0

The configuration for the parser. It determines how the server parses the messages.

func (Hl7V2StoreOutput) Project added in v0.21.0

func (o Hl7V2StoreOutput) Project() pulumi.StringOutput

func (Hl7V2StoreOutput) RejectDuplicateMessage added in v0.19.0

func (o Hl7V2StoreOutput) RejectDuplicateMessage() pulumi.BoolOutput

Determines whether to reject duplicate messages. A duplicate message is a message with the same raw bytes as a message that has already been ingested/created in this HL7v2 store. The default value is false, meaning that the store accepts the duplicate messages and it also returns the same ACK message in the IngestMessageResponse as has been returned previously. Note that only one resource is created in the store. When this field is set to true, CreateMessage/IngestMessage requests with a duplicate message will be rejected by the store, and IngestMessageErrorDetail returns a NACK message upon rejection.

func (Hl7V2StoreOutput) ToHl7V2StoreOutput added in v0.3.0

func (o Hl7V2StoreOutput) ToHl7V2StoreOutput() Hl7V2StoreOutput

func (Hl7V2StoreOutput) ToHl7V2StoreOutputWithContext added in v0.3.0

func (o Hl7V2StoreOutput) ToHl7V2StoreOutputWithContext(ctx context.Context) Hl7V2StoreOutput

type Hl7V2StoreState added in v0.3.0

type Hl7V2StoreState struct {
}

func (Hl7V2StoreState) ElementType added in v0.3.0

func (Hl7V2StoreState) ElementType() reflect.Type

type Image

type Image struct {
	// Input only. Points to a Cloud Storage URI containing the consent artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Cloud Healthcare API service account must have the `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location. The consent artifact content at this URI is copied to a Cloud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return the consent artifact content in raw_bytes.
	GcsUri *string `pulumi:"gcsUri"`
	// Consent artifact content represented as a stream of bytes. This field is populated when returned in GetConsentArtifact response, but not included in CreateConsentArtifact and ListConsentArtifact response.
	RawBytes *string `pulumi:"rawBytes"`
}

Raw bytes representing consent artifact content.

type ImageArgs

type ImageArgs struct {
	// Input only. Points to a Cloud Storage URI containing the consent artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Cloud Healthcare API service account must have the `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location. The consent artifact content at this URI is copied to a Cloud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return the consent artifact content in raw_bytes.
	GcsUri pulumi.StringPtrInput `pulumi:"gcsUri"`
	// Consent artifact content represented as a stream of bytes. This field is populated when returned in GetConsentArtifact response, but not included in CreateConsentArtifact and ListConsentArtifact response.
	RawBytes pulumi.StringPtrInput `pulumi:"rawBytes"`
}

Raw bytes representing consent artifact content.

func (ImageArgs) ElementType

func (ImageArgs) ElementType() reflect.Type

func (ImageArgs) ToImageOutput

func (i ImageArgs) ToImageOutput() ImageOutput

func (ImageArgs) ToImageOutputWithContext

func (i ImageArgs) ToImageOutputWithContext(ctx context.Context) ImageOutput

func (ImageArgs) ToImagePtrOutput

func (i ImageArgs) ToImagePtrOutput() ImagePtrOutput

func (ImageArgs) ToImagePtrOutputWithContext

func (i ImageArgs) ToImagePtrOutputWithContext(ctx context.Context) ImagePtrOutput

type ImageArray

type ImageArray []ImageInput

func (ImageArray) ElementType

func (ImageArray) ElementType() reflect.Type

func (ImageArray) ToImageArrayOutput

func (i ImageArray) ToImageArrayOutput() ImageArrayOutput

func (ImageArray) ToImageArrayOutputWithContext

func (i ImageArray) ToImageArrayOutputWithContext(ctx context.Context) ImageArrayOutput

type ImageArrayInput

type ImageArrayInput interface {
	pulumi.Input

	ToImageArrayOutput() ImageArrayOutput
	ToImageArrayOutputWithContext(context.Context) ImageArrayOutput
}

ImageArrayInput is an input type that accepts ImageArray and ImageArrayOutput values. You can construct a concrete instance of `ImageArrayInput` via:

ImageArray{ ImageArgs{...} }

type ImageArrayOutput

type ImageArrayOutput struct{ *pulumi.OutputState }

func (ImageArrayOutput) ElementType

func (ImageArrayOutput) ElementType() reflect.Type

func (ImageArrayOutput) Index

func (ImageArrayOutput) ToImageArrayOutput

func (o ImageArrayOutput) ToImageArrayOutput() ImageArrayOutput

func (ImageArrayOutput) ToImageArrayOutputWithContext

func (o ImageArrayOutput) ToImageArrayOutputWithContext(ctx context.Context) ImageArrayOutput

type ImageConfig added in v0.26.1

type ImageConfig struct {
	// Determines how to redact text from image.
	TextRedactionMode *ImageConfigTextRedactionMode `pulumi:"textRedactionMode"`
}

Specifies how to handle de-identification of image pixels.

type ImageConfigArgs added in v0.26.1

type ImageConfigArgs struct {
	// Determines how to redact text from image.
	TextRedactionMode ImageConfigTextRedactionModePtrInput `pulumi:"textRedactionMode"`
}

Specifies how to handle de-identification of image pixels.

func (ImageConfigArgs) ElementType added in v0.26.1

func (ImageConfigArgs) ElementType() reflect.Type

func (ImageConfigArgs) ToImageConfigOutput added in v0.26.1

func (i ImageConfigArgs) ToImageConfigOutput() ImageConfigOutput

func (ImageConfigArgs) ToImageConfigOutputWithContext added in v0.26.1

func (i ImageConfigArgs) ToImageConfigOutputWithContext(ctx context.Context) ImageConfigOutput

func (ImageConfigArgs) ToImageConfigPtrOutput added in v0.26.1

func (i ImageConfigArgs) ToImageConfigPtrOutput() ImageConfigPtrOutput

func (ImageConfigArgs) ToImageConfigPtrOutputWithContext added in v0.26.1

func (i ImageConfigArgs) ToImageConfigPtrOutputWithContext(ctx context.Context) ImageConfigPtrOutput

type ImageConfigInput added in v0.26.1

type ImageConfigInput interface {
	pulumi.Input

	ToImageConfigOutput() ImageConfigOutput
	ToImageConfigOutputWithContext(context.Context) ImageConfigOutput
}

ImageConfigInput is an input type that accepts ImageConfigArgs and ImageConfigOutput values. You can construct a concrete instance of `ImageConfigInput` via:

ImageConfigArgs{...}

type ImageConfigOutput added in v0.26.1

type ImageConfigOutput struct{ *pulumi.OutputState }

Specifies how to handle de-identification of image pixels.

func (ImageConfigOutput) ElementType added in v0.26.1

func (ImageConfigOutput) ElementType() reflect.Type

func (ImageConfigOutput) TextRedactionMode added in v0.26.1

Determines how to redact text from image.

func (ImageConfigOutput) ToImageConfigOutput added in v0.26.1

func (o ImageConfigOutput) ToImageConfigOutput() ImageConfigOutput

func (ImageConfigOutput) ToImageConfigOutputWithContext added in v0.26.1

func (o ImageConfigOutput) ToImageConfigOutputWithContext(ctx context.Context) ImageConfigOutput

func (ImageConfigOutput) ToImageConfigPtrOutput added in v0.26.1

func (o ImageConfigOutput) ToImageConfigPtrOutput() ImageConfigPtrOutput

func (ImageConfigOutput) ToImageConfigPtrOutputWithContext added in v0.26.1

func (o ImageConfigOutput) ToImageConfigPtrOutputWithContext(ctx context.Context) ImageConfigPtrOutput

type ImageConfigPtrInput added in v0.26.1

type ImageConfigPtrInput interface {
	pulumi.Input

	ToImageConfigPtrOutput() ImageConfigPtrOutput
	ToImageConfigPtrOutputWithContext(context.Context) ImageConfigPtrOutput
}

ImageConfigPtrInput is an input type that accepts ImageConfigArgs, ImageConfigPtr and ImageConfigPtrOutput values. You can construct a concrete instance of `ImageConfigPtrInput` via:

        ImageConfigArgs{...}

or:

        nil

func ImageConfigPtr added in v0.26.1

func ImageConfigPtr(v *ImageConfigArgs) ImageConfigPtrInput

type ImageConfigPtrOutput added in v0.26.1

type ImageConfigPtrOutput struct{ *pulumi.OutputState }

func (ImageConfigPtrOutput) Elem added in v0.26.1

func (ImageConfigPtrOutput) ElementType added in v0.26.1

func (ImageConfigPtrOutput) ElementType() reflect.Type

func (ImageConfigPtrOutput) TextRedactionMode added in v0.26.1

Determines how to redact text from image.

func (ImageConfigPtrOutput) ToImageConfigPtrOutput added in v0.26.1

func (o ImageConfigPtrOutput) ToImageConfigPtrOutput() ImageConfigPtrOutput

func (ImageConfigPtrOutput) ToImageConfigPtrOutputWithContext added in v0.26.1

func (o ImageConfigPtrOutput) ToImageConfigPtrOutputWithContext(ctx context.Context) ImageConfigPtrOutput

type ImageConfigResponse added in v0.26.1

type ImageConfigResponse struct {
	// Determines how to redact text from image.
	TextRedactionMode string `pulumi:"textRedactionMode"`
}

Specifies how to handle de-identification of image pixels.

type ImageConfigResponseOutput added in v0.26.1

type ImageConfigResponseOutput struct{ *pulumi.OutputState }

Specifies how to handle de-identification of image pixels.

func (ImageConfigResponseOutput) ElementType added in v0.26.1

func (ImageConfigResponseOutput) ElementType() reflect.Type

func (ImageConfigResponseOutput) TextRedactionMode added in v0.26.1

func (o ImageConfigResponseOutput) TextRedactionMode() pulumi.StringOutput

Determines how to redact text from image.

func (ImageConfigResponseOutput) ToImageConfigResponseOutput added in v0.26.1

func (o ImageConfigResponseOutput) ToImageConfigResponseOutput() ImageConfigResponseOutput

func (ImageConfigResponseOutput) ToImageConfigResponseOutputWithContext added in v0.26.1

func (o ImageConfigResponseOutput) ToImageConfigResponseOutputWithContext(ctx context.Context) ImageConfigResponseOutput

type ImageConfigTextRedactionMode added in v0.26.1

type ImageConfigTextRedactionMode string

Determines how to redact text from image.

func (ImageConfigTextRedactionMode) ElementType added in v0.26.1

func (ImageConfigTextRedactionMode) ToImageConfigTextRedactionModeOutput added in v0.26.1

func (e ImageConfigTextRedactionMode) ToImageConfigTextRedactionModeOutput() ImageConfigTextRedactionModeOutput

func (ImageConfigTextRedactionMode) ToImageConfigTextRedactionModeOutputWithContext added in v0.26.1

func (e ImageConfigTextRedactionMode) ToImageConfigTextRedactionModeOutputWithContext(ctx context.Context) ImageConfigTextRedactionModeOutput

func (ImageConfigTextRedactionMode) ToImageConfigTextRedactionModePtrOutput added in v0.26.1

func (e ImageConfigTextRedactionMode) ToImageConfigTextRedactionModePtrOutput() ImageConfigTextRedactionModePtrOutput

func (ImageConfigTextRedactionMode) ToImageConfigTextRedactionModePtrOutputWithContext added in v0.26.1

func (e ImageConfigTextRedactionMode) ToImageConfigTextRedactionModePtrOutputWithContext(ctx context.Context) ImageConfigTextRedactionModePtrOutput

func (ImageConfigTextRedactionMode) ToStringOutput added in v0.26.1

func (ImageConfigTextRedactionMode) ToStringOutputWithContext added in v0.26.1

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

func (ImageConfigTextRedactionMode) ToStringPtrOutput added in v0.26.1

func (e ImageConfigTextRedactionMode) ToStringPtrOutput() pulumi.StringPtrOutput

func (ImageConfigTextRedactionMode) ToStringPtrOutputWithContext added in v0.26.1

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

type ImageConfigTextRedactionModeInput added in v0.26.1

type ImageConfigTextRedactionModeInput interface {
	pulumi.Input

	ToImageConfigTextRedactionModeOutput() ImageConfigTextRedactionModeOutput
	ToImageConfigTextRedactionModeOutputWithContext(context.Context) ImageConfigTextRedactionModeOutput
}

ImageConfigTextRedactionModeInput is an input type that accepts ImageConfigTextRedactionModeArgs and ImageConfigTextRedactionModeOutput values. You can construct a concrete instance of `ImageConfigTextRedactionModeInput` via:

ImageConfigTextRedactionModeArgs{...}

type ImageConfigTextRedactionModeOutput added in v0.26.1

type ImageConfigTextRedactionModeOutput struct{ *pulumi.OutputState }

func (ImageConfigTextRedactionModeOutput) ElementType added in v0.26.1

func (ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModeOutput added in v0.26.1

func (o ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModeOutput() ImageConfigTextRedactionModeOutput

func (ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModeOutputWithContext added in v0.26.1

func (o ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModeOutputWithContext(ctx context.Context) ImageConfigTextRedactionModeOutput

func (ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModePtrOutput added in v0.26.1

func (o ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModePtrOutput() ImageConfigTextRedactionModePtrOutput

func (ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModePtrOutputWithContext added in v0.26.1

func (o ImageConfigTextRedactionModeOutput) ToImageConfigTextRedactionModePtrOutputWithContext(ctx context.Context) ImageConfigTextRedactionModePtrOutput

func (ImageConfigTextRedactionModeOutput) ToStringOutput added in v0.26.1

func (ImageConfigTextRedactionModeOutput) ToStringOutputWithContext added in v0.26.1

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

func (ImageConfigTextRedactionModeOutput) ToStringPtrOutput added in v0.26.1

func (ImageConfigTextRedactionModeOutput) ToStringPtrOutputWithContext added in v0.26.1

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

type ImageConfigTextRedactionModePtrInput added in v0.26.1

type ImageConfigTextRedactionModePtrInput interface {
	pulumi.Input

	ToImageConfigTextRedactionModePtrOutput() ImageConfigTextRedactionModePtrOutput
	ToImageConfigTextRedactionModePtrOutputWithContext(context.Context) ImageConfigTextRedactionModePtrOutput
}

func ImageConfigTextRedactionModePtr added in v0.26.1

func ImageConfigTextRedactionModePtr(v string) ImageConfigTextRedactionModePtrInput

type ImageConfigTextRedactionModePtrOutput added in v0.26.1

type ImageConfigTextRedactionModePtrOutput struct{ *pulumi.OutputState }

func (ImageConfigTextRedactionModePtrOutput) Elem added in v0.26.1

func (ImageConfigTextRedactionModePtrOutput) ElementType added in v0.26.1

func (ImageConfigTextRedactionModePtrOutput) ToImageConfigTextRedactionModePtrOutput added in v0.26.1

func (o ImageConfigTextRedactionModePtrOutput) ToImageConfigTextRedactionModePtrOutput() ImageConfigTextRedactionModePtrOutput

func (ImageConfigTextRedactionModePtrOutput) ToImageConfigTextRedactionModePtrOutputWithContext added in v0.26.1

func (o ImageConfigTextRedactionModePtrOutput) ToImageConfigTextRedactionModePtrOutputWithContext(ctx context.Context) ImageConfigTextRedactionModePtrOutput

func (ImageConfigTextRedactionModePtrOutput) ToStringPtrOutput added in v0.26.1

func (ImageConfigTextRedactionModePtrOutput) ToStringPtrOutputWithContext added in v0.26.1

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

type ImageInput

type ImageInput interface {
	pulumi.Input

	ToImageOutput() ImageOutput
	ToImageOutputWithContext(context.Context) ImageOutput
}

ImageInput is an input type that accepts ImageArgs and ImageOutput values. You can construct a concrete instance of `ImageInput` via:

ImageArgs{...}

type ImageOutput

type ImageOutput struct{ *pulumi.OutputState }

Raw bytes representing consent artifact content.

func (ImageOutput) ElementType

func (ImageOutput) ElementType() reflect.Type

func (ImageOutput) GcsUri

func (o ImageOutput) GcsUri() pulumi.StringPtrOutput

Input only. Points to a Cloud Storage URI containing the consent artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Cloud Healthcare API service account must have the `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location. The consent artifact content at this URI is copied to a Cloud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return the consent artifact content in raw_bytes.

func (ImageOutput) RawBytes

func (o ImageOutput) RawBytes() pulumi.StringPtrOutput

Consent artifact content represented as a stream of bytes. This field is populated when returned in GetConsentArtifact response, but not included in CreateConsentArtifact and ListConsentArtifact response.

func (ImageOutput) ToImageOutput

func (o ImageOutput) ToImageOutput() ImageOutput

func (ImageOutput) ToImageOutputWithContext

func (o ImageOutput) ToImageOutputWithContext(ctx context.Context) ImageOutput

func (ImageOutput) ToImagePtrOutput

func (o ImageOutput) ToImagePtrOutput() ImagePtrOutput

func (ImageOutput) ToImagePtrOutputWithContext

func (o ImageOutput) ToImagePtrOutputWithContext(ctx context.Context) ImagePtrOutput

type ImagePtrInput

type ImagePtrInput interface {
	pulumi.Input

	ToImagePtrOutput() ImagePtrOutput
	ToImagePtrOutputWithContext(context.Context) ImagePtrOutput
}

ImagePtrInput is an input type that accepts ImageArgs, ImagePtr and ImagePtrOutput values. You can construct a concrete instance of `ImagePtrInput` via:

        ImageArgs{...}

or:

        nil

func ImagePtr

func ImagePtr(v *ImageArgs) ImagePtrInput

type ImagePtrOutput

type ImagePtrOutput struct{ *pulumi.OutputState }

func (ImagePtrOutput) Elem

func (o ImagePtrOutput) Elem() ImageOutput

func (ImagePtrOutput) ElementType

func (ImagePtrOutput) ElementType() reflect.Type

func (ImagePtrOutput) GcsUri

Input only. Points to a Cloud Storage URI containing the consent artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Cloud Healthcare API service account must have the `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location. The consent artifact content at this URI is copied to a Cloud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return the consent artifact content in raw_bytes.

func (ImagePtrOutput) RawBytes

func (o ImagePtrOutput) RawBytes() pulumi.StringPtrOutput

Consent artifact content represented as a stream of bytes. This field is populated when returned in GetConsentArtifact response, but not included in CreateConsentArtifact and ListConsentArtifact response.

func (ImagePtrOutput) ToImagePtrOutput

func (o ImagePtrOutput) ToImagePtrOutput() ImagePtrOutput

func (ImagePtrOutput) ToImagePtrOutputWithContext

func (o ImagePtrOutput) ToImagePtrOutputWithContext(ctx context.Context) ImagePtrOutput

type ImageResponse

type ImageResponse struct {
	// Input only. Points to a Cloud Storage URI containing the consent artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Cloud Healthcare API service account must have the `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location. The consent artifact content at this URI is copied to a Cloud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return the consent artifact content in raw_bytes.
	GcsUri string `pulumi:"gcsUri"`
	// Consent artifact content represented as a stream of bytes. This field is populated when returned in GetConsentArtifact response, but not included in CreateConsentArtifact and ListConsentArtifact response.
	RawBytes string `pulumi:"rawBytes"`
}

Raw bytes representing consent artifact content.

type ImageResponseArrayOutput

type ImageResponseArrayOutput struct{ *pulumi.OutputState }

func (ImageResponseArrayOutput) ElementType

func (ImageResponseArrayOutput) ElementType() reflect.Type

func (ImageResponseArrayOutput) Index

func (ImageResponseArrayOutput) ToImageResponseArrayOutput

func (o ImageResponseArrayOutput) ToImageResponseArrayOutput() ImageResponseArrayOutput

func (ImageResponseArrayOutput) ToImageResponseArrayOutputWithContext

func (o ImageResponseArrayOutput) ToImageResponseArrayOutputWithContext(ctx context.Context) ImageResponseArrayOutput

type ImageResponseOutput

type ImageResponseOutput struct{ *pulumi.OutputState }

Raw bytes representing consent artifact content.

func (ImageResponseOutput) ElementType

func (ImageResponseOutput) ElementType() reflect.Type

func (ImageResponseOutput) GcsUri

Input only. Points to a Cloud Storage URI containing the consent artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Cloud Healthcare API service account must have the `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location. The consent artifact content at this URI is copied to a Cloud Storage location managed by the Cloud Healthcare API. Responses to fetching requests return the consent artifact content in raw_bytes.

func (ImageResponseOutput) RawBytes

Consent artifact content represented as a stream of bytes. This field is populated when returned in GetConsentArtifact response, but not included in CreateConsentArtifact and ListConsentArtifact response.

func (ImageResponseOutput) ToImageResponseOutput

func (o ImageResponseOutput) ToImageResponseOutput() ImageResponseOutput

func (ImageResponseOutput) ToImageResponseOutputWithContext

func (o ImageResponseOutput) ToImageResponseOutputWithContext(ctx context.Context) ImageResponseOutput

type InfoTypeTransformation added in v0.26.1

type InfoTypeTransformation struct {
	// Config for character mask.
	CharacterMaskConfig *CharacterMaskConfig `pulumi:"characterMaskConfig"`
	// Config for crypto hash.
	CryptoHashConfig *CryptoHashConfig `pulumi:"cryptoHashConfig"`
	// Config for date shift.
	DateShiftConfig *DateShiftConfig `pulumi:"dateShiftConfig"`
	// InfoTypes to apply this transformation to. If this is not specified, the transformation applies to any info_type.
	InfoTypes []string `pulumi:"infoTypes"`
	// Config for text redaction.
	RedactConfig *RedactConfig `pulumi:"redactConfig"`
	// Config for replace with InfoType.
	ReplaceWithInfoTypeConfig *ReplaceWithInfoTypeConfig `pulumi:"replaceWithInfoTypeConfig"`
}

A transformation to apply to text that is identified as a specific info_type.

type InfoTypeTransformationArgs added in v0.26.1

type InfoTypeTransformationArgs struct {
	// Config for character mask.
	CharacterMaskConfig CharacterMaskConfigPtrInput `pulumi:"characterMaskConfig"`
	// Config for crypto hash.
	CryptoHashConfig CryptoHashConfigPtrInput `pulumi:"cryptoHashConfig"`
	// Config for date shift.
	DateShiftConfig DateShiftConfigPtrInput `pulumi:"dateShiftConfig"`
	// InfoTypes to apply this transformation to. If this is not specified, the transformation applies to any info_type.
	InfoTypes pulumi.StringArrayInput `pulumi:"infoTypes"`
	// Config for text redaction.
	RedactConfig RedactConfigPtrInput `pulumi:"redactConfig"`
	// Config for replace with InfoType.
	ReplaceWithInfoTypeConfig ReplaceWithInfoTypeConfigPtrInput `pulumi:"replaceWithInfoTypeConfig"`
}

A transformation to apply to text that is identified as a specific info_type.

func (InfoTypeTransformationArgs) ElementType added in v0.26.1

func (InfoTypeTransformationArgs) ElementType() reflect.Type

func (InfoTypeTransformationArgs) ToInfoTypeTransformationOutput added in v0.26.1

func (i InfoTypeTransformationArgs) ToInfoTypeTransformationOutput() InfoTypeTransformationOutput

func (InfoTypeTransformationArgs) ToInfoTypeTransformationOutputWithContext added in v0.26.1

func (i InfoTypeTransformationArgs) ToInfoTypeTransformationOutputWithContext(ctx context.Context) InfoTypeTransformationOutput

type InfoTypeTransformationArray added in v0.26.1

type InfoTypeTransformationArray []InfoTypeTransformationInput

func (InfoTypeTransformationArray) ElementType added in v0.26.1

func (InfoTypeTransformationArray) ToInfoTypeTransformationArrayOutput added in v0.26.1

func (i InfoTypeTransformationArray) ToInfoTypeTransformationArrayOutput() InfoTypeTransformationArrayOutput

func (InfoTypeTransformationArray) ToInfoTypeTransformationArrayOutputWithContext added in v0.26.1

func (i InfoTypeTransformationArray) ToInfoTypeTransformationArrayOutputWithContext(ctx context.Context) InfoTypeTransformationArrayOutput

type InfoTypeTransformationArrayInput added in v0.26.1

type InfoTypeTransformationArrayInput interface {
	pulumi.Input

	ToInfoTypeTransformationArrayOutput() InfoTypeTransformationArrayOutput
	ToInfoTypeTransformationArrayOutputWithContext(context.Context) InfoTypeTransformationArrayOutput
}

InfoTypeTransformationArrayInput is an input type that accepts InfoTypeTransformationArray and InfoTypeTransformationArrayOutput values. You can construct a concrete instance of `InfoTypeTransformationArrayInput` via:

InfoTypeTransformationArray{ InfoTypeTransformationArgs{...} }

type InfoTypeTransformationArrayOutput added in v0.26.1

type InfoTypeTransformationArrayOutput struct{ *pulumi.OutputState }

func (InfoTypeTransformationArrayOutput) ElementType added in v0.26.1

func (InfoTypeTransformationArrayOutput) Index added in v0.26.1

func (InfoTypeTransformationArrayOutput) ToInfoTypeTransformationArrayOutput added in v0.26.1

func (o InfoTypeTransformationArrayOutput) ToInfoTypeTransformationArrayOutput() InfoTypeTransformationArrayOutput

func (InfoTypeTransformationArrayOutput) ToInfoTypeTransformationArrayOutputWithContext added in v0.26.1

func (o InfoTypeTransformationArrayOutput) ToInfoTypeTransformationArrayOutputWithContext(ctx context.Context) InfoTypeTransformationArrayOutput

type InfoTypeTransformationInput added in v0.26.1

type InfoTypeTransformationInput interface {
	pulumi.Input

	ToInfoTypeTransformationOutput() InfoTypeTransformationOutput
	ToInfoTypeTransformationOutputWithContext(context.Context) InfoTypeTransformationOutput
}

InfoTypeTransformationInput is an input type that accepts InfoTypeTransformationArgs and InfoTypeTransformationOutput values. You can construct a concrete instance of `InfoTypeTransformationInput` via:

InfoTypeTransformationArgs{...}

type InfoTypeTransformationOutput added in v0.26.1

type InfoTypeTransformationOutput struct{ *pulumi.OutputState }

A transformation to apply to text that is identified as a specific info_type.

func (InfoTypeTransformationOutput) CharacterMaskConfig added in v0.26.1

Config for character mask.

func (InfoTypeTransformationOutput) CryptoHashConfig added in v0.26.1

Config for crypto hash.

func (InfoTypeTransformationOutput) DateShiftConfig added in v0.26.1

Config for date shift.

func (InfoTypeTransformationOutput) ElementType added in v0.26.1

func (InfoTypeTransformationOutput) InfoTypes added in v0.26.1

InfoTypes to apply this transformation to. If this is not specified, the transformation applies to any info_type.

func (InfoTypeTransformationOutput) RedactConfig added in v0.26.1

Config for text redaction.

func (InfoTypeTransformationOutput) ReplaceWithInfoTypeConfig added in v0.26.1

Config for replace with InfoType.

func (InfoTypeTransformationOutput) ToInfoTypeTransformationOutput added in v0.26.1

func (o InfoTypeTransformationOutput) ToInfoTypeTransformationOutput() InfoTypeTransformationOutput

func (InfoTypeTransformationOutput) ToInfoTypeTransformationOutputWithContext added in v0.26.1

func (o InfoTypeTransformationOutput) ToInfoTypeTransformationOutputWithContext(ctx context.Context) InfoTypeTransformationOutput

type InfoTypeTransformationResponse added in v0.26.1

type InfoTypeTransformationResponse struct {
	// Config for character mask.
	CharacterMaskConfig CharacterMaskConfigResponse `pulumi:"characterMaskConfig"`
	// Config for crypto hash.
	CryptoHashConfig CryptoHashConfigResponse `pulumi:"cryptoHashConfig"`
	// Config for date shift.
	DateShiftConfig DateShiftConfigResponse `pulumi:"dateShiftConfig"`
	// InfoTypes to apply this transformation to. If this is not specified, the transformation applies to any info_type.
	InfoTypes []string `pulumi:"infoTypes"`
	// Config for text redaction.
	RedactConfig RedactConfigResponse `pulumi:"redactConfig"`
	// Config for replace with InfoType.
	ReplaceWithInfoTypeConfig ReplaceWithInfoTypeConfigResponse `pulumi:"replaceWithInfoTypeConfig"`
}

A transformation to apply to text that is identified as a specific info_type.

type InfoTypeTransformationResponseArrayOutput added in v0.26.1

type InfoTypeTransformationResponseArrayOutput struct{ *pulumi.OutputState }

func (InfoTypeTransformationResponseArrayOutput) ElementType added in v0.26.1

func (InfoTypeTransformationResponseArrayOutput) Index added in v0.26.1

func (InfoTypeTransformationResponseArrayOutput) ToInfoTypeTransformationResponseArrayOutput added in v0.26.1

func (o InfoTypeTransformationResponseArrayOutput) ToInfoTypeTransformationResponseArrayOutput() InfoTypeTransformationResponseArrayOutput

func (InfoTypeTransformationResponseArrayOutput) ToInfoTypeTransformationResponseArrayOutputWithContext added in v0.26.1

func (o InfoTypeTransformationResponseArrayOutput) ToInfoTypeTransformationResponseArrayOutputWithContext(ctx context.Context) InfoTypeTransformationResponseArrayOutput

type InfoTypeTransformationResponseOutput added in v0.26.1

type InfoTypeTransformationResponseOutput struct{ *pulumi.OutputState }

A transformation to apply to text that is identified as a specific info_type.

func (InfoTypeTransformationResponseOutput) CharacterMaskConfig added in v0.26.1

Config for character mask.

func (InfoTypeTransformationResponseOutput) CryptoHashConfig added in v0.26.1

Config for crypto hash.

func (InfoTypeTransformationResponseOutput) DateShiftConfig added in v0.26.1

Config for date shift.

func (InfoTypeTransformationResponseOutput) ElementType added in v0.26.1

func (InfoTypeTransformationResponseOutput) InfoTypes added in v0.26.1

InfoTypes to apply this transformation to. If this is not specified, the transformation applies to any info_type.

func (InfoTypeTransformationResponseOutput) RedactConfig added in v0.26.1

Config for text redaction.

func (InfoTypeTransformationResponseOutput) ReplaceWithInfoTypeConfig added in v0.26.1

Config for replace with InfoType.

func (InfoTypeTransformationResponseOutput) ToInfoTypeTransformationResponseOutput added in v0.26.1

func (o InfoTypeTransformationResponseOutput) ToInfoTypeTransformationResponseOutput() InfoTypeTransformationResponseOutput

func (InfoTypeTransformationResponseOutput) ToInfoTypeTransformationResponseOutputWithContext added in v0.26.1

func (o InfoTypeTransformationResponseOutput) ToInfoTypeTransformationResponseOutputWithContext(ctx context.Context) InfoTypeTransformationResponseOutput

type KmsWrappedCryptoKey added in v0.26.1

type KmsWrappedCryptoKey struct {
	// The resource name of the KMS CryptoKey to use for unwrapping. For example, `projects/{project_id}/locations/{location_id}/keyRings/{keyring}/cryptoKeys/{key}`.
	CryptoKey string `pulumi:"cryptoKey"`
	// The wrapped data crypto key.
	WrappedKey string `pulumi:"wrappedKey"`
}

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud Healthcare Service Agent service account. For more information, see [Creating a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).

type KmsWrappedCryptoKeyArgs added in v0.26.1

type KmsWrappedCryptoKeyArgs struct {
	// The resource name of the KMS CryptoKey to use for unwrapping. For example, `projects/{project_id}/locations/{location_id}/keyRings/{keyring}/cryptoKeys/{key}`.
	CryptoKey pulumi.StringInput `pulumi:"cryptoKey"`
	// The wrapped data crypto key.
	WrappedKey pulumi.StringInput `pulumi:"wrappedKey"`
}

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud Healthcare Service Agent service account. For more information, see [Creating a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).

func (KmsWrappedCryptoKeyArgs) ElementType added in v0.26.1

func (KmsWrappedCryptoKeyArgs) ElementType() reflect.Type

func (KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyOutput added in v0.26.1

func (i KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyOutput() KmsWrappedCryptoKeyOutput

func (KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyOutputWithContext added in v0.26.1

func (i KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyOutputWithContext(ctx context.Context) KmsWrappedCryptoKeyOutput

func (KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyPtrOutput added in v0.26.1

func (i KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyPtrOutput() KmsWrappedCryptoKeyPtrOutput

func (KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyPtrOutputWithContext added in v0.26.1

func (i KmsWrappedCryptoKeyArgs) ToKmsWrappedCryptoKeyPtrOutputWithContext(ctx context.Context) KmsWrappedCryptoKeyPtrOutput

type KmsWrappedCryptoKeyInput added in v0.26.1

type KmsWrappedCryptoKeyInput interface {
	pulumi.Input

	ToKmsWrappedCryptoKeyOutput() KmsWrappedCryptoKeyOutput
	ToKmsWrappedCryptoKeyOutputWithContext(context.Context) KmsWrappedCryptoKeyOutput
}

KmsWrappedCryptoKeyInput is an input type that accepts KmsWrappedCryptoKeyArgs and KmsWrappedCryptoKeyOutput values. You can construct a concrete instance of `KmsWrappedCryptoKeyInput` via:

KmsWrappedCryptoKeyArgs{...}

type KmsWrappedCryptoKeyOutput added in v0.26.1

type KmsWrappedCryptoKeyOutput struct{ *pulumi.OutputState }

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud Healthcare Service Agent service account. For more information, see [Creating a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).

func (KmsWrappedCryptoKeyOutput) CryptoKey added in v0.26.1

The resource name of the KMS CryptoKey to use for unwrapping. For example, `projects/{project_id}/locations/{location_id}/keyRings/{keyring}/cryptoKeys/{key}`.

func (KmsWrappedCryptoKeyOutput) ElementType added in v0.26.1

func (KmsWrappedCryptoKeyOutput) ElementType() reflect.Type

func (KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyOutput added in v0.26.1

func (o KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyOutput() KmsWrappedCryptoKeyOutput

func (KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyOutputWithContext added in v0.26.1

func (o KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyOutputWithContext(ctx context.Context) KmsWrappedCryptoKeyOutput

func (KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyPtrOutput added in v0.26.1

func (o KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyPtrOutput() KmsWrappedCryptoKeyPtrOutput

func (KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyPtrOutputWithContext added in v0.26.1

func (o KmsWrappedCryptoKeyOutput) ToKmsWrappedCryptoKeyPtrOutputWithContext(ctx context.Context) KmsWrappedCryptoKeyPtrOutput

func (KmsWrappedCryptoKeyOutput) WrappedKey added in v0.26.1

The wrapped data crypto key.

type KmsWrappedCryptoKeyPtrInput added in v0.26.1

type KmsWrappedCryptoKeyPtrInput interface {
	pulumi.Input

	ToKmsWrappedCryptoKeyPtrOutput() KmsWrappedCryptoKeyPtrOutput
	ToKmsWrappedCryptoKeyPtrOutputWithContext(context.Context) KmsWrappedCryptoKeyPtrOutput
}

KmsWrappedCryptoKeyPtrInput is an input type that accepts KmsWrappedCryptoKeyArgs, KmsWrappedCryptoKeyPtr and KmsWrappedCryptoKeyPtrOutput values. You can construct a concrete instance of `KmsWrappedCryptoKeyPtrInput` via:

        KmsWrappedCryptoKeyArgs{...}

or:

        nil

func KmsWrappedCryptoKeyPtr added in v0.26.1

func KmsWrappedCryptoKeyPtr(v *KmsWrappedCryptoKeyArgs) KmsWrappedCryptoKeyPtrInput

type KmsWrappedCryptoKeyPtrOutput added in v0.26.1

type KmsWrappedCryptoKeyPtrOutput struct{ *pulumi.OutputState }

func (KmsWrappedCryptoKeyPtrOutput) CryptoKey added in v0.26.1

The resource name of the KMS CryptoKey to use for unwrapping. For example, `projects/{project_id}/locations/{location_id}/keyRings/{keyring}/cryptoKeys/{key}`.

func (KmsWrappedCryptoKeyPtrOutput) Elem added in v0.26.1

func (KmsWrappedCryptoKeyPtrOutput) ElementType added in v0.26.1

func (KmsWrappedCryptoKeyPtrOutput) ToKmsWrappedCryptoKeyPtrOutput added in v0.26.1

func (o KmsWrappedCryptoKeyPtrOutput) ToKmsWrappedCryptoKeyPtrOutput() KmsWrappedCryptoKeyPtrOutput

func (KmsWrappedCryptoKeyPtrOutput) ToKmsWrappedCryptoKeyPtrOutputWithContext added in v0.26.1

func (o KmsWrappedCryptoKeyPtrOutput) ToKmsWrappedCryptoKeyPtrOutputWithContext(ctx context.Context) KmsWrappedCryptoKeyPtrOutput

func (KmsWrappedCryptoKeyPtrOutput) WrappedKey added in v0.26.1

The wrapped data crypto key.

type KmsWrappedCryptoKeyResponse added in v0.26.1

type KmsWrappedCryptoKeyResponse struct {
	// The resource name of the KMS CryptoKey to use for unwrapping. For example, `projects/{project_id}/locations/{location_id}/keyRings/{keyring}/cryptoKeys/{key}`.
	CryptoKey string `pulumi:"cryptoKey"`
	// The wrapped data crypto key.
	WrappedKey string `pulumi:"wrappedKey"`
}

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud Healthcare Service Agent service account. For more information, see [Creating a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).

type KmsWrappedCryptoKeyResponseOutput added in v0.26.1

type KmsWrappedCryptoKeyResponseOutput struct{ *pulumi.OutputState }

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud Healthcare Service Agent service account. For more information, see [Creating a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).

func (KmsWrappedCryptoKeyResponseOutput) CryptoKey added in v0.26.1

The resource name of the KMS CryptoKey to use for unwrapping. For example, `projects/{project_id}/locations/{location_id}/keyRings/{keyring}/cryptoKeys/{key}`.

func (KmsWrappedCryptoKeyResponseOutput) ElementType added in v0.26.1

func (KmsWrappedCryptoKeyResponseOutput) ToKmsWrappedCryptoKeyResponseOutput added in v0.26.1

func (o KmsWrappedCryptoKeyResponseOutput) ToKmsWrappedCryptoKeyResponseOutput() KmsWrappedCryptoKeyResponseOutput

func (KmsWrappedCryptoKeyResponseOutput) ToKmsWrappedCryptoKeyResponseOutputWithContext added in v0.26.1

func (o KmsWrappedCryptoKeyResponseOutput) ToKmsWrappedCryptoKeyResponseOutputWithContext(ctx context.Context) KmsWrappedCryptoKeyResponseOutput

func (KmsWrappedCryptoKeyResponseOutput) WrappedKey added in v0.26.1

The wrapped data crypto key.

type LookupAttributeDefinitionArgs added in v0.4.0

type LookupAttributeDefinitionArgs struct {
	AttributeDefinitionId string  `pulumi:"attributeDefinitionId"`
	ConsentStoreId        string  `pulumi:"consentStoreId"`
	DatasetId             string  `pulumi:"datasetId"`
	Location              string  `pulumi:"location"`
	Project               *string `pulumi:"project"`
}

type LookupAttributeDefinitionOutputArgs added in v0.8.0

type LookupAttributeDefinitionOutputArgs struct {
	AttributeDefinitionId pulumi.StringInput    `pulumi:"attributeDefinitionId"`
	ConsentStoreId        pulumi.StringInput    `pulumi:"consentStoreId"`
	DatasetId             pulumi.StringInput    `pulumi:"datasetId"`
	Location              pulumi.StringInput    `pulumi:"location"`
	Project               pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupAttributeDefinitionOutputArgs) ElementType added in v0.8.0

type LookupAttributeDefinitionResult added in v0.4.0

type LookupAttributeDefinitionResult struct {
	// Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.
	AllowedValues []string `pulumi:"allowedValues"`
	// The category of the attribute. The value of this field cannot be changed after creation.
	Category string `pulumi:"category"`
	// Optional. Default values of the attribute in Consents. If no default values are specified, it defaults to an empty value.
	ConsentDefaultValues []string `pulumi:"consentDefaultValues"`
	// Optional. Default value of the attribute in User data mappings. If no default value is specified, it defaults to an empty value. This field is only applicable to attributes of the category `RESOURCE`.
	DataMappingDefaultValue string `pulumi:"dataMappingDefaultValue"`
	// Optional. A description of the attribute.
	Description string `pulumi:"description"`
	// Resource name of the Attribute definition, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. Cannot be changed after creation.
	Name string `pulumi:"name"`
}

func LookupAttributeDefinition added in v0.4.0

func LookupAttributeDefinition(ctx *pulumi.Context, args *LookupAttributeDefinitionArgs, opts ...pulumi.InvokeOption) (*LookupAttributeDefinitionResult, error)

Gets the specified Attribute definition.

type LookupAttributeDefinitionResultOutput added in v0.8.0

type LookupAttributeDefinitionResultOutput struct{ *pulumi.OutputState }

func (LookupAttributeDefinitionResultOutput) AllowedValues added in v0.8.0

Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.

func (LookupAttributeDefinitionResultOutput) Category added in v0.8.0

The category of the attribute. The value of this field cannot be changed after creation.

func (LookupAttributeDefinitionResultOutput) ConsentDefaultValues added in v0.8.0

Optional. Default values of the attribute in Consents. If no default values are specified, it defaults to an empty value.

func (LookupAttributeDefinitionResultOutput) DataMappingDefaultValue added in v0.8.0

func (o LookupAttributeDefinitionResultOutput) DataMappingDefaultValue() pulumi.StringOutput

Optional. Default value of the attribute in User data mappings. If no default value is specified, it defaults to an empty value. This field is only applicable to attributes of the category `RESOURCE`.

func (LookupAttributeDefinitionResultOutput) Description added in v0.8.0

Optional. A description of the attribute.

func (LookupAttributeDefinitionResultOutput) ElementType added in v0.8.0

func (LookupAttributeDefinitionResultOutput) Name added in v0.8.0

Resource name of the Attribute definition, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. Cannot be changed after creation.

func (LookupAttributeDefinitionResultOutput) ToLookupAttributeDefinitionResultOutput added in v0.8.0

func (o LookupAttributeDefinitionResultOutput) ToLookupAttributeDefinitionResultOutput() LookupAttributeDefinitionResultOutput

func (LookupAttributeDefinitionResultOutput) ToLookupAttributeDefinitionResultOutputWithContext added in v0.8.0

func (o LookupAttributeDefinitionResultOutput) ToLookupAttributeDefinitionResultOutputWithContext(ctx context.Context) LookupAttributeDefinitionResultOutput

type LookupConsentArgs added in v0.4.0

type LookupConsentArgs struct {
	ConsentId      string  `pulumi:"consentId"`
	ConsentStoreId string  `pulumi:"consentStoreId"`
	DatasetId      string  `pulumi:"datasetId"`
	Location       string  `pulumi:"location"`
	Project        *string `pulumi:"project"`
}

type LookupConsentArtifactArgs added in v0.4.0

type LookupConsentArtifactArgs struct {
	ConsentArtifactId string  `pulumi:"consentArtifactId"`
	ConsentStoreId    string  `pulumi:"consentStoreId"`
	DatasetId         string  `pulumi:"datasetId"`
	Location          string  `pulumi:"location"`
	Project           *string `pulumi:"project"`
}

type LookupConsentArtifactOutputArgs added in v0.8.0

type LookupConsentArtifactOutputArgs struct {
	ConsentArtifactId pulumi.StringInput    `pulumi:"consentArtifactId"`
	ConsentStoreId    pulumi.StringInput    `pulumi:"consentStoreId"`
	DatasetId         pulumi.StringInput    `pulumi:"datasetId"`
	Location          pulumi.StringInput    `pulumi:"location"`
	Project           pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupConsentArtifactOutputArgs) ElementType added in v0.8.0

type LookupConsentArtifactResult added in v0.4.0

type LookupConsentArtifactResult struct {
	// Optional. Screenshots, PDFs, or other binary information documenting the user's consent.
	ConsentContentScreenshots []ImageResponse `pulumi:"consentContentScreenshots"`
	// Optional. An string indicating the version of the consent information shown to the user.
	ConsentContentVersion string `pulumi:"consentContentVersion"`
	// Optional. A signature from a guardian.
	GuardianSignature SignatureResponse `pulumi:"guardianSignature"`
	// Optional. Metadata associated with the Consent artifact. For example, the consent locale or user agent version.
	Metadata map[string]string `pulumi:"metadata"`
	// Resource name of the Consent artifact, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. Cannot be changed after creation.
	Name string `pulumi:"name"`
	// User's UUID provided by the client.
	UserId string `pulumi:"userId"`
	// Optional. User's signature.
	UserSignature SignatureResponse `pulumi:"userSignature"`
	// Optional. A signature from a witness.
	WitnessSignature SignatureResponse `pulumi:"witnessSignature"`
}

func LookupConsentArtifact added in v0.4.0

func LookupConsentArtifact(ctx *pulumi.Context, args *LookupConsentArtifactArgs, opts ...pulumi.InvokeOption) (*LookupConsentArtifactResult, error)

Gets the specified Consent artifact.

type LookupConsentArtifactResultOutput added in v0.8.0

type LookupConsentArtifactResultOutput struct{ *pulumi.OutputState }

func LookupConsentArtifactOutput added in v0.8.0

func (LookupConsentArtifactResultOutput) ConsentContentScreenshots added in v0.8.0

func (o LookupConsentArtifactResultOutput) ConsentContentScreenshots() ImageResponseArrayOutput

Optional. Screenshots, PDFs, or other binary information documenting the user's consent.

func (LookupConsentArtifactResultOutput) ConsentContentVersion added in v0.8.0

func (o LookupConsentArtifactResultOutput) ConsentContentVersion() pulumi.StringOutput

Optional. An string indicating the version of the consent information shown to the user.

func (LookupConsentArtifactResultOutput) ElementType added in v0.8.0

func (LookupConsentArtifactResultOutput) GuardianSignature added in v0.8.0

Optional. A signature from a guardian.

func (LookupConsentArtifactResultOutput) Metadata added in v0.8.0

Optional. Metadata associated with the Consent artifact. For example, the consent locale or user agent version.

func (LookupConsentArtifactResultOutput) Name added in v0.8.0

Resource name of the Consent artifact, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. Cannot be changed after creation.

func (LookupConsentArtifactResultOutput) ToLookupConsentArtifactResultOutput added in v0.8.0

func (o LookupConsentArtifactResultOutput) ToLookupConsentArtifactResultOutput() LookupConsentArtifactResultOutput

func (LookupConsentArtifactResultOutput) ToLookupConsentArtifactResultOutputWithContext added in v0.8.0

func (o LookupConsentArtifactResultOutput) ToLookupConsentArtifactResultOutputWithContext(ctx context.Context) LookupConsentArtifactResultOutput

func (LookupConsentArtifactResultOutput) UserId added in v0.8.0

User's UUID provided by the client.

func (LookupConsentArtifactResultOutput) UserSignature added in v0.8.0

Optional. User's signature.

func (LookupConsentArtifactResultOutput) WitnessSignature added in v0.8.0

Optional. A signature from a witness.

type LookupConsentOutputArgs added in v0.8.0

type LookupConsentOutputArgs struct {
	ConsentId      pulumi.StringInput    `pulumi:"consentId"`
	ConsentStoreId pulumi.StringInput    `pulumi:"consentStoreId"`
	DatasetId      pulumi.StringInput    `pulumi:"datasetId"`
	Location       pulumi.StringInput    `pulumi:"location"`
	Project        pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupConsentOutputArgs) ElementType added in v0.8.0

func (LookupConsentOutputArgs) ElementType() reflect.Type

type LookupConsentResult added in v0.4.0

type LookupConsentResult struct {
	// The resource name of the Consent artifact that contains proof of the end user's consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`.
	ConsentArtifact string `pulumi:"consentArtifact"`
	// Timestamp in UTC of when this Consent is considered expired.
	ExpireTime string `pulumi:"expireTime"`
	// Optional. User-supplied key-value pairs used to organize Consent resources. Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes No more than 64 metadata entries can be associated with a given consent.
	Metadata map[string]string `pulumi:"metadata"`
	// Resource name of the Consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}`. Cannot be changed after creation.
	Name string `pulumi:"name"`
	// Optional. Represents a user's consent in terms of the resources that can be accessed and under what conditions.
	Policies []GoogleCloudHealthcareV1ConsentPolicyResponse `pulumi:"policies"`
	// The timestamp that the revision was created.
	RevisionCreateTime string `pulumi:"revisionCreateTime"`
	// The revision ID of the Consent. The format is an 8-character hexadecimal string. Refer to a specific revision of a Consent by appending `@{revision_id}` to the Consent's resource name.
	RevisionId string `pulumi:"revisionId"`
	// Indicates the current state of this Consent.
	State string `pulumi:"state"`
	// Input only. The time to live for this Consent from when it is created.
	Ttl string `pulumi:"ttl"`
	// User's UUID provided by the client.
	UserId string `pulumi:"userId"`
}

func LookupConsent added in v0.4.0

func LookupConsent(ctx *pulumi.Context, args *LookupConsentArgs, opts ...pulumi.InvokeOption) (*LookupConsentResult, error)

Gets the specified revision of a Consent, or the latest revision if `revision_id` is not specified in the resource name.

type LookupConsentResultOutput added in v0.8.0

type LookupConsentResultOutput struct{ *pulumi.OutputState }

func LookupConsentOutput added in v0.8.0

func LookupConsentOutput(ctx *pulumi.Context, args LookupConsentOutputArgs, opts ...pulumi.InvokeOption) LookupConsentResultOutput

func (LookupConsentResultOutput) ConsentArtifact added in v0.8.0

func (o LookupConsentResultOutput) ConsentArtifact() pulumi.StringOutput

The resource name of the Consent artifact that contains proof of the end user's consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`.

func (LookupConsentResultOutput) ElementType added in v0.8.0

func (LookupConsentResultOutput) ElementType() reflect.Type

func (LookupConsentResultOutput) ExpireTime added in v0.8.0

Timestamp in UTC of when this Consent is considered expired.

func (LookupConsentResultOutput) Metadata added in v0.8.0

Optional. User-supplied key-value pairs used to organize Consent resources. Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes No more than 64 metadata entries can be associated with a given consent.

func (LookupConsentResultOutput) Name added in v0.8.0

Resource name of the Consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}`. Cannot be changed after creation.

func (LookupConsentResultOutput) Policies added in v0.8.0

Optional. Represents a user's consent in terms of the resources that can be accessed and under what conditions.

func (LookupConsentResultOutput) RevisionCreateTime added in v0.8.0

func (o LookupConsentResultOutput) RevisionCreateTime() pulumi.StringOutput

The timestamp that the revision was created.

func (LookupConsentResultOutput) RevisionId added in v0.8.0

The revision ID of the Consent. The format is an 8-character hexadecimal string. Refer to a specific revision of a Consent by appending `@{revision_id}` to the Consent's resource name.

func (LookupConsentResultOutput) State added in v0.8.0

Indicates the current state of this Consent.

func (LookupConsentResultOutput) ToLookupConsentResultOutput added in v0.8.0

func (o LookupConsentResultOutput) ToLookupConsentResultOutput() LookupConsentResultOutput

func (LookupConsentResultOutput) ToLookupConsentResultOutputWithContext added in v0.8.0

func (o LookupConsentResultOutput) ToLookupConsentResultOutputWithContext(ctx context.Context) LookupConsentResultOutput

func (LookupConsentResultOutput) Ttl added in v0.8.0

Input only. The time to live for this Consent from when it is created.

func (LookupConsentResultOutput) UserId added in v0.8.0

User's UUID provided by the client.

type LookupConsentStoreArgs added in v0.4.0

type LookupConsentStoreArgs struct {
	ConsentStoreId string  `pulumi:"consentStoreId"`
	DatasetId      string  `pulumi:"datasetId"`
	Location       string  `pulumi:"location"`
	Project        *string `pulumi:"project"`
}

type LookupConsentStoreOutputArgs added in v0.8.0

type LookupConsentStoreOutputArgs struct {
	ConsentStoreId pulumi.StringInput    `pulumi:"consentStoreId"`
	DatasetId      pulumi.StringInput    `pulumi:"datasetId"`
	Location       pulumi.StringInput    `pulumi:"location"`
	Project        pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupConsentStoreOutputArgs) ElementType added in v0.8.0

type LookupConsentStoreResult added in v0.4.0

type LookupConsentStoreResult struct {
	// Optional. Default time to live for Consents created in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
	DefaultConsentTtl string `pulumi:"defaultConsentTtl"`
	// Optional. If `true`, UpdateConsent creates the Consent if it does not already exist. If unspecified, defaults to `false`.
	EnableConsentCreateOnUpdate bool `pulumi:"enableConsentCreateOnUpdate"`
	// Optional. User-supplied key-value pairs used to organize consent stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62}. Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given store. For more information: https://cloud.google.com/healthcare/docs/how-tos/labeling-resources
	Labels map[string]string `pulumi:"labels"`
	// Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`. Cannot be changed after creation.
	Name string `pulumi:"name"`
}

func LookupConsentStore added in v0.4.0

func LookupConsentStore(ctx *pulumi.Context, args *LookupConsentStoreArgs, opts ...pulumi.InvokeOption) (*LookupConsentStoreResult, error)

Gets the specified consent store.

type LookupConsentStoreResultOutput added in v0.8.0

type LookupConsentStoreResultOutput struct{ *pulumi.OutputState }

func LookupConsentStoreOutput added in v0.8.0

func (LookupConsentStoreResultOutput) DefaultConsentTtl added in v0.8.0

func (o LookupConsentStoreResultOutput) DefaultConsentTtl() pulumi.StringOutput

Optional. Default time to live for Consents created in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.

func (LookupConsentStoreResultOutput) ElementType added in v0.8.0

func (LookupConsentStoreResultOutput) EnableConsentCreateOnUpdate added in v0.8.0

func (o LookupConsentStoreResultOutput) EnableConsentCreateOnUpdate() pulumi.BoolOutput

Optional. If `true`, UpdateConsent creates the Consent if it does not already exist. If unspecified, defaults to `false`.

func (LookupConsentStoreResultOutput) Labels added in v0.8.0

Optional. User-supplied key-value pairs used to organize consent stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62}. Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given store. For more information: https://cloud.google.com/healthcare/docs/how-tos/labeling-resources

func (LookupConsentStoreResultOutput) Name added in v0.8.0

Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`. Cannot be changed after creation.

func (LookupConsentStoreResultOutput) ToLookupConsentStoreResultOutput added in v0.8.0

func (o LookupConsentStoreResultOutput) ToLookupConsentStoreResultOutput() LookupConsentStoreResultOutput

func (LookupConsentStoreResultOutput) ToLookupConsentStoreResultOutputWithContext added in v0.8.0

func (o LookupConsentStoreResultOutput) ToLookupConsentStoreResultOutputWithContext(ctx context.Context) LookupConsentStoreResultOutput

type LookupDatasetArgs added in v0.4.0

type LookupDatasetArgs struct {
	DatasetId string  `pulumi:"datasetId"`
	Location  string  `pulumi:"location"`
	Project   *string `pulumi:"project"`
}

type LookupDatasetConsentStoreIamPolicyArgs added in v0.4.0

type LookupDatasetConsentStoreIamPolicyArgs struct {
	ConsentStoreId                string  `pulumi:"consentStoreId"`
	DatasetId                     string  `pulumi:"datasetId"`
	Location                      string  `pulumi:"location"`
	OptionsRequestedPolicyVersion *int    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       *string `pulumi:"project"`
}

type LookupDatasetConsentStoreIamPolicyOutputArgs added in v0.8.0

type LookupDatasetConsentStoreIamPolicyOutputArgs struct {
	ConsentStoreId                pulumi.StringInput    `pulumi:"consentStoreId"`
	DatasetId                     pulumi.StringInput    `pulumi:"datasetId"`
	Location                      pulumi.StringInput    `pulumi:"location"`
	OptionsRequestedPolicyVersion pulumi.IntPtrInput    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupDatasetConsentStoreIamPolicyOutputArgs) ElementType added in v0.8.0

type LookupDatasetConsentStoreIamPolicyResult added in v0.4.0

type LookupDatasetConsentStoreIamPolicyResult struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs []AuditConfigResponse `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings []BindingResponse `pulumi:"bindings"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag string `pulumi:"etag"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version int `pulumi:"version"`
}

func LookupDatasetConsentStoreIamPolicy added in v0.4.0

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

type LookupDatasetConsentStoreIamPolicyResultOutput added in v0.8.0

type LookupDatasetConsentStoreIamPolicyResultOutput struct{ *pulumi.OutputState }

func (LookupDatasetConsentStoreIamPolicyResultOutput) AuditConfigs added in v0.8.0

Specifies cloud audit logging configuration for this policy.

func (LookupDatasetConsentStoreIamPolicyResultOutput) Bindings added in v0.8.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (LookupDatasetConsentStoreIamPolicyResultOutput) ElementType added in v0.8.0

func (LookupDatasetConsentStoreIamPolicyResultOutput) Etag added in v0.8.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (LookupDatasetConsentStoreIamPolicyResultOutput) ToLookupDatasetConsentStoreIamPolicyResultOutput added in v0.8.0

func (o LookupDatasetConsentStoreIamPolicyResultOutput) ToLookupDatasetConsentStoreIamPolicyResultOutput() LookupDatasetConsentStoreIamPolicyResultOutput

func (LookupDatasetConsentStoreIamPolicyResultOutput) ToLookupDatasetConsentStoreIamPolicyResultOutputWithContext added in v0.8.0

func (o LookupDatasetConsentStoreIamPolicyResultOutput) ToLookupDatasetConsentStoreIamPolicyResultOutputWithContext(ctx context.Context) LookupDatasetConsentStoreIamPolicyResultOutput

func (LookupDatasetConsentStoreIamPolicyResultOutput) Version added in v0.8.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type LookupDatasetDicomStoreIamPolicyArgs added in v0.4.0

type LookupDatasetDicomStoreIamPolicyArgs struct {
	DatasetId                     string  `pulumi:"datasetId"`
	DicomStoreId                  string  `pulumi:"dicomStoreId"`
	Location                      string  `pulumi:"location"`
	OptionsRequestedPolicyVersion *int    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       *string `pulumi:"project"`
}

type LookupDatasetDicomStoreIamPolicyOutputArgs added in v0.8.0

type LookupDatasetDicomStoreIamPolicyOutputArgs struct {
	DatasetId                     pulumi.StringInput    `pulumi:"datasetId"`
	DicomStoreId                  pulumi.StringInput    `pulumi:"dicomStoreId"`
	Location                      pulumi.StringInput    `pulumi:"location"`
	OptionsRequestedPolicyVersion pulumi.IntPtrInput    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupDatasetDicomStoreIamPolicyOutputArgs) ElementType added in v0.8.0

type LookupDatasetDicomStoreIamPolicyResult added in v0.4.0

type LookupDatasetDicomStoreIamPolicyResult struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs []AuditConfigResponse `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings []BindingResponse `pulumi:"bindings"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag string `pulumi:"etag"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version int `pulumi:"version"`
}

func LookupDatasetDicomStoreIamPolicy added in v0.4.0

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

type LookupDatasetDicomStoreIamPolicyResultOutput added in v0.8.0

type LookupDatasetDicomStoreIamPolicyResultOutput struct{ *pulumi.OutputState }

func (LookupDatasetDicomStoreIamPolicyResultOutput) AuditConfigs added in v0.8.0

Specifies cloud audit logging configuration for this policy.

func (LookupDatasetDicomStoreIamPolicyResultOutput) Bindings added in v0.8.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (LookupDatasetDicomStoreIamPolicyResultOutput) ElementType added in v0.8.0

func (LookupDatasetDicomStoreIamPolicyResultOutput) Etag added in v0.8.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (LookupDatasetDicomStoreIamPolicyResultOutput) ToLookupDatasetDicomStoreIamPolicyResultOutput added in v0.8.0

func (o LookupDatasetDicomStoreIamPolicyResultOutput) ToLookupDatasetDicomStoreIamPolicyResultOutput() LookupDatasetDicomStoreIamPolicyResultOutput

func (LookupDatasetDicomStoreIamPolicyResultOutput) ToLookupDatasetDicomStoreIamPolicyResultOutputWithContext added in v0.8.0

func (o LookupDatasetDicomStoreIamPolicyResultOutput) ToLookupDatasetDicomStoreIamPolicyResultOutputWithContext(ctx context.Context) LookupDatasetDicomStoreIamPolicyResultOutput

func (LookupDatasetDicomStoreIamPolicyResultOutput) Version added in v0.8.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type LookupDatasetFhirStoreIamPolicyArgs added in v0.4.0

type LookupDatasetFhirStoreIamPolicyArgs struct {
	DatasetId                     string  `pulumi:"datasetId"`
	FhirStoreId                   string  `pulumi:"fhirStoreId"`
	Location                      string  `pulumi:"location"`
	OptionsRequestedPolicyVersion *int    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       *string `pulumi:"project"`
}

type LookupDatasetFhirStoreIamPolicyOutputArgs added in v0.8.0

type LookupDatasetFhirStoreIamPolicyOutputArgs struct {
	DatasetId                     pulumi.StringInput    `pulumi:"datasetId"`
	FhirStoreId                   pulumi.StringInput    `pulumi:"fhirStoreId"`
	Location                      pulumi.StringInput    `pulumi:"location"`
	OptionsRequestedPolicyVersion pulumi.IntPtrInput    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupDatasetFhirStoreIamPolicyOutputArgs) ElementType added in v0.8.0

type LookupDatasetFhirStoreIamPolicyResult added in v0.4.0

type LookupDatasetFhirStoreIamPolicyResult struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs []AuditConfigResponse `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings []BindingResponse `pulumi:"bindings"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag string `pulumi:"etag"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version int `pulumi:"version"`
}

func LookupDatasetFhirStoreIamPolicy added in v0.4.0

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

type LookupDatasetFhirStoreIamPolicyResultOutput added in v0.8.0

type LookupDatasetFhirStoreIamPolicyResultOutput struct{ *pulumi.OutputState }

func (LookupDatasetFhirStoreIamPolicyResultOutput) AuditConfigs added in v0.8.0

Specifies cloud audit logging configuration for this policy.

func (LookupDatasetFhirStoreIamPolicyResultOutput) Bindings added in v0.8.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (LookupDatasetFhirStoreIamPolicyResultOutput) ElementType added in v0.8.0

func (LookupDatasetFhirStoreIamPolicyResultOutput) Etag added in v0.8.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (LookupDatasetFhirStoreIamPolicyResultOutput) ToLookupDatasetFhirStoreIamPolicyResultOutput added in v0.8.0

func (o LookupDatasetFhirStoreIamPolicyResultOutput) ToLookupDatasetFhirStoreIamPolicyResultOutput() LookupDatasetFhirStoreIamPolicyResultOutput

func (LookupDatasetFhirStoreIamPolicyResultOutput) ToLookupDatasetFhirStoreIamPolicyResultOutputWithContext added in v0.8.0

func (o LookupDatasetFhirStoreIamPolicyResultOutput) ToLookupDatasetFhirStoreIamPolicyResultOutputWithContext(ctx context.Context) LookupDatasetFhirStoreIamPolicyResultOutput

func (LookupDatasetFhirStoreIamPolicyResultOutput) Version added in v0.8.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type LookupDatasetHl7V2StoreIamPolicyArgs added in v0.4.0

type LookupDatasetHl7V2StoreIamPolicyArgs struct {
	DatasetId                     string  `pulumi:"datasetId"`
	Hl7V2StoreId                  string  `pulumi:"hl7V2StoreId"`
	Location                      string  `pulumi:"location"`
	OptionsRequestedPolicyVersion *int    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       *string `pulumi:"project"`
}

type LookupDatasetHl7V2StoreIamPolicyOutputArgs added in v0.8.0

type LookupDatasetHl7V2StoreIamPolicyOutputArgs struct {
	DatasetId                     pulumi.StringInput    `pulumi:"datasetId"`
	Hl7V2StoreId                  pulumi.StringInput    `pulumi:"hl7V2StoreId"`
	Location                      pulumi.StringInput    `pulumi:"location"`
	OptionsRequestedPolicyVersion pulumi.IntPtrInput    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupDatasetHl7V2StoreIamPolicyOutputArgs) ElementType added in v0.8.0

type LookupDatasetHl7V2StoreIamPolicyResult added in v0.4.0

type LookupDatasetHl7V2StoreIamPolicyResult struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs []AuditConfigResponse `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings []BindingResponse `pulumi:"bindings"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag string `pulumi:"etag"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version int `pulumi:"version"`
}

func LookupDatasetHl7V2StoreIamPolicy added in v0.4.0

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

type LookupDatasetHl7V2StoreIamPolicyResultOutput added in v0.8.0

type LookupDatasetHl7V2StoreIamPolicyResultOutput struct{ *pulumi.OutputState }

func (LookupDatasetHl7V2StoreIamPolicyResultOutput) AuditConfigs added in v0.8.0

Specifies cloud audit logging configuration for this policy.

func (LookupDatasetHl7V2StoreIamPolicyResultOutput) Bindings added in v0.8.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (LookupDatasetHl7V2StoreIamPolicyResultOutput) ElementType added in v0.8.0

func (LookupDatasetHl7V2StoreIamPolicyResultOutput) Etag added in v0.8.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (LookupDatasetHl7V2StoreIamPolicyResultOutput) ToLookupDatasetHl7V2StoreIamPolicyResultOutput added in v0.8.0

func (o LookupDatasetHl7V2StoreIamPolicyResultOutput) ToLookupDatasetHl7V2StoreIamPolicyResultOutput() LookupDatasetHl7V2StoreIamPolicyResultOutput

func (LookupDatasetHl7V2StoreIamPolicyResultOutput) ToLookupDatasetHl7V2StoreIamPolicyResultOutputWithContext added in v0.8.0

func (o LookupDatasetHl7V2StoreIamPolicyResultOutput) ToLookupDatasetHl7V2StoreIamPolicyResultOutputWithContext(ctx context.Context) LookupDatasetHl7V2StoreIamPolicyResultOutput

func (LookupDatasetHl7V2StoreIamPolicyResultOutput) Version added in v0.8.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type LookupDatasetIamPolicyArgs added in v0.4.0

type LookupDatasetIamPolicyArgs struct {
	DatasetId                     string  `pulumi:"datasetId"`
	Location                      string  `pulumi:"location"`
	OptionsRequestedPolicyVersion *int    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       *string `pulumi:"project"`
}

type LookupDatasetIamPolicyOutputArgs added in v0.8.0

type LookupDatasetIamPolicyOutputArgs struct {
	DatasetId                     pulumi.StringInput    `pulumi:"datasetId"`
	Location                      pulumi.StringInput    `pulumi:"location"`
	OptionsRequestedPolicyVersion pulumi.IntPtrInput    `pulumi:"optionsRequestedPolicyVersion"`
	Project                       pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupDatasetIamPolicyOutputArgs) ElementType added in v0.8.0

type LookupDatasetIamPolicyResult added in v0.4.0

type LookupDatasetIamPolicyResult struct {
	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs []AuditConfigResponse `pulumi:"auditConfigs"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings []BindingResponse `pulumi:"bindings"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag string `pulumi:"etag"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version int `pulumi:"version"`
}

func LookupDatasetIamPolicy added in v0.4.0

func LookupDatasetIamPolicy(ctx *pulumi.Context, args *LookupDatasetIamPolicyArgs, opts ...pulumi.InvokeOption) (*LookupDatasetIamPolicyResult, error)

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

type LookupDatasetIamPolicyResultOutput added in v0.8.0

type LookupDatasetIamPolicyResultOutput struct{ *pulumi.OutputState }

func LookupDatasetIamPolicyOutput added in v0.8.0

func (LookupDatasetIamPolicyResultOutput) AuditConfigs added in v0.8.0

Specifies cloud audit logging configuration for this policy.

func (LookupDatasetIamPolicyResultOutput) Bindings added in v0.8.0

Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.

func (LookupDatasetIamPolicyResultOutput) ElementType added in v0.8.0

func (LookupDatasetIamPolicyResultOutput) Etag added in v0.8.0

`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.

func (LookupDatasetIamPolicyResultOutput) ToLookupDatasetIamPolicyResultOutput added in v0.8.0

func (o LookupDatasetIamPolicyResultOutput) ToLookupDatasetIamPolicyResultOutput() LookupDatasetIamPolicyResultOutput

func (LookupDatasetIamPolicyResultOutput) ToLookupDatasetIamPolicyResultOutputWithContext added in v0.8.0

func (o LookupDatasetIamPolicyResultOutput) ToLookupDatasetIamPolicyResultOutputWithContext(ctx context.Context) LookupDatasetIamPolicyResultOutput

func (LookupDatasetIamPolicyResultOutput) Version added in v0.8.0

Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

type LookupDatasetOutputArgs added in v0.8.0

type LookupDatasetOutputArgs struct {
	DatasetId pulumi.StringInput    `pulumi:"datasetId"`
	Location  pulumi.StringInput    `pulumi:"location"`
	Project   pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupDatasetOutputArgs) ElementType added in v0.8.0

func (LookupDatasetOutputArgs) ElementType() reflect.Type

type LookupDatasetResult added in v0.4.0

type LookupDatasetResult struct {
	// Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.
	Name string `pulumi:"name"`
	// The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.
	TimeZone string `pulumi:"timeZone"`
}

func LookupDataset added in v0.4.0

func LookupDataset(ctx *pulumi.Context, args *LookupDatasetArgs, opts ...pulumi.InvokeOption) (*LookupDatasetResult, error)

Gets any metadata associated with a dataset.

type LookupDatasetResultOutput added in v0.8.0

type LookupDatasetResultOutput struct{ *pulumi.OutputState }

func LookupDatasetOutput added in v0.8.0

func LookupDatasetOutput(ctx *pulumi.Context, args LookupDatasetOutputArgs, opts ...pulumi.InvokeOption) LookupDatasetResultOutput

func (LookupDatasetResultOutput) ElementType added in v0.8.0

func (LookupDatasetResultOutput) ElementType() reflect.Type

func (LookupDatasetResultOutput) Name added in v0.8.0

Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.

func (LookupDatasetResultOutput) TimeZone added in v0.8.0

The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.

func (LookupDatasetResultOutput) ToLookupDatasetResultOutput added in v0.8.0

func (o LookupDatasetResultOutput) ToLookupDatasetResultOutput() LookupDatasetResultOutput

func (LookupDatasetResultOutput) ToLookupDatasetResultOutputWithContext added in v0.8.0

func (o LookupDatasetResultOutput) ToLookupDatasetResultOutputWithContext(ctx context.Context) LookupDatasetResultOutput

type LookupDicomStoreArgs added in v0.4.0

type LookupDicomStoreArgs struct {
	DatasetId    string  `pulumi:"datasetId"`
	DicomStoreId string  `pulumi:"dicomStoreId"`
	Location     string  `pulumi:"location"`
	Project      *string `pulumi:"project"`
}

type LookupDicomStoreOutputArgs added in v0.8.0

type LookupDicomStoreOutputArgs struct {
	DatasetId    pulumi.StringInput    `pulumi:"datasetId"`
	DicomStoreId pulumi.StringInput    `pulumi:"dicomStoreId"`
	Location     pulumi.StringInput    `pulumi:"location"`
	Project      pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupDicomStoreOutputArgs) ElementType added in v0.8.0

func (LookupDicomStoreOutputArgs) ElementType() reflect.Type

type LookupDicomStoreResult added in v0.4.0

type LookupDicomStoreResult struct {
	// User-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels map[string]string `pulumi:"labels"`
	// Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.
	Name string `pulumi:"name"`
	// Notification destination for new DICOM instances. Supplied by the client.
	NotificationConfig NotificationConfigResponse `pulumi:"notificationConfig"`
	// Optional. A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to `stream_configs`, DICOM instance insertions are streamed to the new destination. When a config is removed from `stream_configs`, the server stops streaming to that destination. Each config must contain a unique destination.
	StreamConfigs []GoogleCloudHealthcareV1DicomStreamConfigResponse `pulumi:"streamConfigs"`
}

func LookupDicomStore added in v0.4.0

func LookupDicomStore(ctx *pulumi.Context, args *LookupDicomStoreArgs, opts ...pulumi.InvokeOption) (*LookupDicomStoreResult, error)

Gets the specified DICOM store.

type LookupDicomStoreResultOutput added in v0.8.0

type LookupDicomStoreResultOutput struct{ *pulumi.OutputState }

func LookupDicomStoreOutput added in v0.8.0

func (LookupDicomStoreResultOutput) ElementType added in v0.8.0

func (LookupDicomStoreResultOutput) Labels added in v0.8.0

User-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (LookupDicomStoreResultOutput) Name added in v0.8.0

Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.

func (LookupDicomStoreResultOutput) NotificationConfig added in v0.8.0

Notification destination for new DICOM instances. Supplied by the client.

func (LookupDicomStoreResultOutput) StreamConfigs added in v0.32.0

Optional. A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to `stream_configs`, DICOM instance insertions are streamed to the new destination. When a config is removed from `stream_configs`, the server stops streaming to that destination. Each config must contain a unique destination.

func (LookupDicomStoreResultOutput) ToLookupDicomStoreResultOutput added in v0.8.0

func (o LookupDicomStoreResultOutput) ToLookupDicomStoreResultOutput() LookupDicomStoreResultOutput

func (LookupDicomStoreResultOutput) ToLookupDicomStoreResultOutputWithContext added in v0.8.0

func (o LookupDicomStoreResultOutput) ToLookupDicomStoreResultOutputWithContext(ctx context.Context) LookupDicomStoreResultOutput

type LookupFhirStoreArgs added in v0.4.0

type LookupFhirStoreArgs struct {
	DatasetId   string  `pulumi:"datasetId"`
	FhirStoreId string  `pulumi:"fhirStoreId"`
	Location    string  `pulumi:"location"`
	Project     *string `pulumi:"project"`
}

type LookupFhirStoreOutputArgs added in v0.8.0

type LookupFhirStoreOutputArgs struct {
	DatasetId   pulumi.StringInput    `pulumi:"datasetId"`
	FhirStoreId pulumi.StringInput    `pulumi:"fhirStoreId"`
	Location    pulumi.StringInput    `pulumi:"location"`
	Project     pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupFhirStoreOutputArgs) ElementType added in v0.8.0

func (LookupFhirStoreOutputArgs) ElementType() reflect.Type

type LookupFhirStoreResult added in v0.4.0

type LookupFhirStoreResult struct {
	// Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.
	ComplexDataTypeReferenceParsing string `pulumi:"complexDataTypeReferenceParsing"`
	// If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`.
	DefaultSearchHandlingStrict bool `pulumi:"defaultSearchHandlingStrict"`
	// Immutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.
	DisableReferentialIntegrity bool `pulumi:"disableReferentialIntegrity"`
	// Immutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.
	DisableResourceVersioning bool `pulumi:"disableResourceVersioning"`
	// Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.
	EnableUpdateCreate bool `pulumi:"enableUpdateCreate"`
	// User-supplied key-value pairs used to organize FHIR stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels map[string]string `pulumi:"labels"`
	// Resource name of the FHIR store, of the form `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
	Name string `pulumi:"name"`
	// Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".
	//
	// Deprecated: Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".
	NotificationConfig NotificationConfigResponse `pulumi:"notificationConfig"`
	// Specifies where and whether to send notifications upon changes to a FHIR store.
	NotificationConfigs []FhirNotificationConfigResponse `pulumi:"notificationConfigs"`
	// A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination.
	StreamConfigs []StreamConfigResponse `pulumi:"streamConfigs"`
	// Configuration for how to validate incoming FHIR resources against configured profiles.
	ValidationConfig ValidationConfigResponse `pulumi:"validationConfig"`
	// Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
	Version string `pulumi:"version"`
}

func LookupFhirStore added in v0.4.0

func LookupFhirStore(ctx *pulumi.Context, args *LookupFhirStoreArgs, opts ...pulumi.InvokeOption) (*LookupFhirStoreResult, error)

Gets the configuration of the specified FHIR store.

type LookupFhirStoreResultOutput added in v0.8.0

type LookupFhirStoreResultOutput struct{ *pulumi.OutputState }

func LookupFhirStoreOutput added in v0.8.0

func (LookupFhirStoreResultOutput) ComplexDataTypeReferenceParsing added in v0.21.0

func (o LookupFhirStoreResultOutput) ComplexDataTypeReferenceParsing() pulumi.StringOutput

Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources.

func (LookupFhirStoreResultOutput) DefaultSearchHandlingStrict added in v0.8.0

func (o LookupFhirStoreResultOutput) DefaultSearchHandlingStrict() pulumi.BoolOutput

If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`.

func (LookupFhirStoreResultOutput) DisableReferentialIntegrity added in v0.8.0

func (o LookupFhirStoreResultOutput) DisableReferentialIntegrity() pulumi.BoolOutput

Immutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.

func (LookupFhirStoreResultOutput) DisableResourceVersioning added in v0.8.0

func (o LookupFhirStoreResultOutput) DisableResourceVersioning() pulumi.BoolOutput

Immutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions.

func (LookupFhirStoreResultOutput) ElementType added in v0.8.0

func (LookupFhirStoreResultOutput) EnableUpdateCreate added in v0.8.0

func (o LookupFhirStoreResultOutput) EnableUpdateCreate() pulumi.BoolOutput

Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patient identifiers in client-specified resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud audit logs and Pub/Sub notifications. Those IDs can also be contained in reference fields within other resources.

func (LookupFhirStoreResultOutput) Labels added in v0.8.0

User-supplied key-value pairs used to organize FHIR stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (LookupFhirStoreResultOutput) Name added in v0.8.0

Resource name of the FHIR store, of the form `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.

func (LookupFhirStoreResultOutput) NotificationConfig deprecated added in v0.8.0

Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".

Deprecated: Deprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource".

func (LookupFhirStoreResultOutput) NotificationConfigs added in v0.31.1

Specifies where and whether to send notifications upon changes to a FHIR store.

func (LookupFhirStoreResultOutput) StreamConfigs added in v0.8.0

A list of streaming configs that configure the destinations of streaming export for every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs. After a new config is added, the next resource mutation is streamed to the new location in addition to the existing ones. When a location is removed from the list, the server stops streaming to that location. Before adding a new config, you must add the required [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order of dozens of seconds) is expected before the results show up in the streaming destination.

func (LookupFhirStoreResultOutput) ToLookupFhirStoreResultOutput added in v0.8.0

func (o LookupFhirStoreResultOutput) ToLookupFhirStoreResultOutput() LookupFhirStoreResultOutput

func (LookupFhirStoreResultOutput) ToLookupFhirStoreResultOutputWithContext added in v0.8.0

func (o LookupFhirStoreResultOutput) ToLookupFhirStoreResultOutputWithContext(ctx context.Context) LookupFhirStoreResultOutput

func (LookupFhirStoreResultOutput) ValidationConfig added in v0.9.0

Configuration for how to validate incoming FHIR resources against configured profiles.

func (LookupFhirStoreResultOutput) Version added in v0.8.0

Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.

type LookupHl7V2StoreArgs added in v0.4.0

type LookupHl7V2StoreArgs struct {
	DatasetId    string  `pulumi:"datasetId"`
	Hl7V2StoreId string  `pulumi:"hl7V2StoreId"`
	Location     string  `pulumi:"location"`
	Project      *string `pulumi:"project"`
}

type LookupHl7V2StoreOutputArgs added in v0.8.0

type LookupHl7V2StoreOutputArgs struct {
	DatasetId    pulumi.StringInput    `pulumi:"datasetId"`
	Hl7V2StoreId pulumi.StringInput    `pulumi:"hl7V2StoreId"`
	Location     pulumi.StringInput    `pulumi:"location"`
	Project      pulumi.StringPtrInput `pulumi:"project"`
}

func (LookupHl7V2StoreOutputArgs) ElementType added in v0.8.0

func (LookupHl7V2StoreOutputArgs) ElementType() reflect.Type

type LookupHl7V2StoreResult added in v0.4.0

type LookupHl7V2StoreResult struct {
	// User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels map[string]string `pulumi:"labels"`
	// Resource name of the HL7v2 store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.
	Name string `pulumi:"name"`
	// A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.
	NotificationConfigs []Hl7V2NotificationConfigResponse `pulumi:"notificationConfigs"`
	// The configuration for the parser. It determines how the server parses the messages.
	ParserConfig ParserConfigResponse `pulumi:"parserConfig"`
	// Determines whether to reject duplicate messages. A duplicate message is a message with the same raw bytes as a message that has already been ingested/created in this HL7v2 store. The default value is false, meaning that the store accepts the duplicate messages and it also returns the same ACK message in the IngestMessageResponse as has been returned previously. Note that only one resource is created in the store. When this field is set to true, CreateMessage/IngestMessage requests with a duplicate message will be rejected by the store, and IngestMessageErrorDetail returns a NACK message upon rejection.
	RejectDuplicateMessage bool `pulumi:"rejectDuplicateMessage"`
}

func LookupHl7V2Store added in v0.4.0

func LookupHl7V2Store(ctx *pulumi.Context, args *LookupHl7V2StoreArgs, opts ...pulumi.InvokeOption) (*LookupHl7V2StoreResult, error)

Gets the specified HL7v2 store.

type LookupHl7V2StoreResultOutput added in v0.8.0

type LookupHl7V2StoreResultOutput struct{ *pulumi.OutputState }

func LookupHl7V2StoreOutput added in v0.8.0

func (LookupHl7V2StoreResultOutput) ElementType added in v0.8.0

func (LookupHl7V2StoreResultOutput) Labels added in v0.8.0

User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (LookupHl7V2StoreResultOutput) Name added in v0.8.0

Resource name of the HL7v2 store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.

func (LookupHl7V2StoreResultOutput) NotificationConfigs added in v0.8.0

A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.

func (LookupHl7V2StoreResultOutput) ParserConfig added in v0.8.0

The configuration for the parser. It determines how the server parses the messages.

func (LookupHl7V2StoreResultOutput) RejectDuplicateMessage added in v0.8.0

func (o LookupHl7V2StoreResultOutput) RejectDuplicateMessage() pulumi.BoolOutput

Determines whether to reject duplicate messages. A duplicate message is a message with the same raw bytes as a message that has already been ingested/created in this HL7v2 store. The default value is false, meaning that the store accepts the duplicate messages and it also returns the same ACK message in the IngestMessageResponse as has been returned previously. Note that only one resource is created in the store. When this field is set to true, CreateMessage/IngestMessage requests with a duplicate message will be rejected by the store, and IngestMessageErrorDetail returns a NACK message upon rejection.

func (LookupHl7V2StoreResultOutput) ToLookupHl7V2StoreResultOutput added in v0.8.0

func (o LookupHl7V2StoreResultOutput) ToLookupHl7V2StoreResultOutput() LookupHl7V2StoreResultOutput

func (LookupHl7V2StoreResultOutput) ToLookupHl7V2StoreResultOutputWithContext added in v0.8.0

func (o LookupHl7V2StoreResultOutput) ToLookupHl7V2StoreResultOutputWithContext(ctx context.Context) LookupHl7V2StoreResultOutput

type LookupMessageArgs added in v0.4.0

type LookupMessageArgs struct {
	DatasetId    string  `pulumi:"datasetId"`
	Hl7V2StoreId string  `pulumi:"hl7V2StoreId"`
	Location     string  `pulumi:"location"`
	MessageId    string  `pulumi:"messageId"`
	Project      *string `pulumi:"project"`
	View         *string `pulumi:"view"`
}

type LookupMessageOutputArgs added in v0.8.0

type LookupMessageOutputArgs struct {
	DatasetId    pulumi.StringInput    `pulumi:"datasetId"`
	Hl7V2StoreId pulumi.StringInput    `pulumi:"hl7V2StoreId"`
	Location     pulumi.StringInput    `pulumi:"location"`
	MessageId    pulumi.StringInput    `pulumi:"messageId"`
	Project      pulumi.StringPtrInput `pulumi:"project"`
	View         pulumi.StringPtrInput `pulumi:"view"`
}

func (LookupMessageOutputArgs) ElementType added in v0.8.0

func (LookupMessageOutputArgs) ElementType() reflect.Type

type LookupMessageResult added in v0.4.0

type LookupMessageResult struct {
	// The datetime when the message was created. Set by the server.
	CreateTime string `pulumi:"createTime"`
	// Raw message bytes.
	Data string `pulumi:"data"`
	// User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels map[string]string `pulumi:"labels"`
	// The message type for this message. MSH-9.1.
	MessageType string `pulumi:"messageType"`
	// Resource name of the Message, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the server.
	Name string `pulumi:"name"`
	// The parsed version of the raw message data.
	ParsedData ParsedDataResponse `pulumi:"parsedData"`
	// All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.
	PatientIds []PatientIdResponse `pulumi:"patientIds"`
	// The parsed version of the raw message data schematized according to this store's schemas and type definitions.
	SchematizedData SchematizedDataResponse `pulumi:"schematizedData"`
	// The hospital that this message came from. MSH-4.
	SendFacility string `pulumi:"sendFacility"`
	// The datetime the sending application sent this message. MSH-7.
	SendTime string `pulumi:"sendTime"`
}

func LookupMessage added in v0.4.0

func LookupMessage(ctx *pulumi.Context, args *LookupMessageArgs, opts ...pulumi.InvokeOption) (*LookupMessageResult, error)

Gets an HL7v2 message.

type LookupMessageResultOutput added in v0.8.0

type LookupMessageResultOutput struct{ *pulumi.OutputState }

func LookupMessageOutput added in v0.8.0

func LookupMessageOutput(ctx *pulumi.Context, args LookupMessageOutputArgs, opts ...pulumi.InvokeOption) LookupMessageResultOutput

func (LookupMessageResultOutput) CreateTime added in v0.8.0

The datetime when the message was created. Set by the server.

func (LookupMessageResultOutput) Data added in v0.8.0

Raw message bytes.

func (LookupMessageResultOutput) ElementType added in v0.8.0

func (LookupMessageResultOutput) ElementType() reflect.Type

func (LookupMessageResultOutput) Labels added in v0.8.0

User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (LookupMessageResultOutput) MessageType added in v0.8.0

The message type for this message. MSH-9.1.

func (LookupMessageResultOutput) Name added in v0.8.0

Resource name of the Message, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the server.

func (LookupMessageResultOutput) ParsedData added in v0.8.0

The parsed version of the raw message data.

func (LookupMessageResultOutput) PatientIds added in v0.8.0

All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.

func (LookupMessageResultOutput) SchematizedData added in v0.8.0

The parsed version of the raw message data schematized according to this store's schemas and type definitions.

func (LookupMessageResultOutput) SendFacility added in v0.8.0

The hospital that this message came from. MSH-4.

func (LookupMessageResultOutput) SendTime added in v0.8.0

The datetime the sending application sent this message. MSH-7.

func (LookupMessageResultOutput) ToLookupMessageResultOutput added in v0.8.0

func (o LookupMessageResultOutput) ToLookupMessageResultOutput() LookupMessageResultOutput

func (LookupMessageResultOutput) ToLookupMessageResultOutputWithContext added in v0.8.0

func (o LookupMessageResultOutput) ToLookupMessageResultOutputWithContext(ctx context.Context) LookupMessageResultOutput

type LookupUserDataMappingArgs added in v0.4.0

type LookupUserDataMappingArgs struct {
	ConsentStoreId    string  `pulumi:"consentStoreId"`
	DatasetId         string  `pulumi:"datasetId"`
	Location          string  `pulumi:"location"`
	Project           *string `pulumi:"project"`
	UserDataMappingId string  `pulumi:"userDataMappingId"`
}

type LookupUserDataMappingOutputArgs added in v0.8.0

type LookupUserDataMappingOutputArgs struct {
	ConsentStoreId    pulumi.StringInput    `pulumi:"consentStoreId"`
	DatasetId         pulumi.StringInput    `pulumi:"datasetId"`
	Location          pulumi.StringInput    `pulumi:"location"`
	Project           pulumi.StringPtrInput `pulumi:"project"`
	UserDataMappingId pulumi.StringInput    `pulumi:"userDataMappingId"`
}

func (LookupUserDataMappingOutputArgs) ElementType added in v0.8.0

type LookupUserDataMappingResult added in v0.4.0

type LookupUserDataMappingResult struct {
	// Indicates the time when this mapping was archived.
	ArchiveTime string `pulumi:"archiveTime"`
	// Indicates whether this mapping is archived.
	Archived bool `pulumi:"archived"`
	// A unique identifier for the mapped resource.
	DataId string `pulumi:"dataId"`
	// Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.
	Name string `pulumi:"name"`
	// Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.
	ResourceAttributes []AttributeResponse `pulumi:"resourceAttributes"`
	// User's UUID provided by the client.
	UserId string `pulumi:"userId"`
}

func LookupUserDataMapping added in v0.4.0

func LookupUserDataMapping(ctx *pulumi.Context, args *LookupUserDataMappingArgs, opts ...pulumi.InvokeOption) (*LookupUserDataMappingResult, error)

Gets the specified User data mapping.

type LookupUserDataMappingResultOutput added in v0.8.0

type LookupUserDataMappingResultOutput struct{ *pulumi.OutputState }

func LookupUserDataMappingOutput added in v0.8.0

func (LookupUserDataMappingResultOutput) ArchiveTime added in v0.8.0

Indicates the time when this mapping was archived.

func (LookupUserDataMappingResultOutput) Archived added in v0.8.0

Indicates whether this mapping is archived.

func (LookupUserDataMappingResultOutput) DataId added in v0.8.0

A unique identifier for the mapped resource.

func (LookupUserDataMappingResultOutput) ElementType added in v0.8.0

func (LookupUserDataMappingResultOutput) Name added in v0.8.0

Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.

func (LookupUserDataMappingResultOutput) ResourceAttributes added in v0.8.0

Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.

func (LookupUserDataMappingResultOutput) ToLookupUserDataMappingResultOutput added in v0.8.0

func (o LookupUserDataMappingResultOutput) ToLookupUserDataMappingResultOutput() LookupUserDataMappingResultOutput

func (LookupUserDataMappingResultOutput) ToLookupUserDataMappingResultOutputWithContext added in v0.8.0

func (o LookupUserDataMappingResultOutput) ToLookupUserDataMappingResultOutputWithContext(ctx context.Context) LookupUserDataMappingResultOutput

func (LookupUserDataMappingResultOutput) UserId added in v0.8.0

User's UUID provided by the client.

type Message added in v0.3.0

type Message struct {
	pulumi.CustomResourceState

	// The datetime when the message was created. Set by the server.
	CreateTime pulumi.StringOutput `pulumi:"createTime"`
	// Raw message bytes.
	Data         pulumi.StringOutput `pulumi:"data"`
	DatasetId    pulumi.StringOutput `pulumi:"datasetId"`
	Hl7V2StoreId pulumi.StringOutput `pulumi:"hl7V2StoreId"`
	// User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapOutput `pulumi:"labels"`
	Location pulumi.StringOutput    `pulumi:"location"`
	// The message type for this message. MSH-9.1.
	MessageType pulumi.StringOutput `pulumi:"messageType"`
	// Resource name of the Message, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the server.
	Name pulumi.StringOutput `pulumi:"name"`
	// The parsed version of the raw message data.
	ParsedData ParsedDataResponseOutput `pulumi:"parsedData"`
	// All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.
	PatientIds PatientIdResponseArrayOutput `pulumi:"patientIds"`
	Project    pulumi.StringOutput          `pulumi:"project"`
	// The parsed version of the raw message data schematized according to this store's schemas and type definitions.
	SchematizedData SchematizedDataResponseOutput `pulumi:"schematizedData"`
	// The hospital that this message came from. MSH-4.
	SendFacility pulumi.StringOutput `pulumi:"sendFacility"`
	// The datetime the sending application sent this message. MSH-7.
	SendTime pulumi.StringOutput `pulumi:"sendTime"`
}

Parses and stores an HL7v2 message. This method triggers an asynchronous notification to any Pub/Sub topic configured in Hl7V2Store.Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP adapter is configured to listen to a Pub/Sub topic, the adapter transmits the message when a notification is received.

func GetMessage added in v0.3.0

func GetMessage(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *MessageState, opts ...pulumi.ResourceOption) (*Message, error)

GetMessage gets an existing Message 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 NewMessage added in v0.3.0

func NewMessage(ctx *pulumi.Context,
	name string, args *MessageArgs, opts ...pulumi.ResourceOption) (*Message, error)

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

func (*Message) ElementType added in v0.3.0

func (*Message) ElementType() reflect.Type

func (*Message) ToMessageOutput added in v0.3.0

func (i *Message) ToMessageOutput() MessageOutput

func (*Message) ToMessageOutputWithContext added in v0.3.0

func (i *Message) ToMessageOutputWithContext(ctx context.Context) MessageOutput

type MessageArgs added in v0.3.0

type MessageArgs struct {
	// Raw message bytes.
	Data         pulumi.StringPtrInput
	DatasetId    pulumi.StringInput
	Hl7V2StoreId pulumi.StringInput
	// User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
	Labels   pulumi.StringMapInput
	Location pulumi.StringPtrInput
	// The message type for this message. MSH-9.1.
	MessageType pulumi.StringPtrInput
	// Resource name of the Message, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the server.
	Name pulumi.StringPtrInput
	// All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.
	PatientIds PatientIdArrayInput
	Project    pulumi.StringPtrInput
	// The parsed version of the raw message data schematized according to this store's schemas and type definitions.
	SchematizedData SchematizedDataPtrInput
	// The hospital that this message came from. MSH-4.
	SendFacility pulumi.StringPtrInput
	// The datetime the sending application sent this message. MSH-7.
	SendTime pulumi.StringPtrInput
}

The set of arguments for constructing a Message resource.

func (MessageArgs) ElementType added in v0.3.0

func (MessageArgs) ElementType() reflect.Type

type MessageInput added in v0.3.0

type MessageInput interface {
	pulumi.Input

	ToMessageOutput() MessageOutput
	ToMessageOutputWithContext(ctx context.Context) MessageOutput
}

type MessageOutput added in v0.3.0

type MessageOutput struct{ *pulumi.OutputState }

func (MessageOutput) CreateTime added in v0.19.0

func (o MessageOutput) CreateTime() pulumi.StringOutput

The datetime when the message was created. Set by the server.

func (MessageOutput) Data added in v0.19.0

Raw message bytes.

func (MessageOutput) DatasetId added in v0.21.0

func (o MessageOutput) DatasetId() pulumi.StringOutput

func (MessageOutput) ElementType added in v0.3.0

func (MessageOutput) ElementType() reflect.Type

func (MessageOutput) Hl7V2StoreId added in v0.21.0

func (o MessageOutput) Hl7V2StoreId() pulumi.StringOutput

func (MessageOutput) Labels added in v0.19.0

User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.

func (MessageOutput) Location added in v0.21.0

func (o MessageOutput) Location() pulumi.StringOutput

func (MessageOutput) MessageType added in v0.19.0

func (o MessageOutput) MessageType() pulumi.StringOutput

The message type for this message. MSH-9.1.

func (MessageOutput) Name added in v0.19.0

Resource name of the Message, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the server.

func (MessageOutput) ParsedData added in v0.19.0

func (o MessageOutput) ParsedData() ParsedDataResponseOutput

The parsed version of the raw message data.

func (MessageOutput) PatientIds added in v0.19.0

All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.

func (MessageOutput) Project added in v0.21.0

func (o MessageOutput) Project() pulumi.StringOutput

func (MessageOutput) SchematizedData added in v0.19.0

func (o MessageOutput) SchematizedData() SchematizedDataResponseOutput

The parsed version of the raw message data schematized according to this store's schemas and type definitions.

func (MessageOutput) SendFacility added in v0.19.0

func (o MessageOutput) SendFacility() pulumi.StringOutput

The hospital that this message came from. MSH-4.

func (MessageOutput) SendTime added in v0.19.0

func (o MessageOutput) SendTime() pulumi.StringOutput

The datetime the sending application sent this message. MSH-7.

func (MessageOutput) ToMessageOutput added in v0.3.0

func (o MessageOutput) ToMessageOutput() MessageOutput

func (MessageOutput) ToMessageOutputWithContext added in v0.3.0

func (o MessageOutput) ToMessageOutputWithContext(ctx context.Context) MessageOutput

type MessageState added in v0.3.0

type MessageState struct {
}

func (MessageState) ElementType added in v0.3.0

func (MessageState) ElementType() reflect.Type

type NotificationConfig

type NotificationConfig struct {
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see [Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/how-tos/pubsub) for specific details.
	PubsubTopic *string `pulumi:"pubsubTopic"`
	// Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
	SendForBulkImport *bool `pulumi:"sendForBulkImport"`
}

Specifies where to send notifications upon changes to a data store.

type NotificationConfigArgs

type NotificationConfigArgs struct {
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see [Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/how-tos/pubsub) for specific details.
	PubsubTopic pulumi.StringPtrInput `pulumi:"pubsubTopic"`
	// Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
	SendForBulkImport pulumi.BoolPtrInput `pulumi:"sendForBulkImport"`
}

Specifies where to send notifications upon changes to a data store.

func (NotificationConfigArgs) ElementType

func (NotificationConfigArgs) ElementType() reflect.Type

func (NotificationConfigArgs) ToNotificationConfigOutput

func (i NotificationConfigArgs) ToNotificationConfigOutput() NotificationConfigOutput

func (NotificationConfigArgs) ToNotificationConfigOutputWithContext

func (i NotificationConfigArgs) ToNotificationConfigOutputWithContext(ctx context.Context) NotificationConfigOutput

func (NotificationConfigArgs) ToNotificationConfigPtrOutput

func (i NotificationConfigArgs) ToNotificationConfigPtrOutput() NotificationConfigPtrOutput

func (NotificationConfigArgs) ToNotificationConfigPtrOutputWithContext

func (i NotificationConfigArgs) ToNotificationConfigPtrOutputWithContext(ctx context.Context) NotificationConfigPtrOutput

type NotificationConfigInput

type NotificationConfigInput interface {
	pulumi.Input

	ToNotificationConfigOutput() NotificationConfigOutput
	ToNotificationConfigOutputWithContext(context.Context) NotificationConfigOutput
}

NotificationConfigInput is an input type that accepts NotificationConfigArgs and NotificationConfigOutput values. You can construct a concrete instance of `NotificationConfigInput` via:

NotificationConfigArgs{...}

type NotificationConfigOutput

type NotificationConfigOutput struct{ *pulumi.OutputState }

Specifies where to send notifications upon changes to a data store.

func (NotificationConfigOutput) ElementType

func (NotificationConfigOutput) ElementType() reflect.Type

func (NotificationConfigOutput) PubsubTopic

The Pub/Sub(https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see [Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/how-tos/pubsub) for specific details.

func (NotificationConfigOutput) SendForBulkImport added in v0.32.0

func (o NotificationConfigOutput) SendForBulkImport() pulumi.BoolPtrOutput

Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.

func (NotificationConfigOutput) ToNotificationConfigOutput

func (o NotificationConfigOutput) ToNotificationConfigOutput() NotificationConfigOutput

func (NotificationConfigOutput) ToNotificationConfigOutputWithContext

func (o NotificationConfigOutput) ToNotificationConfigOutputWithContext(ctx context.Context) NotificationConfigOutput

func (NotificationConfigOutput) ToNotificationConfigPtrOutput

func (o NotificationConfigOutput) ToNotificationConfigPtrOutput() NotificationConfigPtrOutput

func (NotificationConfigOutput) ToNotificationConfigPtrOutputWithContext

func (o NotificationConfigOutput) ToNotificationConfigPtrOutputWithContext(ctx context.Context) NotificationConfigPtrOutput

type NotificationConfigPtrInput

type NotificationConfigPtrInput interface {
	pulumi.Input

	ToNotificationConfigPtrOutput() NotificationConfigPtrOutput
	ToNotificationConfigPtrOutputWithContext(context.Context) NotificationConfigPtrOutput
}

NotificationConfigPtrInput is an input type that accepts NotificationConfigArgs, NotificationConfigPtr and NotificationConfigPtrOutput values. You can construct a concrete instance of `NotificationConfigPtrInput` via:

        NotificationConfigArgs{...}

or:

        nil

type NotificationConfigPtrOutput

type NotificationConfigPtrOutput struct{ *pulumi.OutputState }

func (NotificationConfigPtrOutput) Elem

func (NotificationConfigPtrOutput) ElementType

func (NotificationConfigPtrOutput) PubsubTopic

The Pub/Sub(https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see [Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/how-tos/pubsub) for specific details.

func (NotificationConfigPtrOutput) SendForBulkImport added in v0.32.0

func (o NotificationConfigPtrOutput) SendForBulkImport() pulumi.BoolPtrOutput

Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.

func (NotificationConfigPtrOutput) ToNotificationConfigPtrOutput

func (o NotificationConfigPtrOutput) ToNotificationConfigPtrOutput() NotificationConfigPtrOutput

func (NotificationConfigPtrOutput) ToNotificationConfigPtrOutputWithContext

func (o NotificationConfigPtrOutput) ToNotificationConfigPtrOutputWithContext(ctx context.Context) NotificationConfigPtrOutput

type NotificationConfigResponse

type NotificationConfigResponse struct {
	// The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see [Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/how-tos/pubsub) for specific details.
	PubsubTopic string `pulumi:"pubsubTopic"`
	// Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.
	SendForBulkImport bool `pulumi:"sendForBulkImport"`
}

Specifies where to send notifications upon changes to a data store.

type NotificationConfigResponseOutput

type NotificationConfigResponseOutput struct{ *pulumi.OutputState }

Specifies where to send notifications upon changes to a data store.

func (NotificationConfigResponseOutput) ElementType

func (NotificationConfigResponseOutput) PubsubTopic

The Pub/Sub(https://cloud.google.com/pubsub/docs/) topic that notifications of changes are published on. Supplied by the client. PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the ID of this message. It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message was published. Notifications are only sent if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. Cloud Healthcare API service account must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail. If a notification can't be published to Pub/Sub, errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). If the number of errors exceeds a certain rate, some aren't submitted. Note that not all operations trigger notifications, see [Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/how-tos/pubsub) for specific details.

func (NotificationConfigResponseOutput) SendForBulkImport added in v0.32.0

func (o NotificationConfigResponseOutput) SendForBulkImport() pulumi.BoolOutput

Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.

func (NotificationConfigResponseOutput) ToNotificationConfigResponseOutput

func (o NotificationConfigResponseOutput) ToNotificationConfigResponseOutput() NotificationConfigResponseOutput

func (NotificationConfigResponseOutput) ToNotificationConfigResponseOutputWithContext

func (o NotificationConfigResponseOutput) ToNotificationConfigResponseOutputWithContext(ctx context.Context) NotificationConfigResponseOutput

type ParsedDataResponse

type ParsedDataResponse struct {
	Segments []SegmentResponse `pulumi:"segments"`
}

The content of a HL7v2 message in a structured format.

type ParsedDataResponseOutput

type ParsedDataResponseOutput struct{ *pulumi.OutputState }

The content of a HL7v2 message in a structured format.

func (ParsedDataResponseOutput) ElementType

func (ParsedDataResponseOutput) ElementType() reflect.Type

func (ParsedDataResponseOutput) Segments

func (ParsedDataResponseOutput) ToParsedDataResponseOutput

func (o ParsedDataResponseOutput) ToParsedDataResponseOutput() ParsedDataResponseOutput

func (ParsedDataResponseOutput) ToParsedDataResponseOutputWithContext

func (o ParsedDataResponseOutput) ToParsedDataResponseOutputWithContext(ctx context.Context) ParsedDataResponseOutput

type ParserConfig

type ParserConfig struct {
	// Determines whether messages with no header are allowed.
	AllowNullHeader *bool `pulumi:"allowNullHeader"`
	// Schemas used to parse messages in this store, if schematized parsing is desired.
	Schema *SchemaPackage `pulumi:"schema"`
	// Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
	SegmentTerminator *string `pulumi:"segmentTerminator"`
	// Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.
	Version *ParserConfigVersion `pulumi:"version"`
}

The configuration for the parser. It determines how the server parses the messages.

type ParserConfigArgs

type ParserConfigArgs struct {
	// Determines whether messages with no header are allowed.
	AllowNullHeader pulumi.BoolPtrInput `pulumi:"allowNullHeader"`
	// Schemas used to parse messages in this store, if schematized parsing is desired.
	Schema SchemaPackagePtrInput `pulumi:"schema"`
	// Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
	SegmentTerminator pulumi.StringPtrInput `pulumi:"segmentTerminator"`
	// Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.
	Version ParserConfigVersionPtrInput `pulumi:"version"`
}

The configuration for the parser. It determines how the server parses the messages.

func (ParserConfigArgs) ElementType

func (ParserConfigArgs) ElementType() reflect.Type

func (ParserConfigArgs) ToParserConfigOutput

func (i ParserConfigArgs) ToParserConfigOutput() ParserConfigOutput

func (ParserConfigArgs) ToParserConfigOutputWithContext

func (i ParserConfigArgs) ToParserConfigOutputWithContext(ctx context.Context) ParserConfigOutput

func (ParserConfigArgs) ToParserConfigPtrOutput

func (i ParserConfigArgs) ToParserConfigPtrOutput() ParserConfigPtrOutput

func (ParserConfigArgs) ToParserConfigPtrOutputWithContext

func (i ParserConfigArgs) ToParserConfigPtrOutputWithContext(ctx context.Context) ParserConfigPtrOutput

type ParserConfigInput

type ParserConfigInput interface {
	pulumi.Input

	ToParserConfigOutput() ParserConfigOutput
	ToParserConfigOutputWithContext(context.Context) ParserConfigOutput
}

ParserConfigInput is an input type that accepts ParserConfigArgs and ParserConfigOutput values. You can construct a concrete instance of `ParserConfigInput` via:

ParserConfigArgs{...}

type ParserConfigOutput

type ParserConfigOutput struct{ *pulumi.OutputState }

The configuration for the parser. It determines how the server parses the messages.

func (ParserConfigOutput) AllowNullHeader

func (o ParserConfigOutput) AllowNullHeader() pulumi.BoolPtrOutput

Determines whether messages with no header are allowed.

func (ParserConfigOutput) ElementType

func (ParserConfigOutput) ElementType() reflect.Type

func (ParserConfigOutput) Schema

Schemas used to parse messages in this store, if schematized parsing is desired.

func (ParserConfigOutput) SegmentTerminator

func (o ParserConfigOutput) SegmentTerminator() pulumi.StringPtrOutput

Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.

func (ParserConfigOutput) ToParserConfigOutput

func (o ParserConfigOutput) ToParserConfigOutput() ParserConfigOutput

func (ParserConfigOutput) ToParserConfigOutputWithContext

func (o ParserConfigOutput) ToParserConfigOutputWithContext(ctx context.Context) ParserConfigOutput

func (ParserConfigOutput) ToParserConfigPtrOutput

func (o ParserConfigOutput) ToParserConfigPtrOutput() ParserConfigPtrOutput

func (ParserConfigOutput) ToParserConfigPtrOutputWithContext

func (o ParserConfigOutput) ToParserConfigPtrOutputWithContext(ctx context.Context) ParserConfigPtrOutput

func (ParserConfigOutput) Version added in v0.8.0

Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.

type ParserConfigPtrInput

type ParserConfigPtrInput interface {
	pulumi.Input

	ToParserConfigPtrOutput() ParserConfigPtrOutput
	ToParserConfigPtrOutputWithContext(context.Context) ParserConfigPtrOutput
}

ParserConfigPtrInput is an input type that accepts ParserConfigArgs, ParserConfigPtr and ParserConfigPtrOutput values. You can construct a concrete instance of `ParserConfigPtrInput` via:

        ParserConfigArgs{...}

or:

        nil

type ParserConfigPtrOutput

type ParserConfigPtrOutput struct{ *pulumi.OutputState }

func (ParserConfigPtrOutput) AllowNullHeader

func (o ParserConfigPtrOutput) AllowNullHeader() pulumi.BoolPtrOutput

Determines whether messages with no header are allowed.

func (ParserConfigPtrOutput) Elem

func (ParserConfigPtrOutput) ElementType

func (ParserConfigPtrOutput) ElementType() reflect.Type

func (ParserConfigPtrOutput) Schema

Schemas used to parse messages in this store, if schematized parsing is desired.

func (ParserConfigPtrOutput) SegmentTerminator

func (o ParserConfigPtrOutput) SegmentTerminator() pulumi.StringPtrOutput

Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.

func (ParserConfigPtrOutput) ToParserConfigPtrOutput

func (o ParserConfigPtrOutput) ToParserConfigPtrOutput() ParserConfigPtrOutput

func (ParserConfigPtrOutput) ToParserConfigPtrOutputWithContext

func (o ParserConfigPtrOutput) ToParserConfigPtrOutputWithContext(ctx context.Context) ParserConfigPtrOutput

func (ParserConfigPtrOutput) Version added in v0.8.0

Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.

type ParserConfigResponse

type ParserConfigResponse struct {
	// Determines whether messages with no header are allowed.
	AllowNullHeader bool `pulumi:"allowNullHeader"`
	// Schemas used to parse messages in this store, if schematized parsing is desired.
	Schema SchemaPackageResponse `pulumi:"schema"`
	// Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
	SegmentTerminator string `pulumi:"segmentTerminator"`
	// Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.
	Version string `pulumi:"version"`
}

The configuration for the parser. It determines how the server parses the messages.

type ParserConfigResponseOutput

type ParserConfigResponseOutput struct{ *pulumi.OutputState }

The configuration for the parser. It determines how the server parses the messages.

func (ParserConfigResponseOutput) AllowNullHeader

func (o ParserConfigResponseOutput) AllowNullHeader() pulumi.BoolOutput

Determines whether messages with no header are allowed.

func (ParserConfigResponseOutput) ElementType

func (ParserConfigResponseOutput) ElementType() reflect.Type

func (ParserConfigResponseOutput) Schema

Schemas used to parse messages in this store, if schematized parsing is desired.

func (ParserConfigResponseOutput) SegmentTerminator

func (o ParserConfigResponseOutput) SegmentTerminator() pulumi.StringOutput

Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.

func (ParserConfigResponseOutput) ToParserConfigResponseOutput

func (o ParserConfigResponseOutput) ToParserConfigResponseOutput() ParserConfigResponseOutput

func (ParserConfigResponseOutput) ToParserConfigResponseOutputWithContext

func (o ParserConfigResponseOutput) ToParserConfigResponseOutputWithContext(ctx context.Context) ParserConfigResponseOutput

func (ParserConfigResponseOutput) Version added in v0.8.0

Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.

type ParserConfigVersion added in v0.8.0

type ParserConfigVersion string

Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.

func (ParserConfigVersion) ElementType added in v0.8.0

func (ParserConfigVersion) ElementType() reflect.Type

func (ParserConfigVersion) ToParserConfigVersionOutput added in v0.8.0

func (e ParserConfigVersion) ToParserConfigVersionOutput() ParserConfigVersionOutput

func (ParserConfigVersion) ToParserConfigVersionOutputWithContext added in v0.8.0

func (e ParserConfigVersion) ToParserConfigVersionOutputWithContext(ctx context.Context) ParserConfigVersionOutput

func (ParserConfigVersion) ToParserConfigVersionPtrOutput added in v0.8.0

func (e ParserConfigVersion) ToParserConfigVersionPtrOutput() ParserConfigVersionPtrOutput

func (ParserConfigVersion) ToParserConfigVersionPtrOutputWithContext added in v0.8.0

func (e ParserConfigVersion) ToParserConfigVersionPtrOutputWithContext(ctx context.Context) ParserConfigVersionPtrOutput

func (ParserConfigVersion) ToStringOutput added in v0.8.0

func (e ParserConfigVersion) ToStringOutput() pulumi.StringOutput

func (ParserConfigVersion) ToStringOutputWithContext added in v0.8.0

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

func (ParserConfigVersion) ToStringPtrOutput added in v0.8.0

func (e ParserConfigVersion) ToStringPtrOutput() pulumi.StringPtrOutput

func (ParserConfigVersion) ToStringPtrOutputWithContext added in v0.8.0

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

type ParserConfigVersionInput added in v0.8.0

type ParserConfigVersionInput interface {
	pulumi.Input

	ToParserConfigVersionOutput() ParserConfigVersionOutput
	ToParserConfigVersionOutputWithContext(context.Context) ParserConfigVersionOutput
}

ParserConfigVersionInput is an input type that accepts ParserConfigVersionArgs and ParserConfigVersionOutput values. You can construct a concrete instance of `ParserConfigVersionInput` via:

ParserConfigVersionArgs{...}

type ParserConfigVersionOutput added in v0.8.0

type ParserConfigVersionOutput struct{ *pulumi.OutputState }

func (ParserConfigVersionOutput) ElementType added in v0.8.0

func (ParserConfigVersionOutput) ElementType() reflect.Type

func (ParserConfigVersionOutput) ToParserConfigVersionOutput added in v0.8.0

func (o ParserConfigVersionOutput) ToParserConfigVersionOutput() ParserConfigVersionOutput

func (ParserConfigVersionOutput) ToParserConfigVersionOutputWithContext added in v0.8.0

func (o ParserConfigVersionOutput) ToParserConfigVersionOutputWithContext(ctx context.Context) ParserConfigVersionOutput

func (ParserConfigVersionOutput) ToParserConfigVersionPtrOutput added in v0.8.0

func (o ParserConfigVersionOutput) ToParserConfigVersionPtrOutput() ParserConfigVersionPtrOutput

func (ParserConfigVersionOutput) ToParserConfigVersionPtrOutputWithContext added in v0.8.0

func (o ParserConfigVersionOutput) ToParserConfigVersionPtrOutputWithContext(ctx context.Context) ParserConfigVersionPtrOutput

func (ParserConfigVersionOutput) ToStringOutput added in v0.8.0

func (o ParserConfigVersionOutput) ToStringOutput() pulumi.StringOutput

func (ParserConfigVersionOutput) ToStringOutputWithContext added in v0.8.0

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

func (ParserConfigVersionOutput) ToStringPtrOutput added in v0.8.0

func (o ParserConfigVersionOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ParserConfigVersionOutput) ToStringPtrOutputWithContext added in v0.8.0

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

type ParserConfigVersionPtrInput added in v0.8.0

type ParserConfigVersionPtrInput interface {
	pulumi.Input

	ToParserConfigVersionPtrOutput() ParserConfigVersionPtrOutput
	ToParserConfigVersionPtrOutputWithContext(context.Context) ParserConfigVersionPtrOutput
}

func ParserConfigVersionPtr added in v0.8.0

func ParserConfigVersionPtr(v string) ParserConfigVersionPtrInput

type ParserConfigVersionPtrOutput added in v0.8.0

type ParserConfigVersionPtrOutput struct{ *pulumi.OutputState }

func (ParserConfigVersionPtrOutput) Elem added in v0.8.0

func (ParserConfigVersionPtrOutput) ElementType added in v0.8.0

func (ParserConfigVersionPtrOutput) ToParserConfigVersionPtrOutput added in v0.8.0

func (o ParserConfigVersionPtrOutput) ToParserConfigVersionPtrOutput() ParserConfigVersionPtrOutput

func (ParserConfigVersionPtrOutput) ToParserConfigVersionPtrOutputWithContext added in v0.8.0

func (o ParserConfigVersionPtrOutput) ToParserConfigVersionPtrOutputWithContext(ctx context.Context) ParserConfigVersionPtrOutput

func (ParserConfigVersionPtrOutput) ToStringPtrOutput added in v0.8.0

func (o ParserConfigVersionPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ParserConfigVersionPtrOutput) ToStringPtrOutputWithContext added in v0.8.0

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

type PatientId

type PatientId struct {
	// ID type. For example, MRN or NHS.
	Type *string `pulumi:"type"`
	// The patient's unique identifier.
	Value *string `pulumi:"value"`
}

A patient identifier and associated type.

type PatientIdArgs

type PatientIdArgs struct {
	// ID type. For example, MRN or NHS.
	Type pulumi.StringPtrInput `pulumi:"type"`
	// The patient's unique identifier.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

A patient identifier and associated type.

func (PatientIdArgs) ElementType

func (PatientIdArgs) ElementType() reflect.Type

func (PatientIdArgs) ToPatientIdOutput

func (i PatientIdArgs) ToPatientIdOutput() PatientIdOutput

func (PatientIdArgs) ToPatientIdOutputWithContext

func (i PatientIdArgs) ToPatientIdOutputWithContext(ctx context.Context) PatientIdOutput

type PatientIdArray

type PatientIdArray []PatientIdInput

func (PatientIdArray) ElementType

func (PatientIdArray) ElementType() reflect.Type

func (PatientIdArray) ToPatientIdArrayOutput

func (i PatientIdArray) ToPatientIdArrayOutput() PatientIdArrayOutput

func (PatientIdArray) ToPatientIdArrayOutputWithContext

func (i PatientIdArray) ToPatientIdArrayOutputWithContext(ctx context.Context) PatientIdArrayOutput

type PatientIdArrayInput

type PatientIdArrayInput interface {
	pulumi.Input

	ToPatientIdArrayOutput() PatientIdArrayOutput
	ToPatientIdArrayOutputWithContext(context.Context) PatientIdArrayOutput
}

PatientIdArrayInput is an input type that accepts PatientIdArray and PatientIdArrayOutput values. You can construct a concrete instance of `PatientIdArrayInput` via:

PatientIdArray{ PatientIdArgs{...} }

type PatientIdArrayOutput

type PatientIdArrayOutput struct{ *pulumi.OutputState }

func (PatientIdArrayOutput) ElementType

func (PatientIdArrayOutput) ElementType() reflect.Type

func (PatientIdArrayOutput) Index

func (PatientIdArrayOutput) ToPatientIdArrayOutput

func (o PatientIdArrayOutput) ToPatientIdArrayOutput() PatientIdArrayOutput

func (PatientIdArrayOutput) ToPatientIdArrayOutputWithContext

func (o PatientIdArrayOutput) ToPatientIdArrayOutputWithContext(ctx context.Context) PatientIdArrayOutput

type PatientIdInput

type PatientIdInput interface {
	pulumi.Input

	ToPatientIdOutput() PatientIdOutput
	ToPatientIdOutputWithContext(context.Context) PatientIdOutput
}

PatientIdInput is an input type that accepts PatientIdArgs and PatientIdOutput values. You can construct a concrete instance of `PatientIdInput` via:

PatientIdArgs{...}

type PatientIdOutput

type PatientIdOutput struct{ *pulumi.OutputState }

A patient identifier and associated type.

func (PatientIdOutput) ElementType

func (PatientIdOutput) ElementType() reflect.Type

func (PatientIdOutput) ToPatientIdOutput

func (o PatientIdOutput) ToPatientIdOutput() PatientIdOutput

func (PatientIdOutput) ToPatientIdOutputWithContext

func (o PatientIdOutput) ToPatientIdOutputWithContext(ctx context.Context) PatientIdOutput

func (PatientIdOutput) Type

ID type. For example, MRN or NHS.

func (PatientIdOutput) Value

The patient's unique identifier.

type PatientIdResponse

type PatientIdResponse struct {
	// ID type. For example, MRN or NHS.
	Type string `pulumi:"type"`
	// The patient's unique identifier.
	Value string `pulumi:"value"`
}

A patient identifier and associated type.

type PatientIdResponseArrayOutput

type PatientIdResponseArrayOutput struct{ *pulumi.OutputState }

func (PatientIdResponseArrayOutput) ElementType

func (PatientIdResponseArrayOutput) Index

func (PatientIdResponseArrayOutput) ToPatientIdResponseArrayOutput

func (o PatientIdResponseArrayOutput) ToPatientIdResponseArrayOutput() PatientIdResponseArrayOutput

func (PatientIdResponseArrayOutput) ToPatientIdResponseArrayOutputWithContext

func (o PatientIdResponseArrayOutput) ToPatientIdResponseArrayOutputWithContext(ctx context.Context) PatientIdResponseArrayOutput

type PatientIdResponseOutput

type PatientIdResponseOutput struct{ *pulumi.OutputState }

A patient identifier and associated type.

func (PatientIdResponseOutput) ElementType

func (PatientIdResponseOutput) ElementType() reflect.Type

func (PatientIdResponseOutput) ToPatientIdResponseOutput

func (o PatientIdResponseOutput) ToPatientIdResponseOutput() PatientIdResponseOutput

func (PatientIdResponseOutput) ToPatientIdResponseOutputWithContext

func (o PatientIdResponseOutput) ToPatientIdResponseOutputWithContext(ctx context.Context) PatientIdResponseOutput

func (PatientIdResponseOutput) Type

ID type. For example, MRN or NHS.

func (PatientIdResponseOutput) Value

The patient's unique identifier.

type RedactConfig added in v0.26.1

type RedactConfig struct {
}

Define how to redact sensitive values. Default behaviour is erase. For example, "My name is Jane." becomes "My name is ."

type RedactConfigArgs added in v0.26.1

type RedactConfigArgs struct {
}

Define how to redact sensitive values. Default behaviour is erase. For example, "My name is Jane." becomes "My name is ."

func (RedactConfigArgs) ElementType added in v0.26.1

func (RedactConfigArgs) ElementType() reflect.Type

func (RedactConfigArgs) ToRedactConfigOutput added in v0.26.1

func (i RedactConfigArgs) ToRedactConfigOutput() RedactConfigOutput

func (RedactConfigArgs) ToRedactConfigOutputWithContext added in v0.26.1

func (i RedactConfigArgs) ToRedactConfigOutputWithContext(ctx context.Context) RedactConfigOutput

func (RedactConfigArgs) ToRedactConfigPtrOutput added in v0.26.1

func (i RedactConfigArgs) ToRedactConfigPtrOutput() RedactConfigPtrOutput

func (RedactConfigArgs) ToRedactConfigPtrOutputWithContext added in v0.26.1

func (i RedactConfigArgs) ToRedactConfigPtrOutputWithContext(ctx context.Context) RedactConfigPtrOutput

type RedactConfigInput added in v0.26.1

type RedactConfigInput interface {
	pulumi.Input

	ToRedactConfigOutput() RedactConfigOutput
	ToRedactConfigOutputWithContext(context.Context) RedactConfigOutput
}

RedactConfigInput is an input type that accepts RedactConfigArgs and RedactConfigOutput values. You can construct a concrete instance of `RedactConfigInput` via:

RedactConfigArgs{...}

type RedactConfigOutput added in v0.26.1

type RedactConfigOutput struct{ *pulumi.OutputState }

Define how to redact sensitive values. Default behaviour is erase. For example, "My name is Jane." becomes "My name is ."

func (RedactConfigOutput) ElementType added in v0.26.1

func (RedactConfigOutput) ElementType() reflect.Type

func (RedactConfigOutput) ToRedactConfigOutput added in v0.26.1

func (o RedactConfigOutput) ToRedactConfigOutput() RedactConfigOutput

func (RedactConfigOutput) ToRedactConfigOutputWithContext added in v0.26.1

func (o RedactConfigOutput) ToRedactConfigOutputWithContext(ctx context.Context) RedactConfigOutput

func (RedactConfigOutput) ToRedactConfigPtrOutput added in v0.26.1

func (o RedactConfigOutput) ToRedactConfigPtrOutput() RedactConfigPtrOutput

func (RedactConfigOutput) ToRedactConfigPtrOutputWithContext added in v0.26.1

func (o RedactConfigOutput) ToRedactConfigPtrOutputWithContext(ctx context.Context) RedactConfigPtrOutput

type RedactConfigPtrInput added in v0.26.1

type RedactConfigPtrInput interface {
	pulumi.Input

	ToRedactConfigPtrOutput() RedactConfigPtrOutput
	ToRedactConfigPtrOutputWithContext(context.Context) RedactConfigPtrOutput
}

RedactConfigPtrInput is an input type that accepts RedactConfigArgs, RedactConfigPtr and RedactConfigPtrOutput values. You can construct a concrete instance of `RedactConfigPtrInput` via:

        RedactConfigArgs{...}

or:

        nil

func RedactConfigPtr added in v0.26.1

func RedactConfigPtr(v *RedactConfigArgs) RedactConfigPtrInput

type RedactConfigPtrOutput added in v0.26.1

type RedactConfigPtrOutput struct{ *pulumi.OutputState }

func (RedactConfigPtrOutput) Elem added in v0.26.1

func (RedactConfigPtrOutput) ElementType added in v0.26.1

func (RedactConfigPtrOutput) ElementType() reflect.Type

func (RedactConfigPtrOutput) ToRedactConfigPtrOutput added in v0.26.1

func (o RedactConfigPtrOutput) ToRedactConfigPtrOutput() RedactConfigPtrOutput

func (RedactConfigPtrOutput) ToRedactConfigPtrOutputWithContext added in v0.26.1

func (o RedactConfigPtrOutput) ToRedactConfigPtrOutputWithContext(ctx context.Context) RedactConfigPtrOutput

type RedactConfigResponse added in v0.26.1

type RedactConfigResponse struct {
}

Define how to redact sensitive values. Default behaviour is erase. For example, "My name is Jane." becomes "My name is ."

type RedactConfigResponseOutput added in v0.26.1

type RedactConfigResponseOutput struct{ *pulumi.OutputState }

Define how to redact sensitive values. Default behaviour is erase. For example, "My name is Jane." becomes "My name is ."

func (RedactConfigResponseOutput) ElementType added in v0.26.1

func (RedactConfigResponseOutput) ElementType() reflect.Type

func (RedactConfigResponseOutput) ToRedactConfigResponseOutput added in v0.26.1

func (o RedactConfigResponseOutput) ToRedactConfigResponseOutput() RedactConfigResponseOutput

func (RedactConfigResponseOutput) ToRedactConfigResponseOutputWithContext added in v0.26.1

func (o RedactConfigResponseOutput) ToRedactConfigResponseOutputWithContext(ctx context.Context) RedactConfigResponseOutput

type ReplaceWithInfoTypeConfig added in v0.26.1

type ReplaceWithInfoTypeConfig struct {
}

When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, "My name is Jane" becomes "My name is [PERSON_NAME]." The TRANSFORM action is equivalent to redacting.

type ReplaceWithInfoTypeConfigArgs added in v0.26.1

type ReplaceWithInfoTypeConfigArgs struct {
}

When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, "My name is Jane" becomes "My name is [PERSON_NAME]." The TRANSFORM action is equivalent to redacting.

func (ReplaceWithInfoTypeConfigArgs) ElementType added in v0.26.1

func (ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigOutput added in v0.26.1

func (i ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigOutput() ReplaceWithInfoTypeConfigOutput

func (ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigOutputWithContext added in v0.26.1

func (i ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigOutputWithContext(ctx context.Context) ReplaceWithInfoTypeConfigOutput

func (ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigPtrOutput added in v0.26.1

func (i ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigPtrOutput() ReplaceWithInfoTypeConfigPtrOutput

func (ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigPtrOutputWithContext added in v0.26.1

func (i ReplaceWithInfoTypeConfigArgs) ToReplaceWithInfoTypeConfigPtrOutputWithContext(ctx context.Context) ReplaceWithInfoTypeConfigPtrOutput

type ReplaceWithInfoTypeConfigInput added in v0.26.1

type ReplaceWithInfoTypeConfigInput interface {
	pulumi.Input

	ToReplaceWithInfoTypeConfigOutput() ReplaceWithInfoTypeConfigOutput
	ToReplaceWithInfoTypeConfigOutputWithContext(context.Context) ReplaceWithInfoTypeConfigOutput
}

ReplaceWithInfoTypeConfigInput is an input type that accepts ReplaceWithInfoTypeConfigArgs and ReplaceWithInfoTypeConfigOutput values. You can construct a concrete instance of `ReplaceWithInfoTypeConfigInput` via:

ReplaceWithInfoTypeConfigArgs{...}

type ReplaceWithInfoTypeConfigOutput added in v0.26.1

type ReplaceWithInfoTypeConfigOutput struct{ *pulumi.OutputState }

When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, "My name is Jane" becomes "My name is [PERSON_NAME]." The TRANSFORM action is equivalent to redacting.

func (ReplaceWithInfoTypeConfigOutput) ElementType added in v0.26.1

func (ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigOutput added in v0.26.1

func (o ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigOutput() ReplaceWithInfoTypeConfigOutput

func (ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigOutputWithContext added in v0.26.1

func (o ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigOutputWithContext(ctx context.Context) ReplaceWithInfoTypeConfigOutput

func (ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigPtrOutput added in v0.26.1

func (o ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigPtrOutput() ReplaceWithInfoTypeConfigPtrOutput

func (ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigPtrOutputWithContext added in v0.26.1

func (o ReplaceWithInfoTypeConfigOutput) ToReplaceWithInfoTypeConfigPtrOutputWithContext(ctx context.Context) ReplaceWithInfoTypeConfigPtrOutput

type ReplaceWithInfoTypeConfigPtrInput added in v0.26.1

type ReplaceWithInfoTypeConfigPtrInput interface {
	pulumi.Input

	ToReplaceWithInfoTypeConfigPtrOutput() ReplaceWithInfoTypeConfigPtrOutput
	ToReplaceWithInfoTypeConfigPtrOutputWithContext(context.Context) ReplaceWithInfoTypeConfigPtrOutput
}

ReplaceWithInfoTypeConfigPtrInput is an input type that accepts ReplaceWithInfoTypeConfigArgs, ReplaceWithInfoTypeConfigPtr and ReplaceWithInfoTypeConfigPtrOutput values. You can construct a concrete instance of `ReplaceWithInfoTypeConfigPtrInput` via:

        ReplaceWithInfoTypeConfigArgs{...}

or:

        nil

func ReplaceWithInfoTypeConfigPtr added in v0.26.1

type ReplaceWithInfoTypeConfigPtrOutput added in v0.26.1

type ReplaceWithInfoTypeConfigPtrOutput struct{ *pulumi.OutputState }

func (ReplaceWithInfoTypeConfigPtrOutput) Elem added in v0.26.1

func (ReplaceWithInfoTypeConfigPtrOutput) ElementType added in v0.26.1

func (ReplaceWithInfoTypeConfigPtrOutput) ToReplaceWithInfoTypeConfigPtrOutput added in v0.26.1

func (o ReplaceWithInfoTypeConfigPtrOutput) ToReplaceWithInfoTypeConfigPtrOutput() ReplaceWithInfoTypeConfigPtrOutput

func (ReplaceWithInfoTypeConfigPtrOutput) ToReplaceWithInfoTypeConfigPtrOutputWithContext added in v0.26.1

func (o ReplaceWithInfoTypeConfigPtrOutput) ToReplaceWithInfoTypeConfigPtrOutputWithContext(ctx context.Context) ReplaceWithInfoTypeConfigPtrOutput

type ReplaceWithInfoTypeConfigResponse added in v0.26.1

type ReplaceWithInfoTypeConfigResponse struct {
}

When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, "My name is Jane" becomes "My name is [PERSON_NAME]." The TRANSFORM action is equivalent to redacting.

type ReplaceWithInfoTypeConfigResponseOutput added in v0.26.1

type ReplaceWithInfoTypeConfigResponseOutput struct{ *pulumi.OutputState }

When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, "My name is Jane" becomes "My name is [PERSON_NAME]." The TRANSFORM action is equivalent to redacting.

func (ReplaceWithInfoTypeConfigResponseOutput) ElementType added in v0.26.1

func (ReplaceWithInfoTypeConfigResponseOutput) ToReplaceWithInfoTypeConfigResponseOutput added in v0.26.1

func (o ReplaceWithInfoTypeConfigResponseOutput) ToReplaceWithInfoTypeConfigResponseOutput() ReplaceWithInfoTypeConfigResponseOutput

func (ReplaceWithInfoTypeConfigResponseOutput) ToReplaceWithInfoTypeConfigResponseOutputWithContext added in v0.26.1

func (o ReplaceWithInfoTypeConfigResponseOutput) ToReplaceWithInfoTypeConfigResponseOutputWithContext(ctx context.Context) ReplaceWithInfoTypeConfigResponseOutput

type SchemaConfig

type SchemaConfig struct {
	// The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.
	LastUpdatedPartitionConfig *TimePartitioning `pulumi:"lastUpdatedPartitionConfig"`
	// The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.
	RecursiveStructureDepth *string `pulumi:"recursiveStructureDepth"`
	// Specifies the output schema type. Schema type is required.
	SchemaType *SchemaConfigSchemaType `pulumi:"schemaType"`
}

Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.

type SchemaConfigArgs

type SchemaConfigArgs struct {
	// The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.
	LastUpdatedPartitionConfig TimePartitioningPtrInput `pulumi:"lastUpdatedPartitionConfig"`
	// The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.
	RecursiveStructureDepth pulumi.StringPtrInput `pulumi:"recursiveStructureDepth"`
	// Specifies the output schema type. Schema type is required.
	SchemaType SchemaConfigSchemaTypePtrInput `pulumi:"schemaType"`
}

Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.

func (SchemaConfigArgs) ElementType

func (SchemaConfigArgs) ElementType() reflect.Type

func (SchemaConfigArgs) ToSchemaConfigOutput

func (i SchemaConfigArgs) ToSchemaConfigOutput() SchemaConfigOutput

func (SchemaConfigArgs) ToSchemaConfigOutputWithContext

func (i SchemaConfigArgs) ToSchemaConfigOutputWithContext(ctx context.Context) SchemaConfigOutput

func (SchemaConfigArgs) ToSchemaConfigPtrOutput

func (i SchemaConfigArgs) ToSchemaConfigPtrOutput() SchemaConfigPtrOutput

func (SchemaConfigArgs) ToSchemaConfigPtrOutputWithContext

func (i SchemaConfigArgs) ToSchemaConfigPtrOutputWithContext(ctx context.Context) SchemaConfigPtrOutput

type SchemaConfigInput

type SchemaConfigInput interface {
	pulumi.Input

	ToSchemaConfigOutput() SchemaConfigOutput
	ToSchemaConfigOutputWithContext(context.Context) SchemaConfigOutput
}

SchemaConfigInput is an input type that accepts SchemaConfigArgs and SchemaConfigOutput values. You can construct a concrete instance of `SchemaConfigInput` via:

SchemaConfigArgs{...}

type SchemaConfigOutput

type SchemaConfigOutput struct{ *pulumi.OutputState }

Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.

func (SchemaConfigOutput) ElementType

func (SchemaConfigOutput) ElementType() reflect.Type

func (SchemaConfigOutput) LastUpdatedPartitionConfig added in v0.29.0

func (o SchemaConfigOutput) LastUpdatedPartitionConfig() TimePartitioningPtrOutput

The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.

func (SchemaConfigOutput) RecursiveStructureDepth

func (o SchemaConfigOutput) RecursiveStructureDepth() pulumi.StringPtrOutput

The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.

func (SchemaConfigOutput) SchemaType

Specifies the output schema type. Schema type is required.

func (SchemaConfigOutput) ToSchemaConfigOutput

func (o SchemaConfigOutput) ToSchemaConfigOutput() SchemaConfigOutput

func (SchemaConfigOutput) ToSchemaConfigOutputWithContext

func (o SchemaConfigOutput) ToSchemaConfigOutputWithContext(ctx context.Context) SchemaConfigOutput

func (SchemaConfigOutput) ToSchemaConfigPtrOutput

func (o SchemaConfigOutput) ToSchemaConfigPtrOutput() SchemaConfigPtrOutput

func (SchemaConfigOutput) ToSchemaConfigPtrOutputWithContext

func (o SchemaConfigOutput) ToSchemaConfigPtrOutputWithContext(ctx context.Context) SchemaConfigPtrOutput

type SchemaConfigPtrInput

type SchemaConfigPtrInput interface {
	pulumi.Input

	ToSchemaConfigPtrOutput() SchemaConfigPtrOutput
	ToSchemaConfigPtrOutputWithContext(context.Context) SchemaConfigPtrOutput
}

SchemaConfigPtrInput is an input type that accepts SchemaConfigArgs, SchemaConfigPtr and SchemaConfigPtrOutput values. You can construct a concrete instance of `SchemaConfigPtrInput` via:

        SchemaConfigArgs{...}

or:

        nil

type SchemaConfigPtrOutput

type SchemaConfigPtrOutput struct{ *pulumi.OutputState }

func (SchemaConfigPtrOutput) Elem

func (SchemaConfigPtrOutput) ElementType

func (SchemaConfigPtrOutput) ElementType() reflect.Type

func (SchemaConfigPtrOutput) LastUpdatedPartitionConfig added in v0.29.0

func (o SchemaConfigPtrOutput) LastUpdatedPartitionConfig() TimePartitioningPtrOutput

The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.

func (SchemaConfigPtrOutput) RecursiveStructureDepth

func (o SchemaConfigPtrOutput) RecursiveStructureDepth() pulumi.StringPtrOutput

The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.

func (SchemaConfigPtrOutput) SchemaType

Specifies the output schema type. Schema type is required.

func (SchemaConfigPtrOutput) ToSchemaConfigPtrOutput

func (o SchemaConfigPtrOutput) ToSchemaConfigPtrOutput() SchemaConfigPtrOutput

func (SchemaConfigPtrOutput) ToSchemaConfigPtrOutputWithContext

func (o SchemaConfigPtrOutput) ToSchemaConfigPtrOutputWithContext(ctx context.Context) SchemaConfigPtrOutput

type SchemaConfigResponse

type SchemaConfigResponse struct {
	// The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.
	LastUpdatedPartitionConfig TimePartitioningResponse `pulumi:"lastUpdatedPartitionConfig"`
	// The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.
	RecursiveStructureDepth string `pulumi:"recursiveStructureDepth"`
	// Specifies the output schema type. Schema type is required.
	SchemaType string `pulumi:"schemaType"`
}

Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.

type SchemaConfigResponseOutput

type SchemaConfigResponseOutput struct{ *pulumi.OutputState }

Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.

func (SchemaConfigResponseOutput) ElementType

func (SchemaConfigResponseOutput) ElementType() reflect.Type

func (SchemaConfigResponseOutput) LastUpdatedPartitionConfig added in v0.29.0

func (o SchemaConfigResponseOutput) LastUpdatedPartitionConfig() TimePartitioningResponseOutput

The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.

func (SchemaConfigResponseOutput) RecursiveStructureDepth

func (o SchemaConfigResponseOutput) RecursiveStructureDepth() pulumi.StringOutput

The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.

func (SchemaConfigResponseOutput) SchemaType

Specifies the output schema type. Schema type is required.

func (SchemaConfigResponseOutput) ToSchemaConfigResponseOutput

func (o SchemaConfigResponseOutput) ToSchemaConfigResponseOutput() SchemaConfigResponseOutput

func (SchemaConfigResponseOutput) ToSchemaConfigResponseOutputWithContext

func (o SchemaConfigResponseOutput) ToSchemaConfigResponseOutputWithContext(ctx context.Context) SchemaConfigResponseOutput

type SchemaConfigSchemaType added in v0.4.0

type SchemaConfigSchemaType string

Specifies the output schema type. Schema type is required.

func (SchemaConfigSchemaType) ElementType added in v0.4.0

func (SchemaConfigSchemaType) ElementType() reflect.Type

func (SchemaConfigSchemaType) ToSchemaConfigSchemaTypeOutput added in v0.6.0

func (e SchemaConfigSchemaType) ToSchemaConfigSchemaTypeOutput() SchemaConfigSchemaTypeOutput

func (SchemaConfigSchemaType) ToSchemaConfigSchemaTypeOutputWithContext added in v0.6.0

func (e SchemaConfigSchemaType) ToSchemaConfigSchemaTypeOutputWithContext(ctx context.Context) SchemaConfigSchemaTypeOutput

func (SchemaConfigSchemaType) ToSchemaConfigSchemaTypePtrOutput added in v0.6.0

func (e SchemaConfigSchemaType) ToSchemaConfigSchemaTypePtrOutput() SchemaConfigSchemaTypePtrOutput

func (SchemaConfigSchemaType) ToSchemaConfigSchemaTypePtrOutputWithContext added in v0.6.0

func (e SchemaConfigSchemaType) ToSchemaConfigSchemaTypePtrOutputWithContext(ctx context.Context) SchemaConfigSchemaTypePtrOutput

func (SchemaConfigSchemaType) ToStringOutput added in v0.4.0

func (e SchemaConfigSchemaType) ToStringOutput() pulumi.StringOutput

func (SchemaConfigSchemaType) ToStringOutputWithContext added in v0.4.0

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

func (SchemaConfigSchemaType) ToStringPtrOutput added in v0.4.0

func (e SchemaConfigSchemaType) ToStringPtrOutput() pulumi.StringPtrOutput

func (SchemaConfigSchemaType) ToStringPtrOutputWithContext added in v0.4.0

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

type SchemaConfigSchemaTypeInput added in v0.6.0

type SchemaConfigSchemaTypeInput interface {
	pulumi.Input

	ToSchemaConfigSchemaTypeOutput() SchemaConfigSchemaTypeOutput
	ToSchemaConfigSchemaTypeOutputWithContext(context.Context) SchemaConfigSchemaTypeOutput
}

SchemaConfigSchemaTypeInput is an input type that accepts SchemaConfigSchemaTypeArgs and SchemaConfigSchemaTypeOutput values. You can construct a concrete instance of `SchemaConfigSchemaTypeInput` via:

SchemaConfigSchemaTypeArgs{...}

type SchemaConfigSchemaTypeOutput added in v0.6.0

type SchemaConfigSchemaTypeOutput struct{ *pulumi.OutputState }

func (SchemaConfigSchemaTypeOutput) ElementType added in v0.6.0

func (SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypeOutput added in v0.6.0

func (o SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypeOutput() SchemaConfigSchemaTypeOutput

func (SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypeOutputWithContext added in v0.6.0

func (o SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypeOutputWithContext(ctx context.Context) SchemaConfigSchemaTypeOutput

func (SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypePtrOutput added in v0.6.0

func (o SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypePtrOutput() SchemaConfigSchemaTypePtrOutput

func (SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypePtrOutputWithContext added in v0.6.0

func (o SchemaConfigSchemaTypeOutput) ToSchemaConfigSchemaTypePtrOutputWithContext(ctx context.Context) SchemaConfigSchemaTypePtrOutput

func (SchemaConfigSchemaTypeOutput) ToStringOutput added in v0.6.0

func (SchemaConfigSchemaTypeOutput) ToStringOutputWithContext added in v0.6.0

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

func (SchemaConfigSchemaTypeOutput) ToStringPtrOutput added in v0.6.0

func (o SchemaConfigSchemaTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SchemaConfigSchemaTypeOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type SchemaConfigSchemaTypePtrInput added in v0.6.0

type SchemaConfigSchemaTypePtrInput interface {
	pulumi.Input

	ToSchemaConfigSchemaTypePtrOutput() SchemaConfigSchemaTypePtrOutput
	ToSchemaConfigSchemaTypePtrOutputWithContext(context.Context) SchemaConfigSchemaTypePtrOutput
}

func SchemaConfigSchemaTypePtr added in v0.6.0

func SchemaConfigSchemaTypePtr(v string) SchemaConfigSchemaTypePtrInput

type SchemaConfigSchemaTypePtrOutput added in v0.6.0

type SchemaConfigSchemaTypePtrOutput struct{ *pulumi.OutputState }

func (SchemaConfigSchemaTypePtrOutput) Elem added in v0.6.0

func (SchemaConfigSchemaTypePtrOutput) ElementType added in v0.6.0

func (SchemaConfigSchemaTypePtrOutput) ToSchemaConfigSchemaTypePtrOutput added in v0.6.0

func (o SchemaConfigSchemaTypePtrOutput) ToSchemaConfigSchemaTypePtrOutput() SchemaConfigSchemaTypePtrOutput

func (SchemaConfigSchemaTypePtrOutput) ToSchemaConfigSchemaTypePtrOutputWithContext added in v0.6.0

func (o SchemaConfigSchemaTypePtrOutput) ToSchemaConfigSchemaTypePtrOutputWithContext(ctx context.Context) SchemaConfigSchemaTypePtrOutput

func (SchemaConfigSchemaTypePtrOutput) ToStringPtrOutput added in v0.6.0

func (SchemaConfigSchemaTypePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

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

type SchemaPackage

type SchemaPackage struct {
	// Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
	IgnoreMinOccurs *bool `pulumi:"ignoreMinOccurs"`
	// Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
	Schemas []Hl7SchemaConfig `pulumi:"schemas"`
	// Determines how messages that fail to parse are handled.
	SchematizedParsingType *SchemaPackageSchematizedParsingType `pulumi:"schematizedParsingType"`
	// Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
	Types []Hl7TypesConfig `pulumi:"types"`
	// Determines how unexpected segments (segments not matched to the schema) are handled.
	UnexpectedSegmentHandling *SchemaPackageUnexpectedSegmentHandling `pulumi:"unexpectedSegmentHandling"`
}

A schema package contains a set of schemas and type definitions.

type SchemaPackageArgs

type SchemaPackageArgs struct {
	// Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
	IgnoreMinOccurs pulumi.BoolPtrInput `pulumi:"ignoreMinOccurs"`
	// Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
	Schemas Hl7SchemaConfigArrayInput `pulumi:"schemas"`
	// Determines how messages that fail to parse are handled.
	SchematizedParsingType SchemaPackageSchematizedParsingTypePtrInput `pulumi:"schematizedParsingType"`
	// Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
	Types Hl7TypesConfigArrayInput `pulumi:"types"`
	// Determines how unexpected segments (segments not matched to the schema) are handled.
	UnexpectedSegmentHandling SchemaPackageUnexpectedSegmentHandlingPtrInput `pulumi:"unexpectedSegmentHandling"`
}

A schema package contains a set of schemas and type definitions.

func (SchemaPackageArgs) ElementType

func (SchemaPackageArgs) ElementType() reflect.Type

func (SchemaPackageArgs) ToSchemaPackageOutput

func (i SchemaPackageArgs) ToSchemaPackageOutput() SchemaPackageOutput

func (SchemaPackageArgs) ToSchemaPackageOutputWithContext

func (i SchemaPackageArgs) ToSchemaPackageOutputWithContext(ctx context.Context) SchemaPackageOutput

func (SchemaPackageArgs) ToSchemaPackagePtrOutput

func (i SchemaPackageArgs) ToSchemaPackagePtrOutput() SchemaPackagePtrOutput

func (SchemaPackageArgs) ToSchemaPackagePtrOutputWithContext

func (i SchemaPackageArgs) ToSchemaPackagePtrOutputWithContext(ctx context.Context) SchemaPackagePtrOutput

type SchemaPackageInput

type SchemaPackageInput interface {
	pulumi.Input

	ToSchemaPackageOutput() SchemaPackageOutput
	ToSchemaPackageOutputWithContext(context.Context) SchemaPackageOutput
}

SchemaPackageInput is an input type that accepts SchemaPackageArgs and SchemaPackageOutput values. You can construct a concrete instance of `SchemaPackageInput` via:

SchemaPackageArgs{...}

type SchemaPackageOutput

type SchemaPackageOutput struct{ *pulumi.OutputState }

A schema package contains a set of schemas and type definitions.

func (SchemaPackageOutput) ElementType

func (SchemaPackageOutput) ElementType() reflect.Type

func (SchemaPackageOutput) IgnoreMinOccurs

func (o SchemaPackageOutput) IgnoreMinOccurs() pulumi.BoolPtrOutput

Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.

func (SchemaPackageOutput) Schemas

Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.

func (SchemaPackageOutput) SchematizedParsingType

Determines how messages that fail to parse are handled.

func (SchemaPackageOutput) ToSchemaPackageOutput

func (o SchemaPackageOutput) ToSchemaPackageOutput() SchemaPackageOutput

func (SchemaPackageOutput) ToSchemaPackageOutputWithContext

func (o SchemaPackageOutput) ToSchemaPackageOutputWithContext(ctx context.Context) SchemaPackageOutput

func (SchemaPackageOutput) ToSchemaPackagePtrOutput

func (o SchemaPackageOutput) ToSchemaPackagePtrOutput() SchemaPackagePtrOutput

func (SchemaPackageOutput) ToSchemaPackagePtrOutputWithContext

func (o SchemaPackageOutput) ToSchemaPackagePtrOutputWithContext(ctx context.Context) SchemaPackagePtrOutput

func (SchemaPackageOutput) Types

Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.

func (SchemaPackageOutput) UnexpectedSegmentHandling added in v0.8.0

Determines how unexpected segments (segments not matched to the schema) are handled.

type SchemaPackagePtrInput

type SchemaPackagePtrInput interface {
	pulumi.Input

	ToSchemaPackagePtrOutput() SchemaPackagePtrOutput
	ToSchemaPackagePtrOutputWithContext(context.Context) SchemaPackagePtrOutput
}

SchemaPackagePtrInput is an input type that accepts SchemaPackageArgs, SchemaPackagePtr and SchemaPackagePtrOutput values. You can construct a concrete instance of `SchemaPackagePtrInput` via:

        SchemaPackageArgs{...}

or:

        nil

type SchemaPackagePtrOutput

type SchemaPackagePtrOutput struct{ *pulumi.OutputState }

func (SchemaPackagePtrOutput) Elem

func (SchemaPackagePtrOutput) ElementType

func (SchemaPackagePtrOutput) ElementType() reflect.Type

func (SchemaPackagePtrOutput) IgnoreMinOccurs

func (o SchemaPackagePtrOutput) IgnoreMinOccurs() pulumi.BoolPtrOutput

Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.

func (SchemaPackagePtrOutput) Schemas

Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.

func (SchemaPackagePtrOutput) SchematizedParsingType

Determines how messages that fail to parse are handled.

func (SchemaPackagePtrOutput) ToSchemaPackagePtrOutput

func (o SchemaPackagePtrOutput) ToSchemaPackagePtrOutput() SchemaPackagePtrOutput

func (SchemaPackagePtrOutput) ToSchemaPackagePtrOutputWithContext

func (o SchemaPackagePtrOutput) ToSchemaPackagePtrOutputWithContext(ctx context.Context) SchemaPackagePtrOutput

func (SchemaPackagePtrOutput) Types

Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.

func (SchemaPackagePtrOutput) UnexpectedSegmentHandling added in v0.8.0

Determines how unexpected segments (segments not matched to the schema) are handled.

type SchemaPackageResponse

type SchemaPackageResponse struct {
	// Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.
	IgnoreMinOccurs bool `pulumi:"ignoreMinOccurs"`
	// Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
	Schemas []Hl7SchemaConfigResponse `pulumi:"schemas"`
	// Determines how messages that fail to parse are handled.
	SchematizedParsingType string `pulumi:"schematizedParsingType"`
	// Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.
	Types []Hl7TypesConfigResponse `pulumi:"types"`
	// Determines how unexpected segments (segments not matched to the schema) are handled.
	UnexpectedSegmentHandling string `pulumi:"unexpectedSegmentHandling"`
}

A schema package contains a set of schemas and type definitions.

type SchemaPackageResponseOutput

type SchemaPackageResponseOutput struct{ *pulumi.OutputState }

A schema package contains a set of schemas and type definitions.

func (SchemaPackageResponseOutput) ElementType

func (SchemaPackageResponseOutput) IgnoreMinOccurs

func (o SchemaPackageResponseOutput) IgnoreMinOccurs() pulumi.BoolOutput

Flag to ignore all min_occurs restrictions in the schema. This means that incoming messages can omit any group, segment, field, component, or subcomponent.

func (SchemaPackageResponseOutput) Schemas

Schema configs that are layered based on their VersionSources that match the incoming message. Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.

func (SchemaPackageResponseOutput) SchematizedParsingType

func (o SchemaPackageResponseOutput) SchematizedParsingType() pulumi.StringOutput

Determines how messages that fail to parse are handled.

func (SchemaPackageResponseOutput) ToSchemaPackageResponseOutput

func (o SchemaPackageResponseOutput) ToSchemaPackageResponseOutput() SchemaPackageResponseOutput

func (SchemaPackageResponseOutput) ToSchemaPackageResponseOutputWithContext

func (o SchemaPackageResponseOutput) ToSchemaPackageResponseOutputWithContext(ctx context.Context) SchemaPackageResponseOutput

func (SchemaPackageResponseOutput) Types

Schema type definitions that are layered based on their VersionSources that match the incoming message. Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.

func (SchemaPackageResponseOutput) UnexpectedSegmentHandling added in v0.8.0

func (o SchemaPackageResponseOutput) UnexpectedSegmentHandling() pulumi.StringOutput

Determines how unexpected segments (segments not matched to the schema) are handled.

type SchemaPackageSchematizedParsingType added in v0.4.0

type SchemaPackageSchematizedParsingType string

Determines how messages that fail to parse are handled.

func (SchemaPackageSchematizedParsingType) ElementType added in v0.4.0

func (SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypeOutput added in v0.6.0

func (e SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypeOutput() SchemaPackageSchematizedParsingTypeOutput

func (SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypeOutputWithContext added in v0.6.0

func (e SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypeOutputWithContext(ctx context.Context) SchemaPackageSchematizedParsingTypeOutput

func (SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypePtrOutput added in v0.6.0

func (e SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypePtrOutput() SchemaPackageSchematizedParsingTypePtrOutput

func (SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypePtrOutputWithContext added in v0.6.0

func (e SchemaPackageSchematizedParsingType) ToSchemaPackageSchematizedParsingTypePtrOutputWithContext(ctx context.Context) SchemaPackageSchematizedParsingTypePtrOutput

func (SchemaPackageSchematizedParsingType) ToStringOutput added in v0.4.0

func (SchemaPackageSchematizedParsingType) ToStringOutputWithContext added in v0.4.0

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

func (SchemaPackageSchematizedParsingType) ToStringPtrOutput added in v0.4.0

func (SchemaPackageSchematizedParsingType) ToStringPtrOutputWithContext added in v0.4.0

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

type SchemaPackageSchematizedParsingTypeInput added in v0.6.0

type SchemaPackageSchematizedParsingTypeInput interface {
	pulumi.Input

	ToSchemaPackageSchematizedParsingTypeOutput() SchemaPackageSchematizedParsingTypeOutput
	ToSchemaPackageSchematizedParsingTypeOutputWithContext(context.Context) SchemaPackageSchematizedParsingTypeOutput
}

SchemaPackageSchematizedParsingTypeInput is an input type that accepts SchemaPackageSchematizedParsingTypeArgs and SchemaPackageSchematizedParsingTypeOutput values. You can construct a concrete instance of `SchemaPackageSchematizedParsingTypeInput` via:

SchemaPackageSchematizedParsingTypeArgs{...}

type SchemaPackageSchematizedParsingTypeOutput added in v0.6.0

type SchemaPackageSchematizedParsingTypeOutput struct{ *pulumi.OutputState }

func (SchemaPackageSchematizedParsingTypeOutput) ElementType added in v0.6.0

func (SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypeOutput added in v0.6.0

func (o SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypeOutput() SchemaPackageSchematizedParsingTypeOutput

func (SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypeOutputWithContext added in v0.6.0

func (o SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypeOutputWithContext(ctx context.Context) SchemaPackageSchematizedParsingTypeOutput

func (SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypePtrOutput added in v0.6.0

func (o SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypePtrOutput() SchemaPackageSchematizedParsingTypePtrOutput

func (SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypePtrOutputWithContext added in v0.6.0

func (o SchemaPackageSchematizedParsingTypeOutput) ToSchemaPackageSchematizedParsingTypePtrOutputWithContext(ctx context.Context) SchemaPackageSchematizedParsingTypePtrOutput

func (SchemaPackageSchematizedParsingTypeOutput) ToStringOutput added in v0.6.0

func (SchemaPackageSchematizedParsingTypeOutput) ToStringOutputWithContext added in v0.6.0

func (SchemaPackageSchematizedParsingTypeOutput) ToStringPtrOutput added in v0.6.0

func (SchemaPackageSchematizedParsingTypeOutput) ToStringPtrOutputWithContext added in v0.6.0

type SchemaPackageSchematizedParsingTypePtrInput added in v0.6.0

type SchemaPackageSchematizedParsingTypePtrInput interface {
	pulumi.Input

	ToSchemaPackageSchematizedParsingTypePtrOutput() SchemaPackageSchematizedParsingTypePtrOutput
	ToSchemaPackageSchematizedParsingTypePtrOutputWithContext(context.Context) SchemaPackageSchematizedParsingTypePtrOutput
}

func SchemaPackageSchematizedParsingTypePtr added in v0.6.0

func SchemaPackageSchematizedParsingTypePtr(v string) SchemaPackageSchematizedParsingTypePtrInput

type SchemaPackageSchematizedParsingTypePtrOutput added in v0.6.0

type SchemaPackageSchematizedParsingTypePtrOutput struct{ *pulumi.OutputState }

func (SchemaPackageSchematizedParsingTypePtrOutput) Elem added in v0.6.0

func (SchemaPackageSchematizedParsingTypePtrOutput) ElementType added in v0.6.0

func (SchemaPackageSchematizedParsingTypePtrOutput) ToSchemaPackageSchematizedParsingTypePtrOutput added in v0.6.0

func (o SchemaPackageSchematizedParsingTypePtrOutput) ToSchemaPackageSchematizedParsingTypePtrOutput() SchemaPackageSchematizedParsingTypePtrOutput

func (SchemaPackageSchematizedParsingTypePtrOutput) ToSchemaPackageSchematizedParsingTypePtrOutputWithContext added in v0.6.0

func (o SchemaPackageSchematizedParsingTypePtrOutput) ToSchemaPackageSchematizedParsingTypePtrOutputWithContext(ctx context.Context) SchemaPackageSchematizedParsingTypePtrOutput

func (SchemaPackageSchematizedParsingTypePtrOutput) ToStringPtrOutput added in v0.6.0

func (SchemaPackageSchematizedParsingTypePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

type SchemaPackageUnexpectedSegmentHandling added in v0.8.0

type SchemaPackageUnexpectedSegmentHandling string

Determines how unexpected segments (segments not matched to the schema) are handled.

func (SchemaPackageUnexpectedSegmentHandling) ElementType added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingOutput added in v0.8.0

func (e SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingOutput() SchemaPackageUnexpectedSegmentHandlingOutput

func (SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingOutputWithContext added in v0.8.0

func (e SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingOutputWithContext(ctx context.Context) SchemaPackageUnexpectedSegmentHandlingOutput

func (SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingPtrOutput added in v0.8.0

func (e SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingPtrOutput() SchemaPackageUnexpectedSegmentHandlingPtrOutput

func (SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingPtrOutputWithContext added in v0.8.0

func (e SchemaPackageUnexpectedSegmentHandling) ToSchemaPackageUnexpectedSegmentHandlingPtrOutputWithContext(ctx context.Context) SchemaPackageUnexpectedSegmentHandlingPtrOutput

func (SchemaPackageUnexpectedSegmentHandling) ToStringOutput added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandling) ToStringOutputWithContext added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandling) ToStringPtrOutput added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandling) ToStringPtrOutputWithContext added in v0.8.0

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

type SchemaPackageUnexpectedSegmentHandlingInput added in v0.8.0

type SchemaPackageUnexpectedSegmentHandlingInput interface {
	pulumi.Input

	ToSchemaPackageUnexpectedSegmentHandlingOutput() SchemaPackageUnexpectedSegmentHandlingOutput
	ToSchemaPackageUnexpectedSegmentHandlingOutputWithContext(context.Context) SchemaPackageUnexpectedSegmentHandlingOutput
}

SchemaPackageUnexpectedSegmentHandlingInput is an input type that accepts SchemaPackageUnexpectedSegmentHandlingArgs and SchemaPackageUnexpectedSegmentHandlingOutput values. You can construct a concrete instance of `SchemaPackageUnexpectedSegmentHandlingInput` via:

SchemaPackageUnexpectedSegmentHandlingArgs{...}

type SchemaPackageUnexpectedSegmentHandlingOutput added in v0.8.0

type SchemaPackageUnexpectedSegmentHandlingOutput struct{ *pulumi.OutputState }

func (SchemaPackageUnexpectedSegmentHandlingOutput) ElementType added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingOutput added in v0.8.0

func (o SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingOutput() SchemaPackageUnexpectedSegmentHandlingOutput

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingOutputWithContext added in v0.8.0

func (o SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingOutputWithContext(ctx context.Context) SchemaPackageUnexpectedSegmentHandlingOutput

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutput added in v0.8.0

func (o SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutput() SchemaPackageUnexpectedSegmentHandlingPtrOutput

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutputWithContext added in v0.8.0

func (o SchemaPackageUnexpectedSegmentHandlingOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutputWithContext(ctx context.Context) SchemaPackageUnexpectedSegmentHandlingPtrOutput

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToStringOutput added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToStringOutputWithContext added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToStringPtrOutput added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandlingOutput) ToStringPtrOutputWithContext added in v0.8.0

type SchemaPackageUnexpectedSegmentHandlingPtrInput added in v0.8.0

type SchemaPackageUnexpectedSegmentHandlingPtrInput interface {
	pulumi.Input

	ToSchemaPackageUnexpectedSegmentHandlingPtrOutput() SchemaPackageUnexpectedSegmentHandlingPtrOutput
	ToSchemaPackageUnexpectedSegmentHandlingPtrOutputWithContext(context.Context) SchemaPackageUnexpectedSegmentHandlingPtrOutput
}

func SchemaPackageUnexpectedSegmentHandlingPtr added in v0.8.0

func SchemaPackageUnexpectedSegmentHandlingPtr(v string) SchemaPackageUnexpectedSegmentHandlingPtrInput

type SchemaPackageUnexpectedSegmentHandlingPtrOutput added in v0.8.0

type SchemaPackageUnexpectedSegmentHandlingPtrOutput struct{ *pulumi.OutputState }

func (SchemaPackageUnexpectedSegmentHandlingPtrOutput) Elem added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandlingPtrOutput) ElementType added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandlingPtrOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutput added in v0.8.0

func (o SchemaPackageUnexpectedSegmentHandlingPtrOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutput() SchemaPackageUnexpectedSegmentHandlingPtrOutput

func (SchemaPackageUnexpectedSegmentHandlingPtrOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutputWithContext added in v0.8.0

func (o SchemaPackageUnexpectedSegmentHandlingPtrOutput) ToSchemaPackageUnexpectedSegmentHandlingPtrOutputWithContext(ctx context.Context) SchemaPackageUnexpectedSegmentHandlingPtrOutput

func (SchemaPackageUnexpectedSegmentHandlingPtrOutput) ToStringPtrOutput added in v0.8.0

func (SchemaPackageUnexpectedSegmentHandlingPtrOutput) ToStringPtrOutputWithContext added in v0.8.0

type SchematizedData

type SchematizedData struct {
	// JSON output of the parser.
	Data *string `pulumi:"data"`
	// The error output of the parser.
	Error *string `pulumi:"error"`
}

The content of an HL7v2 message in a structured format as specified by a schema.

type SchematizedDataArgs

type SchematizedDataArgs struct {
	// JSON output of the parser.
	Data pulumi.StringPtrInput `pulumi:"data"`
	// The error output of the parser.
	Error pulumi.StringPtrInput `pulumi:"error"`
}

The content of an HL7v2 message in a structured format as specified by a schema.

func (SchematizedDataArgs) ElementType

func (SchematizedDataArgs) ElementType() reflect.Type

func (SchematizedDataArgs) ToSchematizedDataOutput

func (i SchematizedDataArgs) ToSchematizedDataOutput() SchematizedDataOutput

func (SchematizedDataArgs) ToSchematizedDataOutputWithContext

func (i SchematizedDataArgs) ToSchematizedDataOutputWithContext(ctx context.Context) SchematizedDataOutput

func (SchematizedDataArgs) ToSchematizedDataPtrOutput

func (i SchematizedDataArgs) ToSchematizedDataPtrOutput() SchematizedDataPtrOutput

func (SchematizedDataArgs) ToSchematizedDataPtrOutputWithContext

func (i SchematizedDataArgs) ToSchematizedDataPtrOutputWithContext(ctx context.Context) SchematizedDataPtrOutput

type SchematizedDataInput

type SchematizedDataInput interface {
	pulumi.Input

	ToSchematizedDataOutput() SchematizedDataOutput
	ToSchematizedDataOutputWithContext(context.Context) SchematizedDataOutput
}

SchematizedDataInput is an input type that accepts SchematizedDataArgs and SchematizedDataOutput values. You can construct a concrete instance of `SchematizedDataInput` via:

SchematizedDataArgs{...}

type SchematizedDataOutput

type SchematizedDataOutput struct{ *pulumi.OutputState }

The content of an HL7v2 message in a structured format as specified by a schema.

func (SchematizedDataOutput) Data

JSON output of the parser.

func (SchematizedDataOutput) ElementType

func (SchematizedDataOutput) ElementType() reflect.Type

func (SchematizedDataOutput) Error

The error output of the parser.

func (SchematizedDataOutput) ToSchematizedDataOutput

func (o SchematizedDataOutput) ToSchematizedDataOutput() SchematizedDataOutput

func (SchematizedDataOutput) ToSchematizedDataOutputWithContext

func (o SchematizedDataOutput) ToSchematizedDataOutputWithContext(ctx context.Context) SchematizedDataOutput

func (SchematizedDataOutput) ToSchematizedDataPtrOutput

func (o SchematizedDataOutput) ToSchematizedDataPtrOutput() SchematizedDataPtrOutput

func (SchematizedDataOutput) ToSchematizedDataPtrOutputWithContext

func (o SchematizedDataOutput) ToSchematizedDataPtrOutputWithContext(ctx context.Context) SchematizedDataPtrOutput

type SchematizedDataPtrInput

type SchematizedDataPtrInput interface {
	pulumi.Input

	ToSchematizedDataPtrOutput() SchematizedDataPtrOutput
	ToSchematizedDataPtrOutputWithContext(context.Context) SchematizedDataPtrOutput
}

SchematizedDataPtrInput is an input type that accepts SchematizedDataArgs, SchematizedDataPtr and SchematizedDataPtrOutput values. You can construct a concrete instance of `SchematizedDataPtrInput` via:

        SchematizedDataArgs{...}

or:

        nil

type SchematizedDataPtrOutput

type SchematizedDataPtrOutput struct{ *pulumi.OutputState }

func (SchematizedDataPtrOutput) Data

JSON output of the parser.

func (SchematizedDataPtrOutput) Elem

func (SchematizedDataPtrOutput) ElementType

func (SchematizedDataPtrOutput) ElementType() reflect.Type

func (SchematizedDataPtrOutput) Error

The error output of the parser.

func (SchematizedDataPtrOutput) ToSchematizedDataPtrOutput

func (o SchematizedDataPtrOutput) ToSchematizedDataPtrOutput() SchematizedDataPtrOutput

func (SchematizedDataPtrOutput) ToSchematizedDataPtrOutputWithContext

func (o SchematizedDataPtrOutput) ToSchematizedDataPtrOutputWithContext(ctx context.Context) SchematizedDataPtrOutput

type SchematizedDataResponse

type SchematizedDataResponse struct {
	// JSON output of the parser.
	Data string `pulumi:"data"`
	// The error output of the parser.
	Error string `pulumi:"error"`
}

The content of an HL7v2 message in a structured format as specified by a schema.

type SchematizedDataResponseOutput

type SchematizedDataResponseOutput struct{ *pulumi.OutputState }

The content of an HL7v2 message in a structured format as specified by a schema.

func (SchematizedDataResponseOutput) Data

JSON output of the parser.

func (SchematizedDataResponseOutput) ElementType

func (SchematizedDataResponseOutput) Error

The error output of the parser.

func (SchematizedDataResponseOutput) ToSchematizedDataResponseOutput

func (o SchematizedDataResponseOutput) ToSchematizedDataResponseOutput() SchematizedDataResponseOutput

func (SchematizedDataResponseOutput) ToSchematizedDataResponseOutputWithContext

func (o SchematizedDataResponseOutput) ToSchematizedDataResponseOutputWithContext(ctx context.Context) SchematizedDataResponseOutput

type SegmentResponse

type SegmentResponse struct {
	// A mapping from the positional location to the value. The key string uses zero-based indexes separated by dots to identify Fields, components and sub-components. A bracket notation is also used to identify different instances of a repeated field. Regex for key: (\d+)(\[\d+\])?(.\d+)?(.\d+)? Examples of (key, value) pairs: * (0.1, "hemoglobin") denotes that the first component of Field 0 has the value "hemoglobin". * (1.1.2, "CBC") denotes that the second sub-component of the first component of Field 1 has the value "CBC". * (1[0].1, "HbA1c") denotes that the first component of the first Instance of Field 1, which is repeated, has the value "HbA1c".
	Fields map[string]string `pulumi:"fields"`
	// A string that indicates the type of segment. For example, EVN or PID.
	SegmentId string `pulumi:"segmentId"`
	// Set ID for segments that can be in a set. This can be empty if it's missing or isn't applicable.
	SetId string `pulumi:"setId"`
}

A segment in a structured format.

type SegmentResponseArrayOutput

type SegmentResponseArrayOutput struct{ *pulumi.OutputState }

func (SegmentResponseArrayOutput) ElementType

func (SegmentResponseArrayOutput) ElementType() reflect.Type

func (SegmentResponseArrayOutput) Index

func (SegmentResponseArrayOutput) ToSegmentResponseArrayOutput

func (o SegmentResponseArrayOutput) ToSegmentResponseArrayOutput() SegmentResponseArrayOutput

func (SegmentResponseArrayOutput) ToSegmentResponseArrayOutputWithContext

func (o SegmentResponseArrayOutput) ToSegmentResponseArrayOutputWithContext(ctx context.Context) SegmentResponseArrayOutput

type SegmentResponseOutput

type SegmentResponseOutput struct{ *pulumi.OutputState }

A segment in a structured format.

func (SegmentResponseOutput) ElementType

func (SegmentResponseOutput) ElementType() reflect.Type

func (SegmentResponseOutput) Fields

A mapping from the positional location to the value. The key string uses zero-based indexes separated by dots to identify Fields, components and sub-components. A bracket notation is also used to identify different instances of a repeated field. Regex for key: (\d+)(\[\d+\])?(.\d+)?(.\d+)? Examples of (key, value) pairs: * (0.1, "hemoglobin") denotes that the first component of Field 0 has the value "hemoglobin". * (1.1.2, "CBC") denotes that the second sub-component of the first component of Field 1 has the value "CBC". * (1[0].1, "HbA1c") denotes that the first component of the first Instance of Field 1, which is repeated, has the value "HbA1c".

func (SegmentResponseOutput) SegmentId

A string that indicates the type of segment. For example, EVN or PID.

func (SegmentResponseOutput) SetId

Set ID for segments that can be in a set. This can be empty if it's missing or isn't applicable.

func (SegmentResponseOutput) ToSegmentResponseOutput

func (o SegmentResponseOutput) ToSegmentResponseOutput() SegmentResponseOutput

func (SegmentResponseOutput) ToSegmentResponseOutputWithContext

func (o SegmentResponseOutput) ToSegmentResponseOutputWithContext(ctx context.Context) SegmentResponseOutput

type Signature

type Signature struct {
	// Optional. An image of the user's signature.
	Image *Image `pulumi:"image"`
	// Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.
	Metadata map[string]string `pulumi:"metadata"`
	// Optional. Timestamp of the signature.
	SignatureTime *string `pulumi:"signatureTime"`
	// User's UUID provided by the client.
	UserId string `pulumi:"userId"`
}

User signature.

type SignatureArgs

type SignatureArgs struct {
	// Optional. An image of the user's signature.
	Image ImagePtrInput `pulumi:"image"`
	// Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.
	Metadata pulumi.StringMapInput `pulumi:"metadata"`
	// Optional. Timestamp of the signature.
	SignatureTime pulumi.StringPtrInput `pulumi:"signatureTime"`
	// User's UUID provided by the client.
	UserId pulumi.StringInput `pulumi:"userId"`
}

User signature.

func (SignatureArgs) ElementType

func (SignatureArgs) ElementType() reflect.Type

func (SignatureArgs) ToSignatureOutput

func (i SignatureArgs) ToSignatureOutput() SignatureOutput

func (SignatureArgs) ToSignatureOutputWithContext

func (i SignatureArgs) ToSignatureOutputWithContext(ctx context.Context) SignatureOutput

func (SignatureArgs) ToSignaturePtrOutput

func (i SignatureArgs) ToSignaturePtrOutput() SignaturePtrOutput

func (SignatureArgs) ToSignaturePtrOutputWithContext

func (i SignatureArgs) ToSignaturePtrOutputWithContext(ctx context.Context) SignaturePtrOutput

type SignatureInput

type SignatureInput interface {
	pulumi.Input

	ToSignatureOutput() SignatureOutput
	ToSignatureOutputWithContext(context.Context) SignatureOutput
}

SignatureInput is an input type that accepts SignatureArgs and SignatureOutput values. You can construct a concrete instance of `SignatureInput` via:

SignatureArgs{...}

type SignatureOutput

type SignatureOutput struct{ *pulumi.OutputState }

User signature.

func (SignatureOutput) ElementType

func (SignatureOutput) ElementType() reflect.Type

func (SignatureOutput) Image

func (o SignatureOutput) Image() ImagePtrOutput

Optional. An image of the user's signature.

func (SignatureOutput) Metadata

func (o SignatureOutput) Metadata() pulumi.StringMapOutput

Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.

func (SignatureOutput) SignatureTime

func (o SignatureOutput) SignatureTime() pulumi.StringPtrOutput

Optional. Timestamp of the signature.

func (SignatureOutput) ToSignatureOutput

func (o SignatureOutput) ToSignatureOutput() SignatureOutput

func (SignatureOutput) ToSignatureOutputWithContext

func (o SignatureOutput) ToSignatureOutputWithContext(ctx context.Context) SignatureOutput

func (SignatureOutput) ToSignaturePtrOutput

func (o SignatureOutput) ToSignaturePtrOutput() SignaturePtrOutput

func (SignatureOutput) ToSignaturePtrOutputWithContext

func (o SignatureOutput) ToSignaturePtrOutputWithContext(ctx context.Context) SignaturePtrOutput

func (SignatureOutput) UserId

func (o SignatureOutput) UserId() pulumi.StringOutput

User's UUID provided by the client.

type SignaturePtrInput

type SignaturePtrInput interface {
	pulumi.Input

	ToSignaturePtrOutput() SignaturePtrOutput
	ToSignaturePtrOutputWithContext(context.Context) SignaturePtrOutput
}

SignaturePtrInput is an input type that accepts SignatureArgs, SignaturePtr and SignaturePtrOutput values. You can construct a concrete instance of `SignaturePtrInput` via:

        SignatureArgs{...}

or:

        nil

func SignaturePtr

func SignaturePtr(v *SignatureArgs) SignaturePtrInput

type SignaturePtrOutput

type SignaturePtrOutput struct{ *pulumi.OutputState }

func (SignaturePtrOutput) Elem

func (SignaturePtrOutput) ElementType

func (SignaturePtrOutput) ElementType() reflect.Type

func (SignaturePtrOutput) Image

Optional. An image of the user's signature.

func (SignaturePtrOutput) Metadata

Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.

func (SignaturePtrOutput) SignatureTime

func (o SignaturePtrOutput) SignatureTime() pulumi.StringPtrOutput

Optional. Timestamp of the signature.

func (SignaturePtrOutput) ToSignaturePtrOutput

func (o SignaturePtrOutput) ToSignaturePtrOutput() SignaturePtrOutput

func (SignaturePtrOutput) ToSignaturePtrOutputWithContext

func (o SignaturePtrOutput) ToSignaturePtrOutputWithContext(ctx context.Context) SignaturePtrOutput

func (SignaturePtrOutput) UserId

User's UUID provided by the client.

type SignatureResponse

type SignatureResponse struct {
	// Optional. An image of the user's signature.
	Image ImageResponse `pulumi:"image"`
	// Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.
	Metadata map[string]string `pulumi:"metadata"`
	// Optional. Timestamp of the signature.
	SignatureTime string `pulumi:"signatureTime"`
	// User's UUID provided by the client.
	UserId string `pulumi:"userId"`
}

User signature.

type SignatureResponseOutput

type SignatureResponseOutput struct{ *pulumi.OutputState }

User signature.

func (SignatureResponseOutput) ElementType

func (SignatureResponseOutput) ElementType() reflect.Type

func (SignatureResponseOutput) Image

Optional. An image of the user's signature.

func (SignatureResponseOutput) Metadata

Optional. Metadata associated with the user's signature. For example, the user's name or the user's title.

func (SignatureResponseOutput) SignatureTime

func (o SignatureResponseOutput) SignatureTime() pulumi.StringOutput

Optional. Timestamp of the signature.

func (SignatureResponseOutput) ToSignatureResponseOutput

func (o SignatureResponseOutput) ToSignatureResponseOutput() SignatureResponseOutput

func (SignatureResponseOutput) ToSignatureResponseOutputWithContext

func (o SignatureResponseOutput) ToSignatureResponseOutputWithContext(ctx context.Context) SignatureResponseOutput

func (SignatureResponseOutput) UserId

User's UUID provided by the client.

type StreamConfig

type StreamConfig struct {
	// The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types. For example, "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. When a table schema doesn't align with the schema config, either because of existing incompatible schema or out of band incompatible modification, the server does not stream in new data. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any resource mutation that generates more than 1 MB of BigQuery data is not streamed. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. Results are written to BigQuery tables according to the parameters in BigQueryDestination.WriteDisposition. Different versions of the same resource are distinguishable by the meta.versionId and meta.lastUpdated columns. The operation (CREATE/UPDATE/DELETE) that results in the new version is recorded in the meta.tag. The tables contain all historical resource versions since streaming was enabled. For query convenience, the server also creates one view per table of the same name containing only the current resource version. The streamed data in the BigQuery dataset is not guaranteed to be completely unique. The combination of the id and meta.versionId columns should ideally identify a single unique row. But in rare cases, duplicates may exist. At query time, users may use the SQL select statement to keep only one of the duplicate rows given an id and meta.versionId pair. Alternatively, the server created view mentioned above also filters out duplicates. If a resource mutation cannot be streamed to BigQuery, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	BigqueryDestination *GoogleCloudHealthcareV1FhirBigQueryDestination `pulumi:"bigqueryDestination"`
	// The destination FHIR store for de-identified resources. After this field is added, all subsequent creates/updates/patches to the source store will be de-identified using the provided configuration and applied to the destination store. Importing resources to the source store will not trigger the streaming. If the source store already contains resources when this option is enabled, those resources will not be copied to the destination store unless they are subsequently updated. This may result in invalid references in the destination store. Before adding this config, you must grant the healthcare.fhirResources.update permission on the destination store to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/healthcare/docs/how-tos/permissions-healthcare-api-gcp-products#the_cloud_healthcare_service_agent). The destination store must set enable_update_create to true. The destination store must have disable_referential_integrity set to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	DeidentifiedStoreDestination *DeidentifiedStoreDestination `pulumi:"deidentifiedStoreDestination"`
	// Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.
	ResourceTypes []string `pulumi:"resourceTypes"`
}

Contains configuration for streaming FHIR export.

type StreamConfigArgs

type StreamConfigArgs struct {
	// The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types. For example, "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. When a table schema doesn't align with the schema config, either because of existing incompatible schema or out of band incompatible modification, the server does not stream in new data. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any resource mutation that generates more than 1 MB of BigQuery data is not streamed. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. Results are written to BigQuery tables according to the parameters in BigQueryDestination.WriteDisposition. Different versions of the same resource are distinguishable by the meta.versionId and meta.lastUpdated columns. The operation (CREATE/UPDATE/DELETE) that results in the new version is recorded in the meta.tag. The tables contain all historical resource versions since streaming was enabled. For query convenience, the server also creates one view per table of the same name containing only the current resource version. The streamed data in the BigQuery dataset is not guaranteed to be completely unique. The combination of the id and meta.versionId columns should ideally identify a single unique row. But in rare cases, duplicates may exist. At query time, users may use the SQL select statement to keep only one of the duplicate rows given an id and meta.versionId pair. Alternatively, the server created view mentioned above also filters out duplicates. If a resource mutation cannot be streamed to BigQuery, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	BigqueryDestination GoogleCloudHealthcareV1FhirBigQueryDestinationPtrInput `pulumi:"bigqueryDestination"`
	// The destination FHIR store for de-identified resources. After this field is added, all subsequent creates/updates/patches to the source store will be de-identified using the provided configuration and applied to the destination store. Importing resources to the source store will not trigger the streaming. If the source store already contains resources when this option is enabled, those resources will not be copied to the destination store unless they are subsequently updated. This may result in invalid references in the destination store. Before adding this config, you must grant the healthcare.fhirResources.update permission on the destination store to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/healthcare/docs/how-tos/permissions-healthcare-api-gcp-products#the_cloud_healthcare_service_agent). The destination store must set enable_update_create to true. The destination store must have disable_referential_integrity set to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	DeidentifiedStoreDestination DeidentifiedStoreDestinationPtrInput `pulumi:"deidentifiedStoreDestination"`
	// Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.
	ResourceTypes pulumi.StringArrayInput `pulumi:"resourceTypes"`
}

Contains configuration for streaming FHIR export.

func (StreamConfigArgs) ElementType

func (StreamConfigArgs) ElementType() reflect.Type

func (StreamConfigArgs) ToStreamConfigOutput

func (i StreamConfigArgs) ToStreamConfigOutput() StreamConfigOutput

func (StreamConfigArgs) ToStreamConfigOutputWithContext

func (i StreamConfigArgs) ToStreamConfigOutputWithContext(ctx context.Context) StreamConfigOutput

type StreamConfigArray

type StreamConfigArray []StreamConfigInput

func (StreamConfigArray) ElementType

func (StreamConfigArray) ElementType() reflect.Type

func (StreamConfigArray) ToStreamConfigArrayOutput

func (i StreamConfigArray) ToStreamConfigArrayOutput() StreamConfigArrayOutput

func (StreamConfigArray) ToStreamConfigArrayOutputWithContext

func (i StreamConfigArray) ToStreamConfigArrayOutputWithContext(ctx context.Context) StreamConfigArrayOutput

type StreamConfigArrayInput

type StreamConfigArrayInput interface {
	pulumi.Input

	ToStreamConfigArrayOutput() StreamConfigArrayOutput
	ToStreamConfigArrayOutputWithContext(context.Context) StreamConfigArrayOutput
}

StreamConfigArrayInput is an input type that accepts StreamConfigArray and StreamConfigArrayOutput values. You can construct a concrete instance of `StreamConfigArrayInput` via:

StreamConfigArray{ StreamConfigArgs{...} }

type StreamConfigArrayOutput

type StreamConfigArrayOutput struct{ *pulumi.OutputState }

func (StreamConfigArrayOutput) ElementType

func (StreamConfigArrayOutput) ElementType() reflect.Type

func (StreamConfigArrayOutput) Index

func (StreamConfigArrayOutput) ToStreamConfigArrayOutput

func (o StreamConfigArrayOutput) ToStreamConfigArrayOutput() StreamConfigArrayOutput

func (StreamConfigArrayOutput) ToStreamConfigArrayOutputWithContext

func (o StreamConfigArrayOutput) ToStreamConfigArrayOutputWithContext(ctx context.Context) StreamConfigArrayOutput

type StreamConfigInput

type StreamConfigInput interface {
	pulumi.Input

	ToStreamConfigOutput() StreamConfigOutput
	ToStreamConfigOutputWithContext(context.Context) StreamConfigOutput
}

StreamConfigInput is an input type that accepts StreamConfigArgs and StreamConfigOutput values. You can construct a concrete instance of `StreamConfigInput` via:

StreamConfigArgs{...}

type StreamConfigOutput

type StreamConfigOutput struct{ *pulumi.OutputState }

Contains configuration for streaming FHIR export.

func (StreamConfigOutput) BigqueryDestination

The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types. For example, "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. When a table schema doesn't align with the schema config, either because of existing incompatible schema or out of band incompatible modification, the server does not stream in new data. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any resource mutation that generates more than 1 MB of BigQuery data is not streamed. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. Results are written to BigQuery tables according to the parameters in BigQueryDestination.WriteDisposition. Different versions of the same resource are distinguishable by the meta.versionId and meta.lastUpdated columns. The operation (CREATE/UPDATE/DELETE) that results in the new version is recorded in the meta.tag. The tables contain all historical resource versions since streaming was enabled. For query convenience, the server also creates one view per table of the same name containing only the current resource version. The streamed data in the BigQuery dataset is not guaranteed to be completely unique. The combination of the id and meta.versionId columns should ideally identify a single unique row. But in rare cases, duplicates may exist. At query time, users may use the SQL select statement to keep only one of the duplicate rows given an id and meta.versionId pair. Alternatively, the server created view mentioned above also filters out duplicates. If a resource mutation cannot be streamed to BigQuery, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (StreamConfigOutput) DeidentifiedStoreDestination added in v0.26.1

func (o StreamConfigOutput) DeidentifiedStoreDestination() DeidentifiedStoreDestinationPtrOutput

The destination FHIR store for de-identified resources. After this field is added, all subsequent creates/updates/patches to the source store will be de-identified using the provided configuration and applied to the destination store. Importing resources to the source store will not trigger the streaming. If the source store already contains resources when this option is enabled, those resources will not be copied to the destination store unless they are subsequently updated. This may result in invalid references in the destination store. Before adding this config, you must grant the healthcare.fhirResources.update permission on the destination store to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/healthcare/docs/how-tos/permissions-healthcare-api-gcp-products#the_cloud_healthcare_service_agent). The destination store must set enable_update_create to true. The destination store must have disable_referential_integrity set to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (StreamConfigOutput) ElementType

func (StreamConfigOutput) ElementType() reflect.Type

func (StreamConfigOutput) ResourceTypes

func (o StreamConfigOutput) ResourceTypes() pulumi.StringArrayOutput

Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.

func (StreamConfigOutput) ToStreamConfigOutput

func (o StreamConfigOutput) ToStreamConfigOutput() StreamConfigOutput

func (StreamConfigOutput) ToStreamConfigOutputWithContext

func (o StreamConfigOutput) ToStreamConfigOutputWithContext(ctx context.Context) StreamConfigOutput

type StreamConfigResponse

type StreamConfigResponse struct {
	// The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types. For example, "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. When a table schema doesn't align with the schema config, either because of existing incompatible schema or out of band incompatible modification, the server does not stream in new data. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any resource mutation that generates more than 1 MB of BigQuery data is not streamed. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. Results are written to BigQuery tables according to the parameters in BigQueryDestination.WriteDisposition. Different versions of the same resource are distinguishable by the meta.versionId and meta.lastUpdated columns. The operation (CREATE/UPDATE/DELETE) that results in the new version is recorded in the meta.tag. The tables contain all historical resource versions since streaming was enabled. For query convenience, the server also creates one view per table of the same name containing only the current resource version. The streamed data in the BigQuery dataset is not guaranteed to be completely unique. The combination of the id and meta.versionId columns should ideally identify a single unique row. But in rare cases, duplicates may exist. At query time, users may use the SQL select statement to keep only one of the duplicate rows given an id and meta.versionId pair. Alternatively, the server created view mentioned above also filters out duplicates. If a resource mutation cannot be streamed to BigQuery, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	BigqueryDestination GoogleCloudHealthcareV1FhirBigQueryDestinationResponse `pulumi:"bigqueryDestination"`
	// The destination FHIR store for de-identified resources. After this field is added, all subsequent creates/updates/patches to the source store will be de-identified using the provided configuration and applied to the destination store. Importing resources to the source store will not trigger the streaming. If the source store already contains resources when this option is enabled, those resources will not be copied to the destination store unless they are subsequently updated. This may result in invalid references in the destination store. Before adding this config, you must grant the healthcare.fhirResources.update permission on the destination store to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/healthcare/docs/how-tos/permissions-healthcare-api-gcp-products#the_cloud_healthcare_service_agent). The destination store must set enable_update_create to true. The destination store must have disable_referential_integrity set to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
	DeidentifiedStoreDestination DeidentifiedStoreDestinationResponse `pulumi:"deidentifiedStoreDestination"`
	// Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.
	ResourceTypes []string `pulumi:"resourceTypes"`
}

Contains configuration for streaming FHIR export.

type StreamConfigResponseArrayOutput

type StreamConfigResponseArrayOutput struct{ *pulumi.OutputState }

func (StreamConfigResponseArrayOutput) ElementType

func (StreamConfigResponseArrayOutput) Index

func (StreamConfigResponseArrayOutput) ToStreamConfigResponseArrayOutput

func (o StreamConfigResponseArrayOutput) ToStreamConfigResponseArrayOutput() StreamConfigResponseArrayOutput

func (StreamConfigResponseArrayOutput) ToStreamConfigResponseArrayOutputWithContext

func (o StreamConfigResponseArrayOutput) ToStreamConfigResponseArrayOutputWithContext(ctx context.Context) StreamConfigResponseArrayOutput

type StreamConfigResponseOutput

type StreamConfigResponseOutput struct{ *pulumi.OutputState }

Contains configuration for streaming FHIR export.

func (StreamConfigResponseOutput) BigqueryDestination

The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types. For example, "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. When a table schema doesn't align with the schema config, either because of existing incompatible schema or out of band incompatible modification, the server does not stream in new data. BigQuery imposes a 1 MB limit on streaming insert row size, therefore any resource mutation that generates more than 1 MB of BigQuery data is not streamed. One resolution in this case is to delete the incompatible table and let the server recreate one, though the newly created table only contains data after the table recreation. Results are written to BigQuery tables according to the parameters in BigQueryDestination.WriteDisposition. Different versions of the same resource are distinguishable by the meta.versionId and meta.lastUpdated columns. The operation (CREATE/UPDATE/DELETE) that results in the new version is recorded in the meta.tag. The tables contain all historical resource versions since streaming was enabled. For query convenience, the server also creates one view per table of the same name containing only the current resource version. The streamed data in the BigQuery dataset is not guaranteed to be completely unique. The combination of the id and meta.versionId columns should ideally identify a single unique row. But in rare cases, duplicates may exist. At query time, users may use the SQL select statement to keep only one of the duplicate rows given an id and meta.versionId pair. Alternatively, the server created view mentioned above also filters out duplicates. If a resource mutation cannot be streamed to BigQuery, errors are logged to Cloud Logging. For more information, see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (StreamConfigResponseOutput) DeidentifiedStoreDestination added in v0.26.1

The destination FHIR store for de-identified resources. After this field is added, all subsequent creates/updates/patches to the source store will be de-identified using the provided configuration and applied to the destination store. Importing resources to the source store will not trigger the streaming. If the source store already contains resources when this option is enabled, those resources will not be copied to the destination store unless they are subsequently updated. This may result in invalid references in the destination store. Before adding this config, you must grant the healthcare.fhirResources.update permission on the destination store to your project's **Cloud Healthcare Service Agent** [service account](https://cloud.google.com/healthcare/docs/how-tos/permissions-healthcare-api-gcp-products#the_cloud_healthcare_service_agent). The destination store must set enable_update_create to true. The destination store must have disable_referential_integrity set to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).

func (StreamConfigResponseOutput) ElementType

func (StreamConfigResponseOutput) ElementType() reflect.Type

func (StreamConfigResponseOutput) ResourceTypes

Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.

func (StreamConfigResponseOutput) ToStreamConfigResponseOutput

func (o StreamConfigResponseOutput) ToStreamConfigResponseOutput() StreamConfigResponseOutput

func (StreamConfigResponseOutput) ToStreamConfigResponseOutputWithContext

func (o StreamConfigResponseOutput) ToStreamConfigResponseOutputWithContext(ctx context.Context) StreamConfigResponseOutput

type TagFilterList added in v0.26.1

type TagFilterList struct {
	// Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".
	Tags []string `pulumi:"tags"`
}

List of tags to be filtered.

type TagFilterListArgs added in v0.26.1

type TagFilterListArgs struct {
	// Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".
	Tags pulumi.StringArrayInput `pulumi:"tags"`
}

List of tags to be filtered.

func (TagFilterListArgs) ElementType added in v0.26.1

func (TagFilterListArgs) ElementType() reflect.Type

func (TagFilterListArgs) ToTagFilterListOutput added in v0.26.1

func (i TagFilterListArgs) ToTagFilterListOutput() TagFilterListOutput

func (TagFilterListArgs) ToTagFilterListOutputWithContext added in v0.26.1

func (i TagFilterListArgs) ToTagFilterListOutputWithContext(ctx context.Context) TagFilterListOutput

func (TagFilterListArgs) ToTagFilterListPtrOutput added in v0.26.1

func (i TagFilterListArgs) ToTagFilterListPtrOutput() TagFilterListPtrOutput

func (TagFilterListArgs) ToTagFilterListPtrOutputWithContext added in v0.26.1

func (i TagFilterListArgs) ToTagFilterListPtrOutputWithContext(ctx context.Context) TagFilterListPtrOutput

type TagFilterListInput added in v0.26.1

type TagFilterListInput interface {
	pulumi.Input

	ToTagFilterListOutput() TagFilterListOutput
	ToTagFilterListOutputWithContext(context.Context) TagFilterListOutput
}

TagFilterListInput is an input type that accepts TagFilterListArgs and TagFilterListOutput values. You can construct a concrete instance of `TagFilterListInput` via:

TagFilterListArgs{...}

type TagFilterListOutput added in v0.26.1

type TagFilterListOutput struct{ *pulumi.OutputState }

List of tags to be filtered.

func (TagFilterListOutput) ElementType added in v0.26.1

func (TagFilterListOutput) ElementType() reflect.Type

func (TagFilterListOutput) Tags added in v0.26.1

Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".

func (TagFilterListOutput) ToTagFilterListOutput added in v0.26.1

func (o TagFilterListOutput) ToTagFilterListOutput() TagFilterListOutput

func (TagFilterListOutput) ToTagFilterListOutputWithContext added in v0.26.1

func (o TagFilterListOutput) ToTagFilterListOutputWithContext(ctx context.Context) TagFilterListOutput

func (TagFilterListOutput) ToTagFilterListPtrOutput added in v0.26.1

func (o TagFilterListOutput) ToTagFilterListPtrOutput() TagFilterListPtrOutput

func (TagFilterListOutput) ToTagFilterListPtrOutputWithContext added in v0.26.1

func (o TagFilterListOutput) ToTagFilterListPtrOutputWithContext(ctx context.Context) TagFilterListPtrOutput

type TagFilterListPtrInput added in v0.26.1

type TagFilterListPtrInput interface {
	pulumi.Input

	ToTagFilterListPtrOutput() TagFilterListPtrOutput
	ToTagFilterListPtrOutputWithContext(context.Context) TagFilterListPtrOutput
}

TagFilterListPtrInput is an input type that accepts TagFilterListArgs, TagFilterListPtr and TagFilterListPtrOutput values. You can construct a concrete instance of `TagFilterListPtrInput` via:

        TagFilterListArgs{...}

or:

        nil

func TagFilterListPtr added in v0.26.1

func TagFilterListPtr(v *TagFilterListArgs) TagFilterListPtrInput

type TagFilterListPtrOutput added in v0.26.1

type TagFilterListPtrOutput struct{ *pulumi.OutputState }

func (TagFilterListPtrOutput) Elem added in v0.26.1

func (TagFilterListPtrOutput) ElementType added in v0.26.1

func (TagFilterListPtrOutput) ElementType() reflect.Type

func (TagFilterListPtrOutput) Tags added in v0.26.1

Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".

func (TagFilterListPtrOutput) ToTagFilterListPtrOutput added in v0.26.1

func (o TagFilterListPtrOutput) ToTagFilterListPtrOutput() TagFilterListPtrOutput

func (TagFilterListPtrOutput) ToTagFilterListPtrOutputWithContext added in v0.26.1

func (o TagFilterListPtrOutput) ToTagFilterListPtrOutputWithContext(ctx context.Context) TagFilterListPtrOutput

type TagFilterListResponse added in v0.26.1

type TagFilterListResponse struct {
	// Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".
	Tags []string `pulumi:"tags"`
}

List of tags to be filtered.

type TagFilterListResponseOutput added in v0.26.1

type TagFilterListResponseOutput struct{ *pulumi.OutputState }

List of tags to be filtered.

func (TagFilterListResponseOutput) ElementType added in v0.26.1

func (TagFilterListResponseOutput) Tags added in v0.26.1

Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be provided by "Keyword" or "Tag". For example "PatientID", "00100010".

func (TagFilterListResponseOutput) ToTagFilterListResponseOutput added in v0.26.1

func (o TagFilterListResponseOutput) ToTagFilterListResponseOutput() TagFilterListResponseOutput

func (TagFilterListResponseOutput) ToTagFilterListResponseOutputWithContext added in v0.26.1

func (o TagFilterListResponseOutput) ToTagFilterListResponseOutputWithContext(ctx context.Context) TagFilterListResponseOutput

type TextConfig added in v0.26.1

type TextConfig struct {
	// Transformations to apply to the detected data, overridden by `exclude_info_types`.
	AdditionalTransformations []InfoTypeTransformation `pulumi:"additionalTransformations"`
	// InfoTypes to skip transforming, overriding `additional_transformations`.
	ExcludeInfoTypes []string `pulumi:"excludeInfoTypes"`
	// The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.
	//
	// Deprecated: The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.
	Transformations []InfoTypeTransformation `pulumi:"transformations"`
}

type TextConfigArgs added in v0.26.1

type TextConfigArgs struct {
	// Transformations to apply to the detected data, overridden by `exclude_info_types`.
	AdditionalTransformations InfoTypeTransformationArrayInput `pulumi:"additionalTransformations"`
	// InfoTypes to skip transforming, overriding `additional_transformations`.
	ExcludeInfoTypes pulumi.StringArrayInput `pulumi:"excludeInfoTypes"`
	// The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.
	//
	// Deprecated: The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.
	Transformations InfoTypeTransformationArrayInput `pulumi:"transformations"`
}

func (TextConfigArgs) ElementType added in v0.26.1

func (TextConfigArgs) ElementType() reflect.Type

func (TextConfigArgs) ToTextConfigOutput added in v0.26.1

func (i TextConfigArgs) ToTextConfigOutput() TextConfigOutput

func (TextConfigArgs) ToTextConfigOutputWithContext added in v0.26.1

func (i TextConfigArgs) ToTextConfigOutputWithContext(ctx context.Context) TextConfigOutput

func (TextConfigArgs) ToTextConfigPtrOutput added in v0.26.1

func (i TextConfigArgs) ToTextConfigPtrOutput() TextConfigPtrOutput

func (TextConfigArgs) ToTextConfigPtrOutputWithContext added in v0.26.1

func (i TextConfigArgs) ToTextConfigPtrOutputWithContext(ctx context.Context) TextConfigPtrOutput

type TextConfigInput added in v0.26.1

type TextConfigInput interface {
	pulumi.Input

	ToTextConfigOutput() TextConfigOutput
	ToTextConfigOutputWithContext(context.Context) TextConfigOutput
}

TextConfigInput is an input type that accepts TextConfigArgs and TextConfigOutput values. You can construct a concrete instance of `TextConfigInput` via:

TextConfigArgs{...}

type TextConfigOutput added in v0.26.1

type TextConfigOutput struct{ *pulumi.OutputState }

func (TextConfigOutput) AdditionalTransformations added in v0.31.1

func (o TextConfigOutput) AdditionalTransformations() InfoTypeTransformationArrayOutput

Transformations to apply to the detected data, overridden by `exclude_info_types`.

func (TextConfigOutput) ElementType added in v0.26.1

func (TextConfigOutput) ElementType() reflect.Type

func (TextConfigOutput) ExcludeInfoTypes added in v0.31.1

func (o TextConfigOutput) ExcludeInfoTypes() pulumi.StringArrayOutput

InfoTypes to skip transforming, overriding `additional_transformations`.

func (TextConfigOutput) ToTextConfigOutput added in v0.26.1

func (o TextConfigOutput) ToTextConfigOutput() TextConfigOutput

func (TextConfigOutput) ToTextConfigOutputWithContext added in v0.26.1

func (o TextConfigOutput) ToTextConfigOutputWithContext(ctx context.Context) TextConfigOutput

func (TextConfigOutput) ToTextConfigPtrOutput added in v0.26.1

func (o TextConfigOutput) ToTextConfigPtrOutput() TextConfigPtrOutput

func (TextConfigOutput) ToTextConfigPtrOutputWithContext added in v0.26.1

func (o TextConfigOutput) ToTextConfigPtrOutputWithContext(ctx context.Context) TextConfigPtrOutput

func (TextConfigOutput) Transformations deprecated added in v0.26.1

The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.

Deprecated: The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.

type TextConfigPtrInput added in v0.26.1

type TextConfigPtrInput interface {
	pulumi.Input

	ToTextConfigPtrOutput() TextConfigPtrOutput
	ToTextConfigPtrOutputWithContext(context.Context) TextConfigPtrOutput
}

TextConfigPtrInput is an input type that accepts TextConfigArgs, TextConfigPtr and TextConfigPtrOutput values. You can construct a concrete instance of `TextConfigPtrInput` via:

        TextConfigArgs{...}

or:

        nil

func TextConfigPtr added in v0.26.1

func TextConfigPtr(v *TextConfigArgs) TextConfigPtrInput

type TextConfigPtrOutput added in v0.26.1

type TextConfigPtrOutput struct{ *pulumi.OutputState }

func (TextConfigPtrOutput) AdditionalTransformations added in v0.31.1

func (o TextConfigPtrOutput) AdditionalTransformations() InfoTypeTransformationArrayOutput

Transformations to apply to the detected data, overridden by `exclude_info_types`.

func (TextConfigPtrOutput) Elem added in v0.26.1

func (TextConfigPtrOutput) ElementType added in v0.26.1

func (TextConfigPtrOutput) ElementType() reflect.Type

func (TextConfigPtrOutput) ExcludeInfoTypes added in v0.31.1

func (o TextConfigPtrOutput) ExcludeInfoTypes() pulumi.StringArrayOutput

InfoTypes to skip transforming, overriding `additional_transformations`.

func (TextConfigPtrOutput) ToTextConfigPtrOutput added in v0.26.1

func (o TextConfigPtrOutput) ToTextConfigPtrOutput() TextConfigPtrOutput

func (TextConfigPtrOutput) ToTextConfigPtrOutputWithContext added in v0.26.1

func (o TextConfigPtrOutput) ToTextConfigPtrOutputWithContext(ctx context.Context) TextConfigPtrOutput

func (TextConfigPtrOutput) Transformations deprecated added in v0.26.1

The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.

Deprecated: The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.

type TextConfigResponse added in v0.26.1

type TextConfigResponse struct {
	// Transformations to apply to the detected data, overridden by `exclude_info_types`.
	AdditionalTransformations []InfoTypeTransformationResponse `pulumi:"additionalTransformations"`
	// InfoTypes to skip transforming, overriding `additional_transformations`.
	ExcludeInfoTypes []string `pulumi:"excludeInfoTypes"`
	// The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.
	//
	// Deprecated: The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.
	Transformations []InfoTypeTransformationResponse `pulumi:"transformations"`
}

type TextConfigResponseOutput added in v0.26.1

type TextConfigResponseOutput struct{ *pulumi.OutputState }

func (TextConfigResponseOutput) AdditionalTransformations added in v0.31.1

Transformations to apply to the detected data, overridden by `exclude_info_types`.

func (TextConfigResponseOutput) ElementType added in v0.26.1

func (TextConfigResponseOutput) ElementType() reflect.Type

func (TextConfigResponseOutput) ExcludeInfoTypes added in v0.31.1

func (o TextConfigResponseOutput) ExcludeInfoTypes() pulumi.StringArrayOutput

InfoTypes to skip transforming, overriding `additional_transformations`.

func (TextConfigResponseOutput) ToTextConfigResponseOutput added in v0.26.1

func (o TextConfigResponseOutput) ToTextConfigResponseOutput() TextConfigResponseOutput

func (TextConfigResponseOutput) ToTextConfigResponseOutputWithContext added in v0.26.1

func (o TextConfigResponseOutput) ToTextConfigResponseOutputWithContext(ctx context.Context) TextConfigResponseOutput

func (TextConfigResponseOutput) Transformations deprecated added in v0.26.1

The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.

Deprecated: The transformations to apply to the detected data. Deprecated. Use `additional_transformations` instead.

type TimePartitioning added in v0.29.0

type TimePartitioning struct {
	// Number of milliseconds for which to keep the storage for a partition.
	ExpirationMs *string `pulumi:"expirationMs"`
	// Type of partitioning.
	Type *TimePartitioningType `pulumi:"type"`
}

Configuration for FHIR BigQuery time-partitioned tables.

type TimePartitioningArgs added in v0.29.0

type TimePartitioningArgs struct {
	// Number of milliseconds for which to keep the storage for a partition.
	ExpirationMs pulumi.StringPtrInput `pulumi:"expirationMs"`
	// Type of partitioning.
	Type TimePartitioningTypePtrInput `pulumi:"type"`
}

Configuration for FHIR BigQuery time-partitioned tables.

func (TimePartitioningArgs) ElementType added in v0.29.0

func (TimePartitioningArgs) ElementType() reflect.Type

func (TimePartitioningArgs) ToTimePartitioningOutput added in v0.29.0

func (i TimePartitioningArgs) ToTimePartitioningOutput() TimePartitioningOutput

func (TimePartitioningArgs) ToTimePartitioningOutputWithContext added in v0.29.0

func (i TimePartitioningArgs) ToTimePartitioningOutputWithContext(ctx context.Context) TimePartitioningOutput

func (TimePartitioningArgs) ToTimePartitioningPtrOutput added in v0.29.0

func (i TimePartitioningArgs) ToTimePartitioningPtrOutput() TimePartitioningPtrOutput

func (TimePartitioningArgs) ToTimePartitioningPtrOutputWithContext added in v0.29.0

func (i TimePartitioningArgs) ToTimePartitioningPtrOutputWithContext(ctx context.Context) TimePartitioningPtrOutput

type TimePartitioningInput added in v0.29.0

type TimePartitioningInput interface {
	pulumi.Input

	ToTimePartitioningOutput() TimePartitioningOutput
	ToTimePartitioningOutputWithContext(context.Context) TimePartitioningOutput
}

TimePartitioningInput is an input type that accepts TimePartitioningArgs and TimePartitioningOutput values. You can construct a concrete instance of `TimePartitioningInput` via:

TimePartitioningArgs{...}

type TimePartitioningOutput added in v0.29.0

type TimePartitioningOutput struct{ *pulumi.OutputState }

Configuration for FHIR BigQuery time-partitioned tables.

func (TimePartitioningOutput) ElementType added in v0.29.0

func (TimePartitioningOutput) ElementType() reflect.Type

func (TimePartitioningOutput) ExpirationMs added in v0.29.0

Number of milliseconds for which to keep the storage for a partition.

func (TimePartitioningOutput) ToTimePartitioningOutput added in v0.29.0

func (o TimePartitioningOutput) ToTimePartitioningOutput() TimePartitioningOutput

func (TimePartitioningOutput) ToTimePartitioningOutputWithContext added in v0.29.0

func (o TimePartitioningOutput) ToTimePartitioningOutputWithContext(ctx context.Context) TimePartitioningOutput

func (TimePartitioningOutput) ToTimePartitioningPtrOutput added in v0.29.0

func (o TimePartitioningOutput) ToTimePartitioningPtrOutput() TimePartitioningPtrOutput

func (TimePartitioningOutput) ToTimePartitioningPtrOutputWithContext added in v0.29.0

func (o TimePartitioningOutput) ToTimePartitioningPtrOutputWithContext(ctx context.Context) TimePartitioningPtrOutput

func (TimePartitioningOutput) Type added in v0.29.0

Type of partitioning.

type TimePartitioningPtrInput added in v0.29.0

type TimePartitioningPtrInput interface {
	pulumi.Input

	ToTimePartitioningPtrOutput() TimePartitioningPtrOutput
	ToTimePartitioningPtrOutputWithContext(context.Context) TimePartitioningPtrOutput
}

TimePartitioningPtrInput is an input type that accepts TimePartitioningArgs, TimePartitioningPtr and TimePartitioningPtrOutput values. You can construct a concrete instance of `TimePartitioningPtrInput` via:

        TimePartitioningArgs{...}

or:

        nil

func TimePartitioningPtr added in v0.29.0

func TimePartitioningPtr(v *TimePartitioningArgs) TimePartitioningPtrInput

type TimePartitioningPtrOutput added in v0.29.0

type TimePartitioningPtrOutput struct{ *pulumi.OutputState }

func (TimePartitioningPtrOutput) Elem added in v0.29.0

func (TimePartitioningPtrOutput) ElementType added in v0.29.0

func (TimePartitioningPtrOutput) ElementType() reflect.Type

func (TimePartitioningPtrOutput) ExpirationMs added in v0.29.0

Number of milliseconds for which to keep the storage for a partition.

func (TimePartitioningPtrOutput) ToTimePartitioningPtrOutput added in v0.29.0

func (o TimePartitioningPtrOutput) ToTimePartitioningPtrOutput() TimePartitioningPtrOutput

func (TimePartitioningPtrOutput) ToTimePartitioningPtrOutputWithContext added in v0.29.0

func (o TimePartitioningPtrOutput) ToTimePartitioningPtrOutputWithContext(ctx context.Context) TimePartitioningPtrOutput

func (TimePartitioningPtrOutput) Type added in v0.29.0

Type of partitioning.

type TimePartitioningResponse added in v0.29.0

type TimePartitioningResponse struct {
	// Number of milliseconds for which to keep the storage for a partition.
	ExpirationMs string `pulumi:"expirationMs"`
	// Type of partitioning.
	Type string `pulumi:"type"`
}

Configuration for FHIR BigQuery time-partitioned tables.

type TimePartitioningResponseOutput added in v0.29.0

type TimePartitioningResponseOutput struct{ *pulumi.OutputState }

Configuration for FHIR BigQuery time-partitioned tables.

func (TimePartitioningResponseOutput) ElementType added in v0.29.0

func (TimePartitioningResponseOutput) ExpirationMs added in v0.29.0

Number of milliseconds for which to keep the storage for a partition.

func (TimePartitioningResponseOutput) ToTimePartitioningResponseOutput added in v0.29.0

func (o TimePartitioningResponseOutput) ToTimePartitioningResponseOutput() TimePartitioningResponseOutput

func (TimePartitioningResponseOutput) ToTimePartitioningResponseOutputWithContext added in v0.29.0

func (o TimePartitioningResponseOutput) ToTimePartitioningResponseOutputWithContext(ctx context.Context) TimePartitioningResponseOutput

func (TimePartitioningResponseOutput) Type added in v0.29.0

Type of partitioning.

type TimePartitioningType added in v0.29.0

type TimePartitioningType string

Type of partitioning.

func (TimePartitioningType) ElementType added in v0.29.0

func (TimePartitioningType) ElementType() reflect.Type

func (TimePartitioningType) ToStringOutput added in v0.29.0

func (e TimePartitioningType) ToStringOutput() pulumi.StringOutput

func (TimePartitioningType) ToStringOutputWithContext added in v0.29.0

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

func (TimePartitioningType) ToStringPtrOutput added in v0.29.0

func (e TimePartitioningType) ToStringPtrOutput() pulumi.StringPtrOutput

func (TimePartitioningType) ToStringPtrOutputWithContext added in v0.29.0

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

func (TimePartitioningType) ToTimePartitioningTypeOutput added in v0.29.0

func (e TimePartitioningType) ToTimePartitioningTypeOutput() TimePartitioningTypeOutput

func (TimePartitioningType) ToTimePartitioningTypeOutputWithContext added in v0.29.0

func (e TimePartitioningType) ToTimePartitioningTypeOutputWithContext(ctx context.Context) TimePartitioningTypeOutput

func (TimePartitioningType) ToTimePartitioningTypePtrOutput added in v0.29.0

func (e TimePartitioningType) ToTimePartitioningTypePtrOutput() TimePartitioningTypePtrOutput

func (TimePartitioningType) ToTimePartitioningTypePtrOutputWithContext added in v0.29.0

func (e TimePartitioningType) ToTimePartitioningTypePtrOutputWithContext(ctx context.Context) TimePartitioningTypePtrOutput

type TimePartitioningTypeInput added in v0.29.0

type TimePartitioningTypeInput interface {
	pulumi.Input

	ToTimePartitioningTypeOutput() TimePartitioningTypeOutput
	ToTimePartitioningTypeOutputWithContext(context.Context) TimePartitioningTypeOutput
}

TimePartitioningTypeInput is an input type that accepts TimePartitioningTypeArgs and TimePartitioningTypeOutput values. You can construct a concrete instance of `TimePartitioningTypeInput` via:

TimePartitioningTypeArgs{...}

type TimePartitioningTypeOutput added in v0.29.0

type TimePartitioningTypeOutput struct{ *pulumi.OutputState }

func (TimePartitioningTypeOutput) ElementType added in v0.29.0

func (TimePartitioningTypeOutput) ElementType() reflect.Type

func (TimePartitioningTypeOutput) ToStringOutput added in v0.29.0

func (o TimePartitioningTypeOutput) ToStringOutput() pulumi.StringOutput

func (TimePartitioningTypeOutput) ToStringOutputWithContext added in v0.29.0

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

func (TimePartitioningTypeOutput) ToStringPtrOutput added in v0.29.0

func (o TimePartitioningTypeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (TimePartitioningTypeOutput) ToStringPtrOutputWithContext added in v0.29.0

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

func (TimePartitioningTypeOutput) ToTimePartitioningTypeOutput added in v0.29.0

func (o TimePartitioningTypeOutput) ToTimePartitioningTypeOutput() TimePartitioningTypeOutput

func (TimePartitioningTypeOutput) ToTimePartitioningTypeOutputWithContext added in v0.29.0

func (o TimePartitioningTypeOutput) ToTimePartitioningTypeOutputWithContext(ctx context.Context) TimePartitioningTypeOutput

func (TimePartitioningTypeOutput) ToTimePartitioningTypePtrOutput added in v0.29.0

func (o TimePartitioningTypeOutput) ToTimePartitioningTypePtrOutput() TimePartitioningTypePtrOutput

func (TimePartitioningTypeOutput) ToTimePartitioningTypePtrOutputWithContext added in v0.29.0

func (o TimePartitioningTypeOutput) ToTimePartitioningTypePtrOutputWithContext(ctx context.Context) TimePartitioningTypePtrOutput

type TimePartitioningTypePtrInput added in v0.29.0

type TimePartitioningTypePtrInput interface {
	pulumi.Input

	ToTimePartitioningTypePtrOutput() TimePartitioningTypePtrOutput
	ToTimePartitioningTypePtrOutputWithContext(context.Context) TimePartitioningTypePtrOutput
}

func TimePartitioningTypePtr added in v0.29.0

func TimePartitioningTypePtr(v string) TimePartitioningTypePtrInput

type TimePartitioningTypePtrOutput added in v0.29.0

type TimePartitioningTypePtrOutput struct{ *pulumi.OutputState }

func (TimePartitioningTypePtrOutput) Elem added in v0.29.0

func (TimePartitioningTypePtrOutput) ElementType added in v0.29.0

func (TimePartitioningTypePtrOutput) ToStringPtrOutput added in v0.29.0

func (TimePartitioningTypePtrOutput) ToStringPtrOutputWithContext added in v0.29.0

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

func (TimePartitioningTypePtrOutput) ToTimePartitioningTypePtrOutput added in v0.29.0

func (o TimePartitioningTypePtrOutput) ToTimePartitioningTypePtrOutput() TimePartitioningTypePtrOutput

func (TimePartitioningTypePtrOutput) ToTimePartitioningTypePtrOutputWithContext added in v0.29.0

func (o TimePartitioningTypePtrOutput) ToTimePartitioningTypePtrOutputWithContext(ctx context.Context) TimePartitioningTypePtrOutput

type Type

type Type struct {
	// The (sub) fields this type has (if not primitive).
	Fields []Field `pulumi:"fields"`
	// The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
	Name *string `pulumi:"name"`
	// If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
	Primitive *TypePrimitive `pulumi:"primitive"`
}

A type definition for some HL7v2 type (incl. Segments and Datatypes).

type TypeArgs

type TypeArgs struct {
	// The (sub) fields this type has (if not primitive).
	Fields FieldArrayInput `pulumi:"fields"`
	// The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
	Name pulumi.StringPtrInput `pulumi:"name"`
	// If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
	Primitive TypePrimitivePtrInput `pulumi:"primitive"`
}

A type definition for some HL7v2 type (incl. Segments and Datatypes).

func (TypeArgs) ElementType

func (TypeArgs) ElementType() reflect.Type

func (TypeArgs) ToTypeOutput

func (i TypeArgs) ToTypeOutput() TypeOutput

func (TypeArgs) ToTypeOutputWithContext

func (i TypeArgs) ToTypeOutputWithContext(ctx context.Context) TypeOutput

type TypeArray

type TypeArray []TypeInput

func (TypeArray) ElementType

func (TypeArray) ElementType() reflect.Type

func (TypeArray) ToTypeArrayOutput

func (i TypeArray) ToTypeArrayOutput() TypeArrayOutput

func (TypeArray) ToTypeArrayOutputWithContext

func (i TypeArray) ToTypeArrayOutputWithContext(ctx context.Context) TypeArrayOutput

type TypeArrayInput

type TypeArrayInput interface {
	pulumi.Input

	ToTypeArrayOutput() TypeArrayOutput
	ToTypeArrayOutputWithContext(context.Context) TypeArrayOutput
}

TypeArrayInput is an input type that accepts TypeArray and TypeArrayOutput values. You can construct a concrete instance of `TypeArrayInput` via:

TypeArray{ TypeArgs{...} }

type TypeArrayOutput

type TypeArrayOutput struct{ *pulumi.OutputState }

func (TypeArrayOutput) ElementType

func (TypeArrayOutput) ElementType() reflect.Type

func (TypeArrayOutput) Index

func (TypeArrayOutput) ToTypeArrayOutput

func (o TypeArrayOutput) ToTypeArrayOutput() TypeArrayOutput

func (TypeArrayOutput) ToTypeArrayOutputWithContext

func (o TypeArrayOutput) ToTypeArrayOutputWithContext(ctx context.Context) TypeArrayOutput

type TypeInput

type TypeInput interface {
	pulumi.Input

	ToTypeOutput() TypeOutput
	ToTypeOutputWithContext(context.Context) TypeOutput
}

TypeInput is an input type that accepts TypeArgs and TypeOutput values. You can construct a concrete instance of `TypeInput` via:

TypeArgs{...}

type TypeOutput

type TypeOutput struct{ *pulumi.OutputState }

A type definition for some HL7v2 type (incl. Segments and Datatypes).

func (TypeOutput) ElementType

func (TypeOutput) ElementType() reflect.Type

func (TypeOutput) Fields

func (o TypeOutput) Fields() FieldArrayOutput

The (sub) fields this type has (if not primitive).

func (TypeOutput) Name

The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".

func (TypeOutput) Primitive

func (o TypeOutput) Primitive() TypePrimitivePtrOutput

If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.

func (TypeOutput) ToTypeOutput

func (o TypeOutput) ToTypeOutput() TypeOutput

func (TypeOutput) ToTypeOutputWithContext

func (o TypeOutput) ToTypeOutputWithContext(ctx context.Context) TypeOutput

type TypePrimitive added in v0.4.0

type TypePrimitive string

If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.

func (TypePrimitive) ElementType added in v0.4.0

func (TypePrimitive) ElementType() reflect.Type

func (TypePrimitive) ToStringOutput added in v0.4.0

func (e TypePrimitive) ToStringOutput() pulumi.StringOutput

func (TypePrimitive) ToStringOutputWithContext added in v0.4.0

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

func (TypePrimitive) ToStringPtrOutput added in v0.4.0

func (e TypePrimitive) ToStringPtrOutput() pulumi.StringPtrOutput

func (TypePrimitive) ToStringPtrOutputWithContext added in v0.4.0

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

func (TypePrimitive) ToTypePrimitiveOutput added in v0.6.0

func (e TypePrimitive) ToTypePrimitiveOutput() TypePrimitiveOutput

func (TypePrimitive) ToTypePrimitiveOutputWithContext added in v0.6.0

func (e TypePrimitive) ToTypePrimitiveOutputWithContext(ctx context.Context) TypePrimitiveOutput

func (TypePrimitive) ToTypePrimitivePtrOutput added in v0.6.0

func (e TypePrimitive) ToTypePrimitivePtrOutput() TypePrimitivePtrOutput

func (TypePrimitive) ToTypePrimitivePtrOutputWithContext added in v0.6.0

func (e TypePrimitive) ToTypePrimitivePtrOutputWithContext(ctx context.Context) TypePrimitivePtrOutput

type TypePrimitiveInput added in v0.6.0

type TypePrimitiveInput interface {
	pulumi.Input

	ToTypePrimitiveOutput() TypePrimitiveOutput
	ToTypePrimitiveOutputWithContext(context.Context) TypePrimitiveOutput
}

TypePrimitiveInput is an input type that accepts TypePrimitiveArgs and TypePrimitiveOutput values. You can construct a concrete instance of `TypePrimitiveInput` via:

TypePrimitiveArgs{...}

type TypePrimitiveOutput added in v0.6.0

type TypePrimitiveOutput struct{ *pulumi.OutputState }

func (TypePrimitiveOutput) ElementType added in v0.6.0

func (TypePrimitiveOutput) ElementType() reflect.Type

func (TypePrimitiveOutput) ToStringOutput added in v0.6.0

func (o TypePrimitiveOutput) ToStringOutput() pulumi.StringOutput

func (TypePrimitiveOutput) ToStringOutputWithContext added in v0.6.0

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

func (TypePrimitiveOutput) ToStringPtrOutput added in v0.6.0

func (o TypePrimitiveOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (TypePrimitiveOutput) ToStringPtrOutputWithContext added in v0.6.0

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

func (TypePrimitiveOutput) ToTypePrimitiveOutput added in v0.6.0

func (o TypePrimitiveOutput) ToTypePrimitiveOutput() TypePrimitiveOutput

func (TypePrimitiveOutput) ToTypePrimitiveOutputWithContext added in v0.6.0

func (o TypePrimitiveOutput) ToTypePrimitiveOutputWithContext(ctx context.Context) TypePrimitiveOutput

func (TypePrimitiveOutput) ToTypePrimitivePtrOutput added in v0.6.0

func (o TypePrimitiveOutput) ToTypePrimitivePtrOutput() TypePrimitivePtrOutput

func (TypePrimitiveOutput) ToTypePrimitivePtrOutputWithContext added in v0.6.0

func (o TypePrimitiveOutput) ToTypePrimitivePtrOutputWithContext(ctx context.Context) TypePrimitivePtrOutput

type TypePrimitivePtrInput added in v0.6.0

type TypePrimitivePtrInput interface {
	pulumi.Input

	ToTypePrimitivePtrOutput() TypePrimitivePtrOutput
	ToTypePrimitivePtrOutputWithContext(context.Context) TypePrimitivePtrOutput
}

func TypePrimitivePtr added in v0.6.0

func TypePrimitivePtr(v string) TypePrimitivePtrInput

type TypePrimitivePtrOutput added in v0.6.0

type TypePrimitivePtrOutput struct{ *pulumi.OutputState }

func (TypePrimitivePtrOutput) Elem added in v0.6.0

func (TypePrimitivePtrOutput) ElementType added in v0.6.0

func (TypePrimitivePtrOutput) ElementType() reflect.Type

func (TypePrimitivePtrOutput) ToStringPtrOutput added in v0.6.0

func (o TypePrimitivePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (TypePrimitivePtrOutput) ToStringPtrOutputWithContext added in v0.6.0

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

func (TypePrimitivePtrOutput) ToTypePrimitivePtrOutput added in v0.6.0

func (o TypePrimitivePtrOutput) ToTypePrimitivePtrOutput() TypePrimitivePtrOutput

func (TypePrimitivePtrOutput) ToTypePrimitivePtrOutputWithContext added in v0.6.0

func (o TypePrimitivePtrOutput) ToTypePrimitivePtrOutputWithContext(ctx context.Context) TypePrimitivePtrOutput

type TypeResponse

type TypeResponse struct {
	// The (sub) fields this type has (if not primitive).
	Fields []FieldResponse `pulumi:"fields"`
	// The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".
	Name string `pulumi:"name"`
	// If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.
	Primitive string `pulumi:"primitive"`
}

A type definition for some HL7v2 type (incl. Segments and Datatypes).

type TypeResponseArrayOutput

type TypeResponseArrayOutput struct{ *pulumi.OutputState }

func (TypeResponseArrayOutput) ElementType

func (TypeResponseArrayOutput) ElementType() reflect.Type

func (TypeResponseArrayOutput) Index

func (TypeResponseArrayOutput) ToTypeResponseArrayOutput

func (o TypeResponseArrayOutput) ToTypeResponseArrayOutput() TypeResponseArrayOutput

func (TypeResponseArrayOutput) ToTypeResponseArrayOutputWithContext

func (o TypeResponseArrayOutput) ToTypeResponseArrayOutputWithContext(ctx context.Context) TypeResponseArrayOutput

type TypeResponseOutput

type TypeResponseOutput struct{ *pulumi.OutputState }

A type definition for some HL7v2 type (incl. Segments and Datatypes).

func (TypeResponseOutput) ElementType

func (TypeResponseOutput) ElementType() reflect.Type

func (TypeResponseOutput) Fields

The (sub) fields this type has (if not primitive).

func (TypeResponseOutput) Name

The name of this type. This would be the segment or datatype name. For example, "PID" or "XPN".

func (TypeResponseOutput) Primitive

func (o TypeResponseOutput) Primitive() pulumi.StringOutput

If this is a primitive type then this field is the type of the primitive For example, STRING. Leave unspecified for composite types.

func (TypeResponseOutput) ToTypeResponseOutput

func (o TypeResponseOutput) ToTypeResponseOutput() TypeResponseOutput

func (TypeResponseOutput) ToTypeResponseOutputWithContext

func (o TypeResponseOutput) ToTypeResponseOutputWithContext(ctx context.Context) TypeResponseOutput

type UserDataMapping added in v0.3.0

type UserDataMapping struct {
	pulumi.CustomResourceState

	// Indicates the time when this mapping was archived.
	ArchiveTime pulumi.StringOutput `pulumi:"archiveTime"`
	// Indicates whether this mapping is archived.
	Archived       pulumi.BoolOutput   `pulumi:"archived"`
	ConsentStoreId pulumi.StringOutput `pulumi:"consentStoreId"`
	// A unique identifier for the mapped resource.
	DataId    pulumi.StringOutput `pulumi:"dataId"`
	DatasetId pulumi.StringOutput `pulumi:"datasetId"`
	Location  pulumi.StringOutput `pulumi:"location"`
	// Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.
	Name    pulumi.StringOutput `pulumi:"name"`
	Project pulumi.StringOutput `pulumi:"project"`
	// Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.
	ResourceAttributes AttributeResponseArrayOutput `pulumi:"resourceAttributes"`
	// User's UUID provided by the client.
	UserId pulumi.StringOutput `pulumi:"userId"`
}

Creates a new User data mapping in the parent consent store.

func GetUserDataMapping added in v0.3.0

func GetUserDataMapping(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *UserDataMappingState, opts ...pulumi.ResourceOption) (*UserDataMapping, error)

GetUserDataMapping gets an existing UserDataMapping 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 NewUserDataMapping added in v0.3.0

func NewUserDataMapping(ctx *pulumi.Context,
	name string, args *UserDataMappingArgs, opts ...pulumi.ResourceOption) (*UserDataMapping, error)

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

func (*UserDataMapping) ElementType added in v0.3.0

func (*UserDataMapping) ElementType() reflect.Type

func (*UserDataMapping) ToUserDataMappingOutput added in v0.3.0

func (i *UserDataMapping) ToUserDataMappingOutput() UserDataMappingOutput

func (*UserDataMapping) ToUserDataMappingOutputWithContext added in v0.3.0

func (i *UserDataMapping) ToUserDataMappingOutputWithContext(ctx context.Context) UserDataMappingOutput

type UserDataMappingArgs added in v0.3.0

type UserDataMappingArgs struct {
	ConsentStoreId pulumi.StringInput
	// A unique identifier for the mapped resource.
	DataId    pulumi.StringInput
	DatasetId pulumi.StringInput
	Location  pulumi.StringPtrInput
	// Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.
	Name    pulumi.StringPtrInput
	Project pulumi.StringPtrInput
	// Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.
	ResourceAttributes AttributeArrayInput
	// User's UUID provided by the client.
	UserId pulumi.StringInput
}

The set of arguments for constructing a UserDataMapping resource.

func (UserDataMappingArgs) ElementType added in v0.3.0

func (UserDataMappingArgs) ElementType() reflect.Type

type UserDataMappingInput added in v0.3.0

type UserDataMappingInput interface {
	pulumi.Input

	ToUserDataMappingOutput() UserDataMappingOutput
	ToUserDataMappingOutputWithContext(ctx context.Context) UserDataMappingOutput
}

type UserDataMappingOutput added in v0.3.0

type UserDataMappingOutput struct{ *pulumi.OutputState }

func (UserDataMappingOutput) ArchiveTime added in v0.19.0

func (o UserDataMappingOutput) ArchiveTime() pulumi.StringOutput

Indicates the time when this mapping was archived.

func (UserDataMappingOutput) Archived added in v0.19.0

Indicates whether this mapping is archived.

func (UserDataMappingOutput) ConsentStoreId added in v0.21.0

func (o UserDataMappingOutput) ConsentStoreId() pulumi.StringOutput

func (UserDataMappingOutput) DataId added in v0.19.0

A unique identifier for the mapped resource.

func (UserDataMappingOutput) DatasetId added in v0.21.0

func (UserDataMappingOutput) ElementType added in v0.3.0

func (UserDataMappingOutput) ElementType() reflect.Type

func (UserDataMappingOutput) Location added in v0.21.0

func (UserDataMappingOutput) Name added in v0.19.0

Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.

func (UserDataMappingOutput) Project added in v0.21.0

func (UserDataMappingOutput) ResourceAttributes added in v0.19.0

func (o UserDataMappingOutput) ResourceAttributes() AttributeResponseArrayOutput

Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.

func (UserDataMappingOutput) ToUserDataMappingOutput added in v0.3.0

func (o UserDataMappingOutput) ToUserDataMappingOutput() UserDataMappingOutput

func (UserDataMappingOutput) ToUserDataMappingOutputWithContext added in v0.3.0

func (o UserDataMappingOutput) ToUserDataMappingOutputWithContext(ctx context.Context) UserDataMappingOutput

func (UserDataMappingOutput) UserId added in v0.19.0

User's UUID provided by the client.

type UserDataMappingState added in v0.3.0

type UserDataMappingState struct {
}

func (UserDataMappingState) ElementType added in v0.3.0

func (UserDataMappingState) ElementType() reflect.Type

type ValidationConfig added in v0.9.0

type ValidationConfig struct {
	// Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableFhirpathValidation *bool `pulumi:"disableFhirpathValidation"`
	// Whether to disable profile validation for this FHIR store. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.
	DisableProfileValidation *bool `pulumi:"disableProfileValidation"`
	// Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableReferenceTypeValidation *bool `pulumi:"disableReferenceTypeValidation"`
	// Whether to disable required fields validation for incoming resources. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableRequiredFieldValidation *bool `pulumi:"disableRequiredFieldValidation"`
	// A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using "value" as the discriminator type When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.
	EnabledImplementationGuides []string `pulumi:"enabledImplementationGuides"`
}

Contains the configuration for FHIR profiles and validation.

type ValidationConfigArgs added in v0.9.0

type ValidationConfigArgs struct {
	// Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableFhirpathValidation pulumi.BoolPtrInput `pulumi:"disableFhirpathValidation"`
	// Whether to disable profile validation for this FHIR store. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.
	DisableProfileValidation pulumi.BoolPtrInput `pulumi:"disableProfileValidation"`
	// Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableReferenceTypeValidation pulumi.BoolPtrInput `pulumi:"disableReferenceTypeValidation"`
	// Whether to disable required fields validation for incoming resources. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableRequiredFieldValidation pulumi.BoolPtrInput `pulumi:"disableRequiredFieldValidation"`
	// A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using "value" as the discriminator type When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.
	EnabledImplementationGuides pulumi.StringArrayInput `pulumi:"enabledImplementationGuides"`
}

Contains the configuration for FHIR profiles and validation.

func (ValidationConfigArgs) ElementType added in v0.9.0

func (ValidationConfigArgs) ElementType() reflect.Type

func (ValidationConfigArgs) ToValidationConfigOutput added in v0.9.0

func (i ValidationConfigArgs) ToValidationConfigOutput() ValidationConfigOutput

func (ValidationConfigArgs) ToValidationConfigOutputWithContext added in v0.9.0

func (i ValidationConfigArgs) ToValidationConfigOutputWithContext(ctx context.Context) ValidationConfigOutput

func (ValidationConfigArgs) ToValidationConfigPtrOutput added in v0.9.0

func (i ValidationConfigArgs) ToValidationConfigPtrOutput() ValidationConfigPtrOutput

func (ValidationConfigArgs) ToValidationConfigPtrOutputWithContext added in v0.9.0

func (i ValidationConfigArgs) ToValidationConfigPtrOutputWithContext(ctx context.Context) ValidationConfigPtrOutput

type ValidationConfigInput added in v0.9.0

type ValidationConfigInput interface {
	pulumi.Input

	ToValidationConfigOutput() ValidationConfigOutput
	ToValidationConfigOutputWithContext(context.Context) ValidationConfigOutput
}

ValidationConfigInput is an input type that accepts ValidationConfigArgs and ValidationConfigOutput values. You can construct a concrete instance of `ValidationConfigInput` via:

ValidationConfigArgs{...}

type ValidationConfigOutput added in v0.9.0

type ValidationConfigOutput struct{ *pulumi.OutputState }

Contains the configuration for FHIR profiles and validation.

func (ValidationConfigOutput) DisableFhirpathValidation added in v0.9.0

func (o ValidationConfigOutput) DisableFhirpathValidation() pulumi.BoolPtrOutput

Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigOutput) DisableProfileValidation added in v0.11.0

func (o ValidationConfigOutput) DisableProfileValidation() pulumi.BoolPtrOutput

Whether to disable profile validation for this FHIR store. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.

func (ValidationConfigOutput) DisableReferenceTypeValidation added in v0.9.0

func (o ValidationConfigOutput) DisableReferenceTypeValidation() pulumi.BoolPtrOutput

Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigOutput) DisableRequiredFieldValidation added in v0.9.0

func (o ValidationConfigOutput) DisableRequiredFieldValidation() pulumi.BoolPtrOutput

Whether to disable required fields validation for incoming resources. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigOutput) ElementType added in v0.9.0

func (ValidationConfigOutput) ElementType() reflect.Type

func (ValidationConfigOutput) EnabledImplementationGuides added in v0.11.0

func (o ValidationConfigOutput) EnabledImplementationGuides() pulumi.StringArrayOutput

A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using "value" as the discriminator type When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.

func (ValidationConfigOutput) ToValidationConfigOutput added in v0.9.0

func (o ValidationConfigOutput) ToValidationConfigOutput() ValidationConfigOutput

func (ValidationConfigOutput) ToValidationConfigOutputWithContext added in v0.9.0

func (o ValidationConfigOutput) ToValidationConfigOutputWithContext(ctx context.Context) ValidationConfigOutput

func (ValidationConfigOutput) ToValidationConfigPtrOutput added in v0.9.0

func (o ValidationConfigOutput) ToValidationConfigPtrOutput() ValidationConfigPtrOutput

func (ValidationConfigOutput) ToValidationConfigPtrOutputWithContext added in v0.9.0

func (o ValidationConfigOutput) ToValidationConfigPtrOutputWithContext(ctx context.Context) ValidationConfigPtrOutput

type ValidationConfigPtrInput added in v0.9.0

type ValidationConfigPtrInput interface {
	pulumi.Input

	ToValidationConfigPtrOutput() ValidationConfigPtrOutput
	ToValidationConfigPtrOutputWithContext(context.Context) ValidationConfigPtrOutput
}

ValidationConfigPtrInput is an input type that accepts ValidationConfigArgs, ValidationConfigPtr and ValidationConfigPtrOutput values. You can construct a concrete instance of `ValidationConfigPtrInput` via:

        ValidationConfigArgs{...}

or:

        nil

func ValidationConfigPtr added in v0.9.0

func ValidationConfigPtr(v *ValidationConfigArgs) ValidationConfigPtrInput

type ValidationConfigPtrOutput added in v0.9.0

type ValidationConfigPtrOutput struct{ *pulumi.OutputState }

func (ValidationConfigPtrOutput) DisableFhirpathValidation added in v0.9.0

func (o ValidationConfigPtrOutput) DisableFhirpathValidation() pulumi.BoolPtrOutput

Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigPtrOutput) DisableProfileValidation added in v0.11.0

func (o ValidationConfigPtrOutput) DisableProfileValidation() pulumi.BoolPtrOutput

Whether to disable profile validation for this FHIR store. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.

func (ValidationConfigPtrOutput) DisableReferenceTypeValidation added in v0.9.0

func (o ValidationConfigPtrOutput) DisableReferenceTypeValidation() pulumi.BoolPtrOutput

Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigPtrOutput) DisableRequiredFieldValidation added in v0.9.0

func (o ValidationConfigPtrOutput) DisableRequiredFieldValidation() pulumi.BoolPtrOutput

Whether to disable required fields validation for incoming resources. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigPtrOutput) Elem added in v0.9.0

func (ValidationConfigPtrOutput) ElementType added in v0.9.0

func (ValidationConfigPtrOutput) ElementType() reflect.Type

func (ValidationConfigPtrOutput) EnabledImplementationGuides added in v0.11.0

func (o ValidationConfigPtrOutput) EnabledImplementationGuides() pulumi.StringArrayOutput

A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using "value" as the discriminator type When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.

func (ValidationConfigPtrOutput) ToValidationConfigPtrOutput added in v0.9.0

func (o ValidationConfigPtrOutput) ToValidationConfigPtrOutput() ValidationConfigPtrOutput

func (ValidationConfigPtrOutput) ToValidationConfigPtrOutputWithContext added in v0.9.0

func (o ValidationConfigPtrOutput) ToValidationConfigPtrOutputWithContext(ctx context.Context) ValidationConfigPtrOutput

type ValidationConfigResponse added in v0.9.0

type ValidationConfigResponse struct {
	// Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableFhirpathValidation bool `pulumi:"disableFhirpathValidation"`
	// Whether to disable profile validation for this FHIR store. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.
	DisableProfileValidation bool `pulumi:"disableProfileValidation"`
	// Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableReferenceTypeValidation bool `pulumi:"disableReferenceTypeValidation"`
	// Whether to disable required fields validation for incoming resources. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.
	DisableRequiredFieldValidation bool `pulumi:"disableRequiredFieldValidation"`
	// A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using "value" as the discriminator type When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.
	EnabledImplementationGuides []string `pulumi:"enabledImplementationGuides"`
}

Contains the configuration for FHIR profiles and validation.

type ValidationConfigResponseOutput added in v0.9.0

type ValidationConfigResponseOutput struct{ *pulumi.OutputState }

Contains the configuration for FHIR profiles and validation.

func (ValidationConfigResponseOutput) DisableFhirpathValidation added in v0.9.0

func (o ValidationConfigResponseOutput) DisableFhirpathValidation() pulumi.BoolOutput

Whether to disable FHIRPath validation for incoming resources. Set this to true to disable checking incoming resources for conformance against FHIRPath requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigResponseOutput) DisableProfileValidation added in v0.11.0

func (o ValidationConfigResponseOutput) DisableProfileValidation() pulumi.BoolOutput

Whether to disable profile validation for this FHIR store. Set this to true to disable checking incoming resources for conformance against structure definitions in this FHIR store.

func (ValidationConfigResponseOutput) DisableReferenceTypeValidation added in v0.9.0

func (o ValidationConfigResponseOutput) DisableReferenceTypeValidation() pulumi.BoolOutput

Whether to disable reference type validation for incoming resources. Set this to true to disable checking incoming resources for conformance against reference type requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigResponseOutput) DisableRequiredFieldValidation added in v0.9.0

func (o ValidationConfigResponseOutput) DisableRequiredFieldValidation() pulumi.BoolOutput

Whether to disable required fields validation for incoming resources. Set this to true to disable checking incoming resources for conformance against required fields requirement defined in the FHIR specification. This property only affects resource types that do not have profiles configured for them, any rules in enabled implementation guides will still be enforced.

func (ValidationConfigResponseOutput) ElementType added in v0.9.0

func (ValidationConfigResponseOutput) EnabledImplementationGuides added in v0.11.0

func (o ValidationConfigResponseOutput) EnabledImplementationGuides() pulumi.StringArrayOutput

A list of implementation guide URLs in this FHIR store that are used to configure the profiles to use for validation. For example, to use the US Core profiles for validation, set `enabled_implementation_guides` to `["http://hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides` is empty or omitted, then incoming resources are only required to conform to the base FHIR profiles. Otherwise, a resource must conform to at least one profile listed in the `global` property of one of the enabled ImplementationGuides. The Cloud Healthcare API does not currently enforce all of the rules in a StructureDefinition. The following rules are supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on simple types - slicing, when using "value" as the discriminator type When a URL cannot be resolved (for example, in a type assertion), the server does not return an error.

func (ValidationConfigResponseOutput) ToValidationConfigResponseOutput added in v0.9.0

func (o ValidationConfigResponseOutput) ToValidationConfigResponseOutput() ValidationConfigResponseOutput

func (ValidationConfigResponseOutput) ToValidationConfigResponseOutputWithContext added in v0.9.0

func (o ValidationConfigResponseOutput) ToValidationConfigResponseOutputWithContext(ctx context.Context) ValidationConfigResponseOutput

type VersionSource

type VersionSource struct {
	// The field to extract from the MSH segment. For example, "3.1" or "18[1].1".
	MshField *string `pulumi:"mshField"`
	// The value to match with the field. For example, "My Application Name" or "2.3".
	Value *string `pulumi:"value"`
}

Describes a selector for extracting and matching an MSH field to a value.

type VersionSourceArgs

type VersionSourceArgs struct {
	// The field to extract from the MSH segment. For example, "3.1" or "18[1].1".
	MshField pulumi.StringPtrInput `pulumi:"mshField"`
	// The value to match with the field. For example, "My Application Name" or "2.3".
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Describes a selector for extracting and matching an MSH field to a value.

func (VersionSourceArgs) ElementType

func (VersionSourceArgs) ElementType() reflect.Type

func (VersionSourceArgs) ToVersionSourceOutput

func (i VersionSourceArgs) ToVersionSourceOutput() VersionSourceOutput

func (VersionSourceArgs) ToVersionSourceOutputWithContext

func (i VersionSourceArgs) ToVersionSourceOutputWithContext(ctx context.Context) VersionSourceOutput

type VersionSourceArray

type VersionSourceArray []VersionSourceInput

func (VersionSourceArray) ElementType

func (VersionSourceArray) ElementType() reflect.Type

func (VersionSourceArray) ToVersionSourceArrayOutput

func (i VersionSourceArray) ToVersionSourceArrayOutput() VersionSourceArrayOutput

func (VersionSourceArray) ToVersionSourceArrayOutputWithContext

func (i VersionSourceArray) ToVersionSourceArrayOutputWithContext(ctx context.Context) VersionSourceArrayOutput

type VersionSourceArrayInput

type VersionSourceArrayInput interface {
	pulumi.Input

	ToVersionSourceArrayOutput() VersionSourceArrayOutput
	ToVersionSourceArrayOutputWithContext(context.Context) VersionSourceArrayOutput
}

VersionSourceArrayInput is an input type that accepts VersionSourceArray and VersionSourceArrayOutput values. You can construct a concrete instance of `VersionSourceArrayInput` via:

VersionSourceArray{ VersionSourceArgs{...} }

type VersionSourceArrayOutput

type VersionSourceArrayOutput struct{ *pulumi.OutputState }

func (VersionSourceArrayOutput) ElementType

func (VersionSourceArrayOutput) ElementType() reflect.Type

func (VersionSourceArrayOutput) Index

func (VersionSourceArrayOutput) ToVersionSourceArrayOutput

func (o VersionSourceArrayOutput) ToVersionSourceArrayOutput() VersionSourceArrayOutput

func (VersionSourceArrayOutput) ToVersionSourceArrayOutputWithContext

func (o VersionSourceArrayOutput) ToVersionSourceArrayOutputWithContext(ctx context.Context) VersionSourceArrayOutput

type VersionSourceInput

type VersionSourceInput interface {
	pulumi.Input

	ToVersionSourceOutput() VersionSourceOutput
	ToVersionSourceOutputWithContext(context.Context) VersionSourceOutput
}

VersionSourceInput is an input type that accepts VersionSourceArgs and VersionSourceOutput values. You can construct a concrete instance of `VersionSourceInput` via:

VersionSourceArgs{...}

type VersionSourceOutput

type VersionSourceOutput struct{ *pulumi.OutputState }

Describes a selector for extracting and matching an MSH field to a value.

func (VersionSourceOutput) ElementType

func (VersionSourceOutput) ElementType() reflect.Type

func (VersionSourceOutput) MshField

The field to extract from the MSH segment. For example, "3.1" or "18[1].1".

func (VersionSourceOutput) ToVersionSourceOutput

func (o VersionSourceOutput) ToVersionSourceOutput() VersionSourceOutput

func (VersionSourceOutput) ToVersionSourceOutputWithContext

func (o VersionSourceOutput) ToVersionSourceOutputWithContext(ctx context.Context) VersionSourceOutput

func (VersionSourceOutput) Value

The value to match with the field. For example, "My Application Name" or "2.3".

type VersionSourceResponse

type VersionSourceResponse struct {
	// The field to extract from the MSH segment. For example, "3.1" or "18[1].1".
	MshField string `pulumi:"mshField"`
	// The value to match with the field. For example, "My Application Name" or "2.3".
	Value string `pulumi:"value"`
}

Describes a selector for extracting and matching an MSH field to a value.

type VersionSourceResponseArrayOutput

type VersionSourceResponseArrayOutput struct{ *pulumi.OutputState }

func (VersionSourceResponseArrayOutput) ElementType

func (VersionSourceResponseArrayOutput) Index

func (VersionSourceResponseArrayOutput) ToVersionSourceResponseArrayOutput

func (o VersionSourceResponseArrayOutput) ToVersionSourceResponseArrayOutput() VersionSourceResponseArrayOutput

func (VersionSourceResponseArrayOutput) ToVersionSourceResponseArrayOutputWithContext

func (o VersionSourceResponseArrayOutput) ToVersionSourceResponseArrayOutputWithContext(ctx context.Context) VersionSourceResponseArrayOutput

type VersionSourceResponseOutput

type VersionSourceResponseOutput struct{ *pulumi.OutputState }

Describes a selector for extracting and matching an MSH field to a value.

func (VersionSourceResponseOutput) ElementType

func (VersionSourceResponseOutput) MshField

The field to extract from the MSH segment. For example, "3.1" or "18[1].1".

func (VersionSourceResponseOutput) ToVersionSourceResponseOutput

func (o VersionSourceResponseOutput) ToVersionSourceResponseOutput() VersionSourceResponseOutput

func (VersionSourceResponseOutput) ToVersionSourceResponseOutputWithContext

func (o VersionSourceResponseOutput) ToVersionSourceResponseOutputWithContext(ctx context.Context) VersionSourceResponseOutput

func (VersionSourceResponseOutput) Value

The value to match with the field. For example, "My Application Name" or "2.3".

Jump to

Keyboard shortcuts

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