Interface PrivateDnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.Definition<ParentT>,PrivateDnsRecordSet.DefinitionStages.CNameRecordSetBlank<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.DefinitionStages
public static interface PrivateDnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>
The stage of a CNAME record definition allowing to add alias.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a CNAME record with the provided alias.
-
Method Details
-
withAlias
Creates a CNAME record with the provided alias.- Parameters:
alias- the alias- Returns:
- the next stage of the definition
-