Class CfnSubscriptionTargetMixinProps
Properties for CfnSubscriptionTargetPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DataZone
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSubscriptionTargetMixinProps : ICfnSubscriptionTargetMixinProps
Syntax (vb)
Public Class CfnSubscriptionTargetMixinProps Implements ICfnSubscriptionTargetMixinProps
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.CfnPropertyMixins.AWS.DataZone;
var cfnSubscriptionTargetMixinProps = new CfnSubscriptionTargetMixinProps {
ApplicableAssetTypes = new [] { "applicableAssetTypes" },
AuthorizedPrincipals = new [] { "authorizedPrincipals" },
DomainIdentifier = "domainIdentifier",
EnvironmentIdentifier = "environmentIdentifier",
ManageAccessRole = "manageAccessRole",
Name = "name",
Provider = "provider",
SubscriptionTargetConfig = new [] { new SubscriptionTargetFormProperty {
Content = "content",
FormName = "formName"
} },
Type = "type"
};
Synopsis
Constructors
| CfnSubscriptionTargetMixinProps() | Properties for CfnSubscriptionTargetPropsMixin. |
Properties
| ApplicableAssetTypes | The asset types included in the subscription target. |
| AuthorizedPrincipals | The authorized principals included in the subscription target. |
| DomainIdentifier | The ID of the Amazon DataZone domain in which subscription target is created. |
| EnvironmentIdentifier | The ID of the environment in which subscription target is created. |
| ManageAccessRole | The manage access role that is used to create the subscription target. |
| Name | The name of the subscription target. |
| Provider | The provider of the subscription target. |
| SubscriptionTargetConfig | The configuration of the subscription target. |
| Type | The type of the subscription target. |
Constructors
CfnSubscriptionTargetMixinProps()
Properties for CfnSubscriptionTargetPropsMixin.
public CfnSubscriptionTargetMixinProps()
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.CfnPropertyMixins.AWS.DataZone;
var cfnSubscriptionTargetMixinProps = new CfnSubscriptionTargetMixinProps {
ApplicableAssetTypes = new [] { "applicableAssetTypes" },
AuthorizedPrincipals = new [] { "authorizedPrincipals" },
DomainIdentifier = "domainIdentifier",
EnvironmentIdentifier = "environmentIdentifier",
ManageAccessRole = "manageAccessRole",
Name = "name",
Provider = "provider",
SubscriptionTargetConfig = new [] { new SubscriptionTargetFormProperty {
Content = "content",
FormName = "formName"
} },
Type = "type"
};
Properties
ApplicableAssetTypes
The asset types included in the subscription target.
public string[]? ApplicableAssetTypes { get; set; }
Property Value
string[]
Remarks
AuthorizedPrincipals
The authorized principals included in the subscription target.
public string[]? AuthorizedPrincipals { get; set; }
Property Value
string[]
Remarks
DomainIdentifier
The ID of the Amazon DataZone domain in which subscription target is created.
public string? DomainIdentifier { get; set; }
Property Value
Remarks
EnvironmentIdentifier
The ID of the environment in which subscription target is created.
public string? EnvironmentIdentifier { get; set; }
Property Value
Remarks
ManageAccessRole
The manage access role that is used to create the subscription target.
public string? ManageAccessRole { get; set; }
Property Value
Remarks
Name
The name of the subscription target.
public string? Name { get; set; }
Property Value
Remarks
Provider
The provider of the subscription target.
public string? Provider { get; set; }
Property Value
Remarks
SubscriptionTargetConfig
The configuration of the subscription target.
public object? SubscriptionTargetConfig { get; set; }
Property Value
Remarks
Type
The type of the subscription target.
public string? Type { get; set; }