AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about an RAM permission.

Inheritance Hierarchy

System.Object
  Amazon.RAM.Model.ResourceSharePermissionSummary

Namespace: Amazon.RAM.Model
Assembly: AWSSDK.RAM.dll
Version: 3.x.y.z

Syntax

C#
public class ResourceSharePermissionSummary

The ResourceSharePermissionSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the permission you want information about.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The date and time when the permission was created.

Public Property DefaultVersion System.Boolean

Gets and sets the property DefaultVersion.

Specifies whether the version of the managed permission used by this resource share is the default version for this managed permission.

Public Property FeatureSet Amazon.RAM.PermissionFeatureSet

Gets and sets the property FeatureSet.

Indicates what features are available for this resource share. This parameter can have one of the following values:

  • STANDARD – A resource share that supports all functionality. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs. This resource share might have been created by RAM, or it might have been CREATED_FROM_POLICY and then promoted.

  • CREATED_FROM_POLICY – The customer manually shared a resource by attaching a resource-based policy. That policy did not match any existing managed permissions, so RAM created this customer managed permission automatically on the customer's behalf based on the attached policy document. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy.

  • PROMOTING_TO_STANDARD – This resource share was originally CREATED_FROM_POLICY, but the customer ran the PromoteResourceShareCreatedFromPolicy and that operation is still in progress. This value changes to STANDARD when complete.

Public Property IsResourceTypeDefault System.Boolean

Gets and sets the property IsResourceTypeDefault.

Specifies whether the managed permission associated with this resource share is the default managed permission for all resources of this resource type.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The date and time when the permission was last updated.

Public Property Name System.String

Gets and sets the property Name.

The name of this managed permission.

Public Property PermissionType Amazon.RAM.PermissionType

Gets and sets the property PermissionType.

The type of managed permission. This can be one of the following values:

  • AWS_MANAGED – Amazon Web Services created and manages this managed permission. You can associate it with your resource shares, but you can't modify it.

  • CUSTOMER_MANAGED – You, or another principal in your account created this managed permission. You can associate it with your resource shares and create new versions that have different permissions.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The type of resource to which this permission applies. This takes the form of: service-code:resource-code, and is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the string ec2:subnet.

Public Property Status System.String

Gets and sets the property Status.

The current status of the permission.

Public Property Tags System.Collections.Generic.List<Amazon.RAM.Model.Tag>

Gets and sets the property Tags.

A list of the tag key value pairs currently attached to the permission.

Public Property Version System.String

Gets and sets the property Version.

The version of the permission associated with this resource share.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5