Class PolicyDescriptorType
- Namespace
- Amazon.SecurityToken.Model
- Assembly
- AWSSDK.SecurityToken.dll
A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user session.
public class PolicyDescriptorType
- Inheritance
-
PolicyDescriptorType
- Inherited Members
Constructors
PolicyDescriptorType()
public PolicyDescriptorType()
Properties
Arn
Gets and sets the property Arn.
The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public string Arn { get; set; }