AWS Native
Pulumi Official

Package maintained by Pulumiv0.19.0 published on Wednesday, Jun 8, 2022 by Pulumi
getNetworkProfile
AWS::DeviceFarm::NetworkProfile creates a new DF Network Profile
Using getNetworkProfile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNetworkProfile(args: GetNetworkProfileArgs, opts?: InvokeOptions): Promise<GetNetworkProfileResult>
function getNetworkProfileOutput(args: GetNetworkProfileOutputArgs, opts?: InvokeOptions): Output<GetNetworkProfileResult>
def get_network_profile(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkProfileResult
def get_network_profile_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkProfileResult]
func LookupNetworkProfile(ctx *Context, args *LookupNetworkProfileArgs, opts ...InvokeOption) (*LookupNetworkProfileResult, error)
func LookupNetworkProfileOutput(ctx *Context, args *LookupNetworkProfileOutputArgs, opts ...InvokeOption) LookupNetworkProfileResultOutput
> Note: This function is named LookupNetworkProfile
in the Go SDK.
public static class GetNetworkProfile
{
public static Task<GetNetworkProfileResult> InvokeAsync(GetNetworkProfileArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkProfileResult> Invoke(GetNetworkProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkProfileResult> getNetworkProfile(GetNetworkProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: aws-native:devicefarm:getNetworkProfile
Arguments:
# Arguments dictionary
The following arguments are supported:
- Arn string
- Arn string
- arn String
- arn string
- arn str
- arn String
getNetworkProfile Result
The following output properties are available:
- Arn string
- Description string
- Downlink
Bandwidth intBits - Downlink
Delay intMs - Downlink
Jitter intMs - Downlink
Loss intPercent - Name string
- List<Pulumi.
Aws Native. Device Farm. Outputs. Network Profile Tag> - Uplink
Bandwidth intBits - Uplink
Delay intMs - Uplink
Jitter intMs - Uplink
Loss intPercent
- Arn string
- Description string
- Downlink
Bandwidth intBits - Downlink
Delay intMs - Downlink
Jitter intMs - Downlink
Loss intPercent - Name string
- []Network
Profile Tag - Uplink
Bandwidth intBits - Uplink
Delay intMs - Uplink
Jitter intMs - Uplink
Loss intPercent
- arn String
- description String
- downlink
Bandwidth IntegerBits - downlink
Delay IntegerMs - downlink
Jitter IntegerMs - downlink
Loss IntegerPercent - name String
- List<Network
Profile Tag> - uplink
Bandwidth IntegerBits - uplink
Delay IntegerMs - uplink
Jitter IntegerMs - uplink
Loss IntegerPercent
- arn string
- description string
- downlink
Bandwidth numberBits - downlink
Delay numberMs - downlink
Jitter numberMs - downlink
Loss numberPercent - name string
- Network
Profile Tag[] - uplink
Bandwidth numberBits - uplink
Delay numberMs - uplink
Jitter numberMs - uplink
Loss numberPercent
- arn String
- description String
- downlink
Bandwidth NumberBits - downlink
Delay NumberMs - downlink
Jitter NumberMs - downlink
Loss NumberPercent - name String
- List<Property Map>
- uplink
Bandwidth NumberBits - uplink
Delay NumberMs - uplink
Jitter NumberMs - uplink
Loss NumberPercent
Supporting Types
NetworkProfileTag
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0