Domain
This class encapsulates and extends the ROS resource type ALIYUN::DirectMail::Domain, which is used to create a domain name in Direct Mail.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Directmail;
new Domain(Construct Scope, string Id, DomainProps Props, bool EnableResourcePropertyConstraint = null);
| Name | Type | Description |
|---|---|---|
Scope |
AlibabaCloud.SDK.ROS.CDK.Core.Construct |
No description. |
Id |
string |
No description. |
Props |
DomainProps |
No description. |
EnableResourcePropertyConstraint |
bool |
No description. |
ScopeRequired
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
IdRequired
- Type: string
PropsRequired
- Type: DomainProps
EnableResourcePropertyConstraintOptional
- Type: bool
Methods
| Name | Description |
|---|---|
ToString |
Returns a string representation of this construct. |
Synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
AddCondition |
No description. |
AddCount |
No description. |
AddDependency |
No description. |
AddResourceDesc |
No description. |
ApplyRemovalPolicy |
No description. |
GetAtt |
No description. |
SetMetadata |
No description. |
ToString
private string ToString()
Returns a string representation of this construct.
Synthesize
private void Synthesize(ISynthesisSession Session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack and Asset
as they participate in synthesizing the cloud assembly.
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- Type: object
Static Functions
| Name | Description |
|---|---|
IsConstruct |
Return whether the given object is a Construct. |
IsConstruct
using AlibabaCloud.SDK.ROS.CDK.Directmail;
Domain.IsConstruct(object X);
Return whether the given object is a Construct.
- Type: object
Properties
| Name | Type | Description |
|---|---|---|
Node |
AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode |
The construct tree node associated with this construct. |
Ref |
string |
No description. |
Stack |
AlibabaCloud.SDK.ROS.CDK.Core.Stack |
The stack in which this resource is defined. |
Resource |
AlibabaCloud.SDK.ROS.CDK.Core.RosResource |
No description. |
AttrCnameAuthStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CnameAuthStatus: Cname auth status. |
AttrCnameConfirmStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CnameConfirmStatus: Cname confirm status. |
AttrCnameRecord |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CnameRecord: Cname record. |
AttrCreateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreateTime: The creation time of the domain. |
AttrDefaultDomain |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DefaultDomain: Default domain. |
AttrDnsMx |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DnsMx: DNS MX. |
AttrDnsSpf |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DnsSpf: DNS SPF. |
AttrDnsTxt |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DnsTxt: DNS txt. |
AttrDomainId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DomainId: The ID of the domain. |
AttrDomainName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DomainName: The name of the domain. |
AttrDomainType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DomainType: The type of the domain. |
AttrIcpStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute IcpStatus: ICP status. |
AttrMxAuthStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute MxAuthStatus: MX auth status. |
AttrMxRecord |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute MxRecord: MX Record. |
AttrSpfAuthStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SpfAuthStatus: SPF auth status. |
AttrSpfRecord |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SpfRecord: SPF record. |
AttrTlDomainName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute TlDomainName: TL domain name. |
AttrTracefRecord |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute TracefRecord: Tracef Record. |
NodeRequired
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
RefRequired
public string Ref { get; }
- Type: string
StackRequired
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
ResourceOptional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrCnameAuthStatusRequired
public IResolvable AttrCnameAuthStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CnameAuthStatus: Cname auth status.
AttrCnameConfirmStatusRequired
public IResolvable AttrCnameConfirmStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CnameConfirmStatus: Cname confirm status.
AttrCnameRecordRequired
public IResolvable AttrCnameRecord { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CnameRecord: Cname record.
AttrCreateTimeRequired
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: The creation time of the domain.
AttrDefaultDomainRequired
public IResolvable AttrDefaultDomain { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DefaultDomain: Default domain.
AttrDnsMxRequired
public IResolvable AttrDnsMx { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DnsMx: DNS MX.
AttrDnsSpfRequired
public IResolvable AttrDnsSpf { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DnsSpf: DNS SPF.
AttrDnsTxtRequired
public IResolvable AttrDnsTxt { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DnsTxt: DNS txt.
AttrDomainIdRequired
public IResolvable AttrDomainId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DomainId: The ID of the domain.
AttrDomainNameRequired
public IResolvable AttrDomainName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DomainName: The name of the domain.
AttrDomainTypeRequired
public IResolvable AttrDomainType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DomainType: The type of the domain.
AttrIcpStatusRequired
public IResolvable AttrIcpStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute IcpStatus: ICP status.
AttrMxAuthStatusRequired
public IResolvable AttrMxAuthStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute MxAuthStatus: MX auth status.
AttrMxRecordRequired
public IResolvable AttrMxRecord { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute MxRecord: MX Record.
AttrSpfAuthStatusRequired
public IResolvable AttrSpfAuthStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SpfAuthStatus: SPF auth status.
AttrSpfRecordRequired
public IResolvable AttrSpfRecord { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SpfRecord: SPF record.
AttrTlDomainNameRequired
public IResolvable AttrTlDomainName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute TlDomainName: TL domain name.
AttrTracefRecordRequired
public IResolvable AttrTracefRecord { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute TracefRecord: Tracef Record.