Show / Hide Table of Contents

Class PrincipalPermissionsReference

A reference to a PrincipalPermissions resource.

Inheritance
object
PrincipalPermissionsReference
Implements
IPrincipalPermissionsReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

ResourceIdentifier

The ResourceIdentifier of the PrincipalPermissions resource.

public string ResourceIdentifier { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPrincipalPermissionsReference
Back to top Generated by DocFX