Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.aiplatform/v1beta1.MetadataStore
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Initializes a MetadataStore, including allocation of resources. Auto-naming is currently not supported for this resource.
Create MetadataStore Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MetadataStore(name: string, args?: MetadataStoreArgs, opts?: CustomResourceOptions);@overload
def MetadataStore(resource_name: str,
                  args: Optional[MetadataStoreArgs] = None,
                  opts: Optional[ResourceOptions] = None)
@overload
def MetadataStore(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  description: Optional[str] = None,
                  encryption_spec: Optional[GoogleCloudAiplatformV1beta1EncryptionSpecArgs] = None,
                  location: Optional[str] = None,
                  metadata_store_id: Optional[str] = None,
                  project: Optional[str] = None)func NewMetadataStore(ctx *Context, name string, args *MetadataStoreArgs, opts ...ResourceOption) (*MetadataStore, error)public MetadataStore(string name, MetadataStoreArgs? args = null, CustomResourceOptions? opts = null)
public MetadataStore(String name, MetadataStoreArgs args)
public MetadataStore(String name, MetadataStoreArgs args, CustomResourceOptions options)
type: google-native:aiplatform/v1beta1:MetadataStore
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MetadataStoreArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MetadataStoreArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MetadataStoreArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MetadataStoreArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MetadataStoreArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeMetadataStoreResource = new GoogleNative.Aiplatform.V1Beta1.MetadataStore("google-nativeMetadataStoreResource", new()
{
    Description = "string",
    EncryptionSpec = new GoogleNative.Aiplatform.V1Beta1.Inputs.GoogleCloudAiplatformV1beta1EncryptionSpecArgs
    {
        KmsKeyName = "string",
    },
    Location = "string",
    MetadataStoreId = "string",
    Project = "string",
});
example, err := aiplatformv1beta1.NewMetadataStore(ctx, "google-nativeMetadataStoreResource", &aiplatformv1beta1.MetadataStoreArgs{
	Description: pulumi.String("string"),
	EncryptionSpec: &aiplatform.GoogleCloudAiplatformV1beta1EncryptionSpecArgs{
		KmsKeyName: pulumi.String("string"),
	},
	Location:        pulumi.String("string"),
	MetadataStoreId: pulumi.String("string"),
	Project:         pulumi.String("string"),
})
var google_nativeMetadataStoreResource = new MetadataStore("google-nativeMetadataStoreResource", MetadataStoreArgs.builder()
    .description("string")
    .encryptionSpec(GoogleCloudAiplatformV1beta1EncryptionSpecArgs.builder()
        .kmsKeyName("string")
        .build())
    .location("string")
    .metadataStoreId("string")
    .project("string")
    .build());
google_native_metadata_store_resource = google_native.aiplatform.v1beta1.MetadataStore("google-nativeMetadataStoreResource",
    description="string",
    encryption_spec={
        "kms_key_name": "string",
    },
    location="string",
    metadata_store_id="string",
    project="string")
const google_nativeMetadataStoreResource = new google_native.aiplatform.v1beta1.MetadataStore("google-nativeMetadataStoreResource", {
    description: "string",
    encryptionSpec: {
        kmsKeyName: "string",
    },
    location: "string",
    metadataStoreId: "string",
    project: "string",
});
type: google-native:aiplatform/v1beta1:MetadataStore
properties:
    description: string
    encryptionSpec:
        kmsKeyName: string
    location: string
    metadataStoreId: string
    project: string
MetadataStore Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MetadataStore resource accepts the following input properties:
- Description string
- Description of the MetadataStore.
- EncryptionSpec Pulumi.Google Native. Aiplatform. V1Beta1. Inputs. Google Cloud Aiplatform V1beta1Encryption Spec 
- Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
- Location string
- MetadataStore stringId 
- The {metadatastore} portion of the resource name with the format: projects/{project}/locations/{location}/metadataStores/{metadatastore}If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are/a-z-/. Must be unique across all MetadataStores in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataStore.)
- Project string
- Description string
- Description of the MetadataStore.
- EncryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec Args 
- Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
- Location string
- MetadataStore stringId 
- The {metadatastore} portion of the resource name with the format: projects/{project}/locations/{location}/metadataStores/{metadatastore}If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are/a-z-/. Must be unique across all MetadataStores in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataStore.)
- Project string
- description String
- Description of the MetadataStore.
- encryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec 
- Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
- location String
- metadataStore StringId 
- The {metadatastore} portion of the resource name with the format: projects/{project}/locations/{location}/metadataStores/{metadatastore}If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are/a-z-/. Must be unique across all MetadataStores in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataStore.)
- project String
- description string
- Description of the MetadataStore.
- encryptionSpec GoogleCloud Aiplatform V1beta1Encryption Spec 
- Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
- location string
- metadataStore stringId 
- The {metadatastore} portion of the resource name with the format: projects/{project}/locations/{location}/metadataStores/{metadatastore}If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are/a-z-/. Must be unique across all MetadataStores in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataStore.)
- project string
- description str
- Description of the MetadataStore.
- encryption_spec GoogleCloud Aiplatform V1beta1Encryption Spec Args 
- Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
- location str
- metadata_store_ strid 
- The {metadatastore} portion of the resource name with the format: projects/{project}/locations/{location}/metadataStores/{metadatastore}If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are/a-z-/. Must be unique across all MetadataStores in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataStore.)
- project str
- description String
- Description of the MetadataStore.
- encryptionSpec Property Map
- Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
- location String
- metadataStore StringId 
- The {metadatastore} portion of the resource name with the format: projects/{project}/locations/{location}/metadataStores/{metadatastore}If not provided, the MetadataStore's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are/a-z-/. Must be unique across all MetadataStores in the parent Location. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting MetadataStore.)
- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the MetadataStore resource produces the following output properties:
- CreateTime string
- Timestamp when this MetadataStore was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the MetadataStore instance.
- State
Pulumi.Google Native. Aiplatform. V1Beta1. Outputs. Google Cloud Aiplatform V1beta1Metadata Store Metadata Store State Response 
- State information of the MetadataStore.
- UpdateTime string
- Timestamp when this MetadataStore was last updated.
- CreateTime string
- Timestamp when this MetadataStore was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the MetadataStore instance.
- State
GoogleCloud Aiplatform V1beta1Metadata Store Metadata Store State Response 
- State information of the MetadataStore.
- UpdateTime string
- Timestamp when this MetadataStore was last updated.
- createTime String
- Timestamp when this MetadataStore was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the MetadataStore instance.
- state
GoogleCloud Aiplatform V1beta1Metadata Store Metadata Store State Response 
- State information of the MetadataStore.
- updateTime String
- Timestamp when this MetadataStore was last updated.
- createTime string
- Timestamp when this MetadataStore was created.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The resource name of the MetadataStore instance.
- state
GoogleCloud Aiplatform V1beta1Metadata Store Metadata Store State Response 
- State information of the MetadataStore.
- updateTime string
- Timestamp when this MetadataStore was last updated.
- create_time str
- Timestamp when this MetadataStore was created.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The resource name of the MetadataStore instance.
- state
GoogleCloud Aiplatform V1beta1Metadata Store Metadata Store State Response 
- State information of the MetadataStore.
- update_time str
- Timestamp when this MetadataStore was last updated.
- createTime String
- Timestamp when this MetadataStore was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the MetadataStore instance.
- state Property Map
- State information of the MetadataStore.
- updateTime String
- Timestamp when this MetadataStore was last updated.
Supporting Types
GoogleCloudAiplatformV1beta1EncryptionSpec, GoogleCloudAiplatformV1beta1EncryptionSpecArgs          
- KmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- KmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey StringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kms_key_ strname 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey StringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
GoogleCloudAiplatformV1beta1EncryptionSpecResponse, GoogleCloudAiplatformV1beta1EncryptionSpecResponseArgs            
- KmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- KmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey StringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey stringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kms_key_ strname 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
- kmsKey StringName 
- The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponse, GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponseArgs                  
- DiskUtilization stringBytes 
- The disk utilization of the MetadataStore in bytes.
- DiskUtilization stringBytes 
- The disk utilization of the MetadataStore in bytes.
- diskUtilization StringBytes 
- The disk utilization of the MetadataStore in bytes.
- diskUtilization stringBytes 
- The disk utilization of the MetadataStore in bytes.
- disk_utilization_ strbytes 
- The disk utilization of the MetadataStore in bytes.
- diskUtilization StringBytes 
- The disk utilization of the MetadataStore in bytes.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.