1. Packages
  2. AWS Native
  3. API Docs
  4. omics
  5. ReferenceStore

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.omics.ReferenceStore

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Definition of AWS::Omics::ReferenceStore Resource Type

    Create ReferenceStore Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ReferenceStore(name: string, args?: ReferenceStoreArgs, opts?: CustomResourceOptions);
    @overload
    def ReferenceStore(resource_name: str,
                       args: Optional[ReferenceStoreArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ReferenceStore(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       description: Optional[str] = None,
                       name: Optional[str] = None,
                       sse_config: Optional[ReferenceStoreSseConfigArgs] = None,
                       tags: Optional[Mapping[str, str]] = None)
    func NewReferenceStore(ctx *Context, name string, args *ReferenceStoreArgs, opts ...ResourceOption) (*ReferenceStore, error)
    public ReferenceStore(string name, ReferenceStoreArgs? args = null, CustomResourceOptions? opts = null)
    public ReferenceStore(String name, ReferenceStoreArgs args)
    public ReferenceStore(String name, ReferenceStoreArgs args, CustomResourceOptions options)
    
    type: aws-native:omics:ReferenceStore
    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 ReferenceStoreArgs
    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 ReferenceStoreArgs
    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 ReferenceStoreArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ReferenceStoreArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ReferenceStoreArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ReferenceStore Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ReferenceStore resource accepts the following input properties:

    Description string
    A description for the store.
    Name string
    A name for the store.
    SseConfig Pulumi.AwsNative.Omics.Inputs.ReferenceStoreSseConfig
    Server-side encryption (SSE) settings for the store.
    Tags Dictionary<string, string>
    Tags for the store.
    Description string
    A description for the store.
    Name string
    A name for the store.
    SseConfig ReferenceStoreSseConfigArgs
    Server-side encryption (SSE) settings for the store.
    Tags map[string]string
    Tags for the store.
    description String
    A description for the store.
    name String
    A name for the store.
    sseConfig ReferenceStoreSseConfig
    Server-side encryption (SSE) settings for the store.
    tags Map<String,String>
    Tags for the store.
    description string
    A description for the store.
    name string
    A name for the store.
    sseConfig ReferenceStoreSseConfig
    Server-side encryption (SSE) settings for the store.
    tags {[key: string]: string}
    Tags for the store.
    description str
    A description for the store.
    name str
    A name for the store.
    sse_config ReferenceStoreSseConfigArgs
    Server-side encryption (SSE) settings for the store.
    tags Mapping[str, str]
    Tags for the store.
    description String
    A description for the store.
    name String
    A name for the store.
    sseConfig Property Map
    Server-side encryption (SSE) settings for the store.
    tags Map<String>
    Tags for the store.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ReferenceStore resource produces the following output properties:

    Arn string
    The store's ARN.
    CreationTime string
    When the store was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    ReferenceStoreId string
    The store's ID.
    Arn string
    The store's ARN.
    CreationTime string
    When the store was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    ReferenceStoreId string
    The store's ID.
    arn String
    The store's ARN.
    creationTime String
    When the store was created.
    id String
    The provider-assigned unique ID for this managed resource.
    referenceStoreId String
    The store's ID.
    arn string
    The store's ARN.
    creationTime string
    When the store was created.
    id string
    The provider-assigned unique ID for this managed resource.
    referenceStoreId string
    The store's ID.
    arn str
    The store's ARN.
    creation_time str
    When the store was created.
    id str
    The provider-assigned unique ID for this managed resource.
    reference_store_id str
    The store's ID.
    arn String
    The store's ARN.
    creationTime String
    When the store was created.
    id String
    The provider-assigned unique ID for this managed resource.
    referenceStoreId String
    The store's ID.

    Supporting Types

    ReferenceStoreEncryptionType, ReferenceStoreEncryptionTypeArgs

    Kms
    KMS
    ReferenceStoreEncryptionTypeKms
    KMS
    Kms
    KMS
    Kms
    KMS
    KMS
    KMS
    "KMS"
    KMS

    ReferenceStoreSseConfig, ReferenceStoreSseConfigArgs

    Type Pulumi.AwsNative.Omics.ReferenceStoreEncryptionType
    The encryption type.
    KeyArn string
    An encryption key ARN.
    Type ReferenceStoreEncryptionType
    The encryption type.
    KeyArn string
    An encryption key ARN.
    type ReferenceStoreEncryptionType
    The encryption type.
    keyArn String
    An encryption key ARN.
    type ReferenceStoreEncryptionType
    The encryption type.
    keyArn string
    An encryption key ARN.
    type ReferenceStoreEncryptionType
    The encryption type.
    key_arn str
    An encryption key ARN.
    type "KMS"
    The encryption type.
    keyArn String
    An encryption key ARN.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi