com.pulumi.aws.networkmanager.LinkArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.networkmanager;
import com.pulumi.aws.networkmanager.inputs.LinkBandwidthArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class LinkArgs extends com.pulumi.resources.ResourceArgs {
public static final LinkArgs Empty = new LinkArgs();
/**
* The upload speed and download speed in Mbps. Documented below.
*
*/
@Import(name="bandwidth", required=true)
private Output bandwidth;
/**
* @return The upload speed and download speed in Mbps. Documented below.
*
*/
public Output bandwidth() {
return this.bandwidth;
}
/**
* A description of the link.
*
*/
@Import(name="description")
private @Nullable Output description;
/**
* @return A description of the link.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy