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 string
- The unique name of the resource.
- args PermissionArgs
- 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 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 string
- The unique name of the resource.
- args PermissionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PermissionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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 List<string>
- The list of Amazon Q Business actions that the ISV is allowed to perform.
- Application
Id string - The unique identifier of the Amazon Q Business application.
- Principal string
- Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- Statement
Id string - A unique identifier for the policy statement.
- Actions []string
- The list of Amazon Q Business actions that the ISV is allowed to perform.
- Application
Id string - The unique identifier of the Amazon Q Business application.
- Principal string
- Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- Statement
Id string - A unique identifier for the policy statement.
- actions List<String>
- The list of Amazon Q Business actions that the ISV is allowed to perform.
- application
Id String - The unique identifier of the Amazon Q Business application.
- principal String
- Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement
Id String - A unique identifier for the policy statement.
- actions string[]
- The list of Amazon Q Business actions that the ISV is allowed to perform.
- application
Id string - The unique identifier of the Amazon Q Business application.
- principal string
- Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement
Id string - A unique identifier for the policy statement.
- actions Sequence[str]
- The list of Amazon Q Business actions that the ISV is allowed to perform.
- application_
id str - The unique identifier of the Amazon Q Business application.
- principal str
- Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement_
id str - A unique identifier for the policy statement.
- actions List<String>
- The list of Amazon Q Business actions that the ISV is allowed to perform.
- application
Id String - The unique identifier of the Amazon Q Business application.
- principal String
- Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
- statement
Id 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.