aiven.KafkaSchemaRegistryAcl
Explore with Pulumi AI
The Resource Kafka Schema Registry ACL resource allows the creation and management of Schema Registry ACLs for an Aiven Kafka service.
Create KafkaSchemaRegistryAcl Resource
new KafkaSchemaRegistryAcl(name: string, args: KafkaSchemaRegistryAclArgs, opts?: CustomResourceOptions);
@overload
def KafkaSchemaRegistryAcl(resource_name: str,
opts: Optional[ResourceOptions] = None,
permission: Optional[str] = None,
project: Optional[str] = None,
resource: Optional[str] = None,
service_name: Optional[str] = None,
username: Optional[str] = None)
@overload
def KafkaSchemaRegistryAcl(resource_name: str,
args: KafkaSchemaRegistryAclArgs,
opts: Optional[ResourceOptions] = None)
func NewKafkaSchemaRegistryAcl(ctx *Context, name string, args KafkaSchemaRegistryAclArgs, opts ...ResourceOption) (*KafkaSchemaRegistryAcl, error)
public KafkaSchemaRegistryAcl(string name, KafkaSchemaRegistryAclArgs args, CustomResourceOptions? opts = null)
public KafkaSchemaRegistryAcl(String name, KafkaSchemaRegistryAclArgs args)
public KafkaSchemaRegistryAcl(String name, KafkaSchemaRegistryAclArgs args, CustomResourceOptions options)
type: aiven:KafkaSchemaRegistryAcl
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KafkaSchemaRegistryAclArgs
- 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 KafkaSchemaRegistryAclArgs
- 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 KafkaSchemaRegistryAclArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KafkaSchemaRegistryAclArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KafkaSchemaRegistryAclArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
KafkaSchemaRegistryAcl 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 KafkaSchemaRegistryAcl resource accepts the following input properties:
- Permission string
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Resource string
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Username string
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- Permission string
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Resource string
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Username string
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- permission String
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource String
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username String
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- permission string
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource string
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username string
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- permission str
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project str
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource str
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service_
name str Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username str
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- permission String
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource String
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username String
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the KafkaSchemaRegistryAcl resource produces the following output properties:
Look up Existing KafkaSchemaRegistryAcl Resource
Get an existing KafkaSchemaRegistryAcl 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?: KafkaSchemaRegistryAclState, opts?: CustomResourceOptions): KafkaSchemaRegistryAcl
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
acl_id: Optional[str] = None,
permission: Optional[str] = None,
project: Optional[str] = None,
resource: Optional[str] = None,
service_name: Optional[str] = None,
username: Optional[str] = None) -> KafkaSchemaRegistryAcl
func GetKafkaSchemaRegistryAcl(ctx *Context, name string, id IDInput, state *KafkaSchemaRegistryAclState, opts ...ResourceOption) (*KafkaSchemaRegistryAcl, error)
public static KafkaSchemaRegistryAcl Get(string name, Input<string> id, KafkaSchemaRegistryAclState? state, CustomResourceOptions? opts = null)
public static KafkaSchemaRegistryAcl get(String name, Output<String> id, KafkaSchemaRegistryAclState 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.
- Acl
Id string Kafka Schema Registry ACL ID
- Permission string
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Resource string
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Username string
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- Acl
Id string Kafka Schema Registry ACL ID
- Permission string
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- Project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Resource string
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- Service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- Username string
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- acl
Id String Kafka Schema Registry ACL ID
- permission String
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource String
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username String
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- acl
Id string Kafka Schema Registry ACL ID
- permission string
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project string
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource string
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service
Name string Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username string
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- acl_
id str Kafka Schema Registry ACL ID
- permission str
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project str
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource str
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service_
name str Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username str
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- acl
Id String Kafka Schema Registry ACL ID
- permission String
Kafka Schema Registry permission to grant. The possible values are
schema_registry_read
andschema_registry_write
. This property cannot be changed, doing so forces recreation of the resource.- project String
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- resource String
Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
- service
Name String Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
- username String
Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aiven
Terraform Provider.