Add-VSLakeFormationPermissionsResource
Add-VSLakeFormationPermissionsResource
SYNOPSIS
Adds an AWS::LakeFormation::Permissions.Resource resource property to the template. A structure for the resource.
SYNTAX
Add-VSLakeFormationPermissionsResource [[-TableResource] <Object>] [[-DatabaseResource] <Object>]
[[-DataLocationResource] <Object>] [[-TableWithColumnsResource] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::LakeFormation::Permissions.Resource resource property to the template. A structure for the resource.
PARAMETERS
-TableResource
A structure for the table object. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
Type: TableResource Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-resource.html#cfn-lakeformation-permissions-resource-tableresource UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DatabaseResource
A structure for the database object.
Type: DatabaseResource Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-resource.html#cfn-lakeformation-permissions-resource-databaseresource UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DataLocationResource
Currently not supported by AWS CloudFormation.
Type: DataLocationResource Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-resource.html#cfn-lakeformation-permissions-resource-datalocationresource UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TableWithColumnsResource
Currently not supported by AWS CloudFormation.
Type: TableWithColumnsResource Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-resource.html#cfn-lakeformation-permissions-resource-tablewithcolumnsresource UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.