Show / Hide Table of Contents

Interface IGrantOnKeyResult

Result of a call to grantOnKey().

Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGrantOnKeyResult
Syntax (vb)
Public Interface IGrantOnKeyResult
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.AWS.IAM;

            Grant grant;

            var grantOnKeyResult = new GrantOnKeyResult {
                Grant = grant
            };

Synopsis

Properties

Grant

The Grant object, if a grant was created.

Properties

Grant

The Grant object, if a grant was created.

Grant? Grant { get; }
Property Value

Grant

Remarks

Default: No grant

Back to top Generated by DocFX