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.

Policy statement applied to the application.

Inheritance Hierarchy

System.Object
  Amazon.ServerlessApplicationRepository.Model.ApplicationPolicyStatement

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

Syntax

C#
public class ApplicationPolicyStatement

The ApplicationPolicyStatement type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Actions System.Collections.Generic.List<System.String>

Gets and sets the property Actions.

For the list of actions supported for this operation, see Application Permissions.

Public Property PrincipalOrgIDs System.Collections.Generic.List<System.String>

Gets and sets the property PrincipalOrgIDs.

An array of PrinciplalOrgIDs, which corresponds to AWS IAM aws:PrincipalOrgID global condition key.

Public Property Principals System.Collections.Generic.List<System.String>

Gets and sets the property Principals.

An array of AWS account IDs, or * to make the application public.

Public Property StatementId System.String

Gets and sets the property StatementId.

A unique ID for the statement.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5