Class PrincipalPermissionsReference
A reference to a PrincipalPermissions resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.LakeFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PrincipalPermissionsReference : IPrincipalPermissionsReference
Syntax (vb)
Public Class PrincipalPermissionsReference Implements IPrincipalPermissionsReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.LakeFormation;
var principalPermissionsReference = new PrincipalPermissionsReference {
PrincipalIdentifier = "principalIdentifier",
ResourceIdentifier = "resourceIdentifier"
};
Synopsis
Constructors
| PrincipalPermissionsReference() | A reference to a PrincipalPermissions resource. |
Properties
| PrincipalIdentifier | The PrincipalIdentifier of the PrincipalPermissions resource. |
| ResourceIdentifier | The ResourceIdentifier of the PrincipalPermissions resource. |
Constructors
PrincipalPermissionsReference()
A reference to a PrincipalPermissions resource.
public PrincipalPermissionsReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.LakeFormation;
var principalPermissionsReference = new PrincipalPermissionsReference {
PrincipalIdentifier = "principalIdentifier",
ResourceIdentifier = "resourceIdentifier"
};
Properties
PrincipalIdentifier
The PrincipalIdentifier of the PrincipalPermissions resource.
public string PrincipalIdentifier { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
ResourceIdentifier
The ResourceIdentifier of the PrincipalPermissions resource.
public string ResourceIdentifier { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated