Show / Hide Table of Contents

Interface IRolePolicyReference

A reference to a RolePolicy resource.

Namespace: Amazon.CDK.Interfaces.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRolePolicyReference
Syntax (vb)
Public Interface IRolePolicyReference
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 rolePolicyReference = new RolePolicyReference {
                PolicyName = "policyName",
                RoleName = "roleName"
            };

Synopsis

Properties

PolicyName

The PolicyName of the RolePolicy resource.

RoleName

The RoleName of the RolePolicy resource.

Properties

PolicyName

The PolicyName of the RolePolicy resource.

string PolicyName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

RoleName

The RoleName of the RolePolicy resource.

string RoleName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX