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 RecordTargetRecordTarget.fromAlias(IAliasRecordTarget aliasTarget) Use an alias as target.static RecordTargetRecordTarget.fromIpAddresses(String... ipAddresses) Use ip addresses as target.static RecordTargetRecordTarget.fromValues(String... values) Use string values as target.AaaaRecordProps.getTarget()The target.final RecordTargetAaaaRecordProps.Jsii$Proxy.getTarget()ARecordProps.getTarget()The target.final RecordTargetARecordProps.Jsii$Proxy.getTarget()default RecordTargetHttpsRecordProps.getTarget()The target (mostly used as an alias target to CloudFront).final RecordTargetHttpsRecordProps.Jsii$Proxy.getTarget()RecordSetProps.getTarget()The target for this record, eitherRecordTarget.fromValues()orRecordTarget.fromAlias().final RecordTargetRecordSetProps.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()