Class CfnPolicyStoreAliasProps
Properties for defining a CfnPolicyStoreAlias.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.VerifiedPermissions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicyStoreAliasProps : ICfnPolicyStoreAliasProps
Syntax (vb)
Public Class CfnPolicyStoreAliasProps Implements ICfnPolicyStoreAliasProps
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.AWS.VerifiedPermissions;
var cfnPolicyStoreAliasProps = new CfnPolicyStoreAliasProps {
AliasName = "aliasName",
PolicyStoreId = "policyStoreId"
};
Synopsis
Constructors
| CfnPolicyStoreAliasProps() | Properties for defining a |
Properties
| AliasName | Properties for defining a |
| PolicyStoreId | Properties for defining a |
Constructors
CfnPolicyStoreAliasProps()
Properties for defining a CfnPolicyStoreAlias.
public CfnPolicyStoreAliasProps()
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.AWS.VerifiedPermissions;
var cfnPolicyStoreAliasProps = new CfnPolicyStoreAliasProps {
AliasName = "aliasName",
PolicyStoreId = "policyStoreId"
};
Properties
AliasName
Properties for defining a CfnPolicyStoreAlias.
public string AliasName { get; set; }
Property Value
Remarks
PolicyStoreId
Properties for defining a CfnPolicyStoreAlias.
public string PolicyStoreId { get; set; }