1. Packages
  2. Confluent Cloud
  3. API Docs
  4. SubjectConfig
Confluent v1.26.0 published on Thursday, Sep 28, 2023 by Pulumi

confluentcloud.SubjectConfig

Explore with Pulumi AI

confluentcloud logo
Confluent v1.26.0 published on Thursday, Sep 28, 2023 by Pulumi

    Import

    You can import a Subject Config by using the Schema Registry cluster ID, Subject name in the format <Schema Registry cluster ID>/<Subject name>, for example$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>" $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>" $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"

     $ pulumi import confluentcloud:index/subjectConfig:SubjectConfig example lsrc-abc123/test-subject
    

    !> Warning: Do not forget to delete terminal command history afterwards for security purposes.

    Create SubjectConfig Resource

    new SubjectConfig(name: string, args: SubjectConfigArgs, opts?: CustomResourceOptions);
    @overload
    def SubjectConfig(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      compatibility_level: Optional[str] = None,
                      credentials: Optional[SubjectConfigCredentialsArgs] = None,
                      rest_endpoint: Optional[str] = None,
                      schema_registry_cluster: Optional[SubjectConfigSchemaRegistryClusterArgs] = None,
                      subject_name: Optional[str] = None)
    @overload
    def SubjectConfig(resource_name: str,
                      args: SubjectConfigArgs,
                      opts: Optional[ResourceOptions] = None)
    func NewSubjectConfig(ctx *Context, name string, args SubjectConfigArgs, opts ...ResourceOption) (*SubjectConfig, error)
    public SubjectConfig(string name, SubjectConfigArgs args, CustomResourceOptions? opts = null)
    public SubjectConfig(String name, SubjectConfigArgs args)
    public SubjectConfig(String name, SubjectConfigArgs args, CustomResourceOptions options)
    
    type: confluentcloud:SubjectConfig
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args SubjectConfigArgs
    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 SubjectConfigArgs
    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 SubjectConfigArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SubjectConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SubjectConfigArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SubjectConfig 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 SubjectConfig resource accepts the following input properties:

    SubjectName string

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    CompatibilityLevel string

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    Credentials Pulumi.ConfluentCloud.Inputs.SubjectConfigCredentials

    The Cluster API Credentials.

    RestEndpoint string

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    SchemaRegistryCluster Pulumi.ConfluentCloud.Inputs.SubjectConfigSchemaRegistryCluster
    SubjectName string

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    CompatibilityLevel string

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    Credentials SubjectConfigCredentialsArgs

    The Cluster API Credentials.

    RestEndpoint string

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    SchemaRegistryCluster SubjectConfigSchemaRegistryClusterArgs
    subjectName String

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibilityLevel String

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials SubjectConfigCredentials

    The Cluster API Credentials.

    restEndpoint String

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schemaRegistryCluster SubjectConfigSchemaRegistryCluster
    subjectName string

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibilityLevel string

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials SubjectConfigCredentials

    The Cluster API Credentials.

    restEndpoint string

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schemaRegistryCluster SubjectConfigSchemaRegistryCluster
    subject_name str

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibility_level str

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials SubjectConfigCredentialsArgs

    The Cluster API Credentials.

    rest_endpoint str

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schema_registry_cluster SubjectConfigSchemaRegistryClusterArgs
    subjectName String

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibilityLevel String

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials Property Map

    The Cluster API Credentials.

    restEndpoint String

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schemaRegistryCluster Property Map

    Outputs

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

    Id string

    The provider-assigned unique ID for this managed resource.

    Id string

    The provider-assigned unique ID for this managed resource.

    id String

    The provider-assigned unique ID for this managed resource.

    id string

    The provider-assigned unique ID for this managed resource.

    id str

    The provider-assigned unique ID for this managed resource.

    id String

    The provider-assigned unique ID for this managed resource.

    Look up Existing SubjectConfig Resource

    Get an existing SubjectConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: SubjectConfigState, opts?: CustomResourceOptions): SubjectConfig
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            compatibility_level: Optional[str] = None,
            credentials: Optional[SubjectConfigCredentialsArgs] = None,
            rest_endpoint: Optional[str] = None,
            schema_registry_cluster: Optional[SubjectConfigSchemaRegistryClusterArgs] = None,
            subject_name: Optional[str] = None) -> SubjectConfig
    func GetSubjectConfig(ctx *Context, name string, id IDInput, state *SubjectConfigState, opts ...ResourceOption) (*SubjectConfig, error)
    public static SubjectConfig Get(string name, Input<string> id, SubjectConfigState? state, CustomResourceOptions? opts = null)
    public static SubjectConfig get(String name, Output<String> id, SubjectConfigState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CompatibilityLevel string

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    Credentials Pulumi.ConfluentCloud.Inputs.SubjectConfigCredentials

    The Cluster API Credentials.

    RestEndpoint string

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    SchemaRegistryCluster Pulumi.ConfluentCloud.Inputs.SubjectConfigSchemaRegistryCluster
    SubjectName string

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    CompatibilityLevel string

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    Credentials SubjectConfigCredentialsArgs

    The Cluster API Credentials.

    RestEndpoint string

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    SchemaRegistryCluster SubjectConfigSchemaRegistryClusterArgs
    SubjectName string

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibilityLevel String

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials SubjectConfigCredentials

    The Cluster API Credentials.

    restEndpoint String

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schemaRegistryCluster SubjectConfigSchemaRegistryCluster
    subjectName String

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibilityLevel string

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials SubjectConfigCredentials

    The Cluster API Credentials.

    restEndpoint string

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schemaRegistryCluster SubjectConfigSchemaRegistryCluster
    subjectName string

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibility_level str

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials SubjectConfigCredentialsArgs

    The Cluster API Credentials.

    rest_endpoint str

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schema_registry_cluster SubjectConfigSchemaRegistryClusterArgs
    subject_name str

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    compatibilityLevel String

    The Compatibility Level of the specified subject. Accepted values are: BACKWARD, BACKWARD_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, FULL, FULL_TRANSITIVE, and NONE. See the Compatibility Types for more details.

    credentials Property Map

    The Cluster API Credentials.

    restEndpoint String

    The REST endpoint of the Schema Registry cluster, for example, https://psrc-00000.us-central1.gcp.confluent.cloud:443).

    schemaRegistryCluster Property Map
    subjectName String

    The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, test-subject.

    Supporting Types

    SubjectConfigCredentials, SubjectConfigCredentialsArgs

    Key string

    The Schema Registry API Key.

    Secret string
    Key string

    The Schema Registry API Key.

    Secret string
    key String

    The Schema Registry API Key.

    secret String
    key string

    The Schema Registry API Key.

    secret string
    key str

    The Schema Registry API Key.

    secret str
    key String

    The Schema Registry API Key.

    secret String

    SubjectConfigSchemaRegistryCluster, SubjectConfigSchemaRegistryClusterArgs

    Id string

    The ID of the Schema Registry cluster, for example, lsrc-abc123.

    Id string

    The ID of the Schema Registry cluster, for example, lsrc-abc123.

    id String

    The ID of the Schema Registry cluster, for example, lsrc-abc123.

    id string

    The ID of the Schema Registry cluster, for example, lsrc-abc123.

    id str

    The ID of the Schema Registry cluster, for example, lsrc-abc123.

    id String

    The ID of the Schema Registry cluster, for example, lsrc-abc123.

    Package Details

    Repository
    Confluent Cloud pulumi/pulumi-confluentcloud
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the confluent Terraform Provider.

    confluentcloud logo
    Confluent v1.26.0 published on Thursday, Sep 28, 2023 by Pulumi