Uses of Class
software.amazon.awscdk.services.route53.RecordTarget
Packages that use RecordTarget
-
Uses of RecordTarget in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return RecordTargetModifier and TypeMethodDescriptionstatic RecordTarget
RecordTarget.fromAlias
(IAliasRecordTarget aliasTarget) Use an alias as target.static RecordTarget
RecordTarget.fromIpAddresses
(String... ipAddresses) Use ip addresses as target.static RecordTarget
RecordTarget.fromValues
(String... values) Use string values as target.AaaaRecordProps.getTarget()
The target.final RecordTarget
AaaaRecordProps.Jsii$Proxy.getTarget()
ARecordProps.getTarget()
The target.final RecordTarget
ARecordProps.Jsii$Proxy.getTarget()
default RecordTarget
HttpsRecordProps.getTarget()
The target (mostly used as an alias target to CloudFront).final RecordTarget
HttpsRecordProps.Jsii$Proxy.getTarget()
RecordSetProps.getTarget()
The target for this record, eitherRecordTarget.fromValues()
orRecordTarget.fromAlias()
.final RecordTarget
RecordSetProps.Jsii$Proxy.getTarget()
Methods in software.amazon.awscdk.services.route53 with parameters of type RecordTargetModifier and TypeMethodDescriptionAaaaRecord.Builder.target
(RecordTarget target) The target.AaaaRecordProps.Builder.target
(RecordTarget target) Sets the value ofAaaaRecordProps.getTarget()
ARecord.Builder.target
(RecordTarget target) The target.ARecordProps.Builder.target
(RecordTarget target) Sets the value ofARecordProps.getTarget()
HttpsRecord.Builder.target
(RecordTarget target) The target (mostly used as an alias target to CloudFront).HttpsRecordProps.Builder.target
(RecordTarget target) Sets the value ofHttpsRecordProps.getTarget()
RecordSet.Builder.target
(RecordTarget target) The target for this record, eitherRecordTarget.fromValues()
orRecordTarget.fromAlias()
.RecordSetProps.Builder.target
(RecordTarget target) Sets the value ofRecordSetProps.getTarget()