Class CfnInstanceAccessControlAttributeConfiguration
Enables the attribute-based access control (ABAC) feature for the specified IAM Identity Center instance.
Inheritance
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SSO
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInstanceAccessControlAttributeConfiguration : CfnResource, IInspectable
Syntax (vb)
Public Class CfnInstanceAccessControlAttributeConfiguration
Inherits CfnResource
Implements IInspectable
Remarks
You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide .
The InstanceAccessControlAttributeConfiguration
property has been deprecated but is still supported for backwards compatibility purposes. We recommend that you use the AccessControlAttributes
property instead.
CloudformationResource: AWS::SSO::InstanceAccessControlAttributeConfiguration
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.SSO;
var cfnInstanceAccessControlAttributeConfiguration = new CfnInstanceAccessControlAttributeConfiguration(this, "MyCfnInstanceAccessControlAttributeConfiguration", new CfnInstanceAccessControlAttributeConfigurationProps {
InstanceArn = "instanceArn",
// the properties below are optional
AccessControlAttributes = new [] { new AccessControlAttributeProperty {
Key = "key",
Value = new AccessControlAttributeValueProperty {
Source = new [] { "source" }
}
} },
InstanceAccessControlAttributeConfiguration = new InstanceAccessControlAttributeConfigurationProperty {
AccessControlAttributes = new [] { new AccessControlAttributeProperty {
Key = "key",
Value = new AccessControlAttributeValueProperty {
Source = new [] { "source" }
}
} }
}
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Access |
Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Instance |
(deprecated) The InstanceAccessControlAttributeConfiguration property has been deprecated but is still supported for backwards compatibility purposes. |
Instance |
The ARN of the IAM Identity Center instance under which the operation will be executed. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnInstanceAccessControlAttributeConfiguration(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnInstanceAccessControlAttributeConfiguration(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnInstanceAccessControlAttributeConfiguration(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnInstanceAccessControlAttributeConfiguration(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnInstanceAccessControlAttributeConfiguration(Construct, String, ICfnInstanceAccessControlAttributeConfigurationProps)
public CfnInstanceAccessControlAttributeConfiguration(Construct scope, string id, ICfnInstanceAccessControlAttributeConfigurationProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Instance Access Control Attribute Configuration Props Resource properties.
Properties
AccessControlAttributes
Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.
public virtual object AccessControlAttributes { get; set; }
Property Value
System.
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
InstanceAccessControlAttributeConfiguration
(deprecated) The InstanceAccessControlAttributeConfiguration property has been deprecated but is still supported for backwards compatibility purposes.
public virtual object InstanceAccessControlAttributeConfiguration { get; set; }
Property Value
System.
Remarks
Stability: Deprecated
InstanceArn
The ARN of the IAM Identity Center instance under which the operation will be executed.
public virtual string InstanceArn { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.