We recommend new projects start with resources from the AWS provider.
aws-native.qbusiness.Permission
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::QBusiness::Permission Resource Type
Create Permission Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Permission(name: string, args: PermissionArgs, opts?: CustomResourceOptions);
@overload
def Permission(resource_name: str,
args: PermissionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Permission(resource_name: str,
opts: Optional[ResourceOptions] = None,
actions: Optional[Sequence[str]] = None,
application_id: Optional[str] = None,
principal: Optional[str] = None,
statement_id: Optional[str] = None)
func NewPermission(ctx *Context, name string, args PermissionArgs, opts ...ResourceOption) (*Permission, error)
public Permission(string name, PermissionArgs args, CustomResourceOptions? opts = null)
public Permission(String name, PermissionArgs args)
public Permission(String name, PermissionArgs args, CustomResourceOptions options)
type: aws-native:qbusiness:Permission
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PermissionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. PermissionArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PermissionArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PermissionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. PermissionArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Permission 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 Permission resource accepts the following input properties:
- Actions
This property is required. List<string> - The list of Amazon Q Business actions that the ISV is allowed to perform.
- Application
Id This property is required. string - The unique identifier of the Amazon Q Business application.
- Principal
This property is required. string - Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- Statement
Id This property is required. string - A unique identifier for the policy statement.
- Actions
This property is required. []string - The list of Amazon Q Business actions that the ISV is allowed to perform.
- Application
Id This property is required. string - The unique identifier of the Amazon Q Business application.
- Principal
This property is required. string - Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- Statement
Id This property is required. string - A unique identifier for the policy statement.
- actions
This property is required. List<String> - The list of Amazon Q Business actions that the ISV is allowed to perform.
- application
Id This property is required. String - The unique identifier of the Amazon Q Business application.
- principal
This property is required. String - Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement
Id This property is required. String - A unique identifier for the policy statement.
- actions
This property is required. string[] - The list of Amazon Q Business actions that the ISV is allowed to perform.
- application
Id This property is required. string - The unique identifier of the Amazon Q Business application.
- principal
This property is required. string - Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement
Id This property is required. string - A unique identifier for the policy statement.
- actions
This property is required. Sequence[str] - The list of Amazon Q Business actions that the ISV is allowed to perform.
- application_
id This property is required. str - The unique identifier of the Amazon Q Business application.
- principal
This property is required. str - Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement_
id This property is required. str - A unique identifier for the policy statement.
- actions
This property is required. List<String> - The list of Amazon Q Business actions that the ISV is allowed to perform.
- application
Id This property is required. String - The unique identifier of the Amazon Q Business application.
- principal
This property is required. String - Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement
Id This property is required. String - A unique identifier for the policy statement.
Outputs
All input properties are implicitly available as output properties. Additionally, the Permission 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.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.