Class CfnSubscriptionTargetProps
Properties for defining a CfnSubscriptionTarget.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSubscriptionTargetProps : ICfnSubscriptionTargetProps
Syntax (vb)
Public Class CfnSubscriptionTargetProps Implements ICfnSubscriptionTargetProps
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.DataZone;
var cfnSubscriptionTargetProps = new CfnSubscriptionTargetProps {
ApplicableAssetTypes = new [] { "applicableAssetTypes" },
AuthorizedPrincipals = new [] { "authorizedPrincipals" },
DomainIdentifier = "domainIdentifier",
EnvironmentIdentifier = "environmentIdentifier",
Name = "name",
SubscriptionTargetConfig = new [] { new SubscriptionTargetFormProperty {
Content = "content",
FormName = "formName"
} },
Type = "type",
// the properties below are optional
ManageAccessRole = "manageAccessRole",
Provider = "provider"
};
Synopsis
Constructors
| CfnSubscriptionTargetProps() | Properties for defining a |
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
CfnSubscriptionTargetProps()
Properties for defining a CfnSubscriptionTarget.
public CfnSubscriptionTargetProps()
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.DataZone;
var cfnSubscriptionTargetProps = new CfnSubscriptionTargetProps {
ApplicableAssetTypes = new [] { "applicableAssetTypes" },
AuthorizedPrincipals = new [] { "authorizedPrincipals" },
DomainIdentifier = "domainIdentifier",
EnvironmentIdentifier = "environmentIdentifier",
Name = "name",
SubscriptionTargetConfig = new [] { new SubscriptionTargetFormProperty {
Content = "content",
FormName = "formName"
} },
Type = "type",
// the properties below are optional
ManageAccessRole = "manageAccessRole",
Provider = "provider"
};
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; }