Show / Hide Table of Contents

Class CfnPolicyStoreAliasProps

Properties for defining a CfnPolicyStoreAlias.

Inheritance
object
CfnPolicyStoreAliasProps
Implements
ICfnPolicyStoreAliasProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.VerifiedPermissions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicyStoreAliasProps : ICfnPolicyStoreAliasProps
Syntax (vb)
Public Class CfnPolicyStoreAliasProps Implements ICfnPolicyStoreAliasProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystorealias.html

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.AWS.VerifiedPermissions;

             var cfnPolicyStoreAliasProps = new CfnPolicyStoreAliasProps {
                 AliasName = "aliasName",
                 PolicyStoreId = "policyStoreId"
             };

Synopsis

Constructors

CfnPolicyStoreAliasProps()

Properties for defining a CfnPolicyStoreAlias.

Properties

AliasName

Properties for defining a CfnPolicyStoreAlias.

PolicyStoreId

Properties for defining a CfnPolicyStoreAlias.

Constructors

CfnPolicyStoreAliasProps()

Properties for defining a CfnPolicyStoreAlias.

public CfnPolicyStoreAliasProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystorealias.html

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.AWS.VerifiedPermissions;

             var cfnPolicyStoreAliasProps = new CfnPolicyStoreAliasProps {
                 AliasName = "aliasName",
                 PolicyStoreId = "policyStoreId"
             };

Properties

AliasName

Properties for defining a CfnPolicyStoreAlias.

public string AliasName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystorealias.html#cfn-verifiedpermissions-policystorealias-aliasname

PolicyStoreId

Properties for defining a CfnPolicyStoreAlias.

public string PolicyStoreId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystorealias.html#cfn-verifiedpermissions-policystorealias-policystoreid

Implements

ICfnPolicyStoreAliasProps
Back to top Generated by DocFX