Show / Hide Table of Contents

Interface IUserPolicyReference

A reference to a UserPolicy resource.

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

            var userPolicyReference = new UserPolicyReference {
                PolicyName = "policyName",
                UserName = "userName"
            };

Synopsis

Properties

PolicyName

The PolicyName of the UserPolicy resource.

UserName

The UserName of the UserPolicy resource.

Properties

PolicyName

The PolicyName of the UserPolicy resource.

string PolicyName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

UserName

The UserName of the UserPolicy resource.

string UserName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX