Class IdentityPoolPrincipalTagReference
A reference to a IdentityPoolPrincipalTag resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IdentityPoolPrincipalTagReference : IIdentityPoolPrincipalTagReference
Syntax (vb)
Public Class IdentityPoolPrincipalTagReference Implements IIdentityPoolPrincipalTagReference
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.Cognito;
var identityPoolPrincipalTagReference = new IdentityPoolPrincipalTagReference {
IdentityPoolId = "identityPoolId",
IdentityProviderName = "identityProviderName"
};
Synopsis
Constructors
| IdentityPoolPrincipalTagReference() | A reference to a IdentityPoolPrincipalTag resource. |
Properties
| IdentityPoolId | The IdentityPoolId of the IdentityPoolPrincipalTag resource. |
| IdentityProviderName | The IdentityProviderName of the IdentityPoolPrincipalTag resource. |
Constructors
IdentityPoolPrincipalTagReference()
A reference to a IdentityPoolPrincipalTag resource.
public IdentityPoolPrincipalTagReference()
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.Cognito;
var identityPoolPrincipalTagReference = new IdentityPoolPrincipalTagReference {
IdentityPoolId = "identityPoolId",
IdentityProviderName = "identityProviderName"
};
Properties
IdentityPoolId
The IdentityPoolId of the IdentityPoolPrincipalTag resource.
public string IdentityPoolId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
IdentityProviderName
The IdentityProviderName of the IdentityPoolPrincipalTag resource.
public string IdentityProviderName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated