1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. quicksight
  5. getFolder

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.quicksight.getFolder

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Definition of the AWS::QuickSight::Folder Resource Type.

    Using getFolder

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFolder(args: GetFolderArgs, opts?: InvokeOptions): Promise<GetFolderResult>
    function getFolderOutput(args: GetFolderOutputArgs, opts?: InvokeOptions): Output<GetFolderResult>
    def get_folder(aws_account_id: Optional[str] = None,
                   folder_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetFolderResult
    def get_folder_output(aws_account_id: Optional[pulumi.Input[str]] = None,
                   folder_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetFolderResult]
    func LookupFolder(ctx *Context, args *LookupFolderArgs, opts ...InvokeOption) (*LookupFolderResult, error)
    func LookupFolderOutput(ctx *Context, args *LookupFolderOutputArgs, opts ...InvokeOption) LookupFolderResultOutput

    > Note: This function is named LookupFolder in the Go SDK.

    public static class GetFolder 
    {
        public static Task<GetFolderResult> InvokeAsync(GetFolderArgs args, InvokeOptions? opts = null)
        public static Output<GetFolderResult> Invoke(GetFolderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFolderResult> getFolder(GetFolderArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:quicksight:getFolder
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AwsAccountId string
    The ID for the AWS account where you want to create the folder.
    FolderId string
    The ID of the folder.
    AwsAccountId string
    The ID for the AWS account where you want to create the folder.
    FolderId string
    The ID of the folder.
    awsAccountId String
    The ID for the AWS account where you want to create the folder.
    folderId String
    The ID of the folder.
    awsAccountId string
    The ID for the AWS account where you want to create the folder.
    folderId string
    The ID of the folder.
    aws_account_id str
    The ID for the AWS account where you want to create the folder.
    folder_id str
    The ID of the folder.
    awsAccountId String
    The ID for the AWS account where you want to create the folder.
    folderId String
    The ID of the folder.

    getFolder Result

    The following output properties are available:

    Arn string
    CreatedTime string
    LastUpdatedTime string
    Name string
    A display name for the folder.
    Permissions List<Pulumi.AwsNative.QuickSight.Outputs.FolderResourcePermission>

    A structure that describes the principals and the resource-level permissions of a folder.

    To specify no permissions, omit Permissions .

    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags for the folders that you want to apply overrides to.
    Arn string
    CreatedTime string
    LastUpdatedTime string
    Name string
    A display name for the folder.
    Permissions []FolderResourcePermission

    A structure that describes the principals and the resource-level permissions of a folder.

    To specify no permissions, omit Permissions .

    Tags Tag
    A list of tags for the folders that you want to apply overrides to.
    arn String
    createdTime String
    lastUpdatedTime String
    name String
    A display name for the folder.
    permissions List<FolderResourcePermission>

    A structure that describes the principals and the resource-level permissions of a folder.

    To specify no permissions, omit Permissions .

    tags List<Tag>
    A list of tags for the folders that you want to apply overrides to.
    arn string
    createdTime string
    lastUpdatedTime string
    name string
    A display name for the folder.
    permissions FolderResourcePermission[]

    A structure that describes the principals and the resource-level permissions of a folder.

    To specify no permissions, omit Permissions .

    tags Tag[]
    A list of tags for the folders that you want to apply overrides to.
    arn str
    created_time str
    last_updated_time str
    name str
    A display name for the folder.
    permissions Sequence[FolderResourcePermission]

    A structure that describes the principals and the resource-level permissions of a folder.

    To specify no permissions, omit Permissions .

    tags Sequence[root_Tag]
    A list of tags for the folders that you want to apply overrides to.
    arn String
    createdTime String
    lastUpdatedTime String
    name String
    A display name for the folder.
    permissions List<Property Map>

    A structure that describes the principals and the resource-level permissions of a folder.

    To specify no permissions, omit Permissions .

    tags List<Property Map>
    A list of tags for the folders that you want to apply overrides to.

    Supporting Types

    FolderResourcePermission

    Actions List<string>
    Principal string
    Actions []string
    Principal string
    actions List<String>
    principal String
    actions string[]
    principal string
    actions Sequence[str]
    principal str
    actions List<String>
    principal String

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi