Show / Hide Table of Contents

Class CfnSubscriberPropsMixin.SubscriberIdentityProperty

Specify the AWS account ID and external ID that the subscriber will use to access source data.

Inheritance
object
CfnSubscriberPropsMixin.SubscriberIdentityProperty
Implements
CfnSubscriberPropsMixin.ISubscriberIdentityProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SecurityLake.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSubscriberPropsMixin.SubscriberIdentityProperty : CfnSubscriberPropsMixin.ISubscriberIdentityProperty
Syntax (vb)
Public Class CfnSubscriberPropsMixin.SubscriberIdentityProperty Implements CfnSubscriberPropsMixin.ISubscriberIdentityProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-subscriberidentity.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.Mixins.Preview.AWS.SecurityLake.Mixins;

             var subscriberIdentityProperty = new SubscriberIdentityProperty {
                 ExternalId = "externalId",
                 Principal = "principal"
             };

Synopsis

Constructors

SubscriberIdentityProperty()

Specify the AWS account ID and external ID that the subscriber will use to access source data.

Properties

ExternalId

The external ID is a unique identifier that the subscriber provides to you.

Principal

Principals can include accounts, users, roles, federated users, or AWS services.

Constructors

SubscriberIdentityProperty()

Specify the AWS account ID and external ID that the subscriber will use to access source data.

public SubscriberIdentityProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-subscriberidentity.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.Mixins.Preview.AWS.SecurityLake.Mixins;

             var subscriberIdentityProperty = new SubscriberIdentityProperty {
                 ExternalId = "externalId",
                 Principal = "principal"
             };

Properties

ExternalId

The external ID is a unique identifier that the subscriber provides to you.

public string? ExternalId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-subscriberidentity.html#cfn-securitylake-subscriber-subscriberidentity-externalid

Principal

Principals can include accounts, users, roles, federated users, or AWS services.

public string? Principal { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-subscriberidentity.html#cfn-securitylake-subscriber-subscriberidentity-principal

Implements

CfnSubscriberPropsMixin.ISubscriberIdentityProperty
Back to top Generated by DocFX