We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.ec2.getDhcpOptions
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::EC2::DHCPOptions
Using getDhcpOptions
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 getDhcpOptions(args: GetDhcpOptionsArgs, opts?: InvokeOptions): Promise<GetDhcpOptionsResult>
function getDhcpOptionsOutput(args: GetDhcpOptionsOutputArgs, opts?: InvokeOptions): Output<GetDhcpOptionsResult>def get_dhcp_options(dhcp_options_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDhcpOptionsResult
def get_dhcp_options_output(dhcp_options_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDhcpOptionsResult]func LookupDhcpOptions(ctx *Context, args *LookupDhcpOptionsArgs, opts ...InvokeOption) (*LookupDhcpOptionsResult, error)
func LookupDhcpOptionsOutput(ctx *Context, args *LookupDhcpOptionsOutputArgs, opts ...InvokeOption) LookupDhcpOptionsResultOutput> Note: This function is named LookupDhcpOptions in the Go SDK.
public static class GetDhcpOptions
{
public static Task<GetDhcpOptionsResult> InvokeAsync(GetDhcpOptionsArgs args, InvokeOptions? opts = null)
public static Output<GetDhcpOptionsResult> Invoke(GetDhcpOptionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDhcpOptionsResult> getDhcpOptions(GetDhcpOptionsArgs args, InvokeOptions options)
public static Output<GetDhcpOptionsResult> getDhcpOptions(GetDhcpOptionsArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ec2:getDhcpOptions
arguments:
# arguments dictionaryThe following arguments are supported:
- Dhcp
Options stringId - The ID of the DHCP options set.
- Dhcp
Options stringId - The ID of the DHCP options set.
- dhcp
Options StringId - The ID of the DHCP options set.
- dhcp
Options stringId - The ID of the DHCP options set.
- dhcp_
options_ strid - The ID of the DHCP options set.
- dhcp
Options StringId - The ID of the DHCP options set.
getDhcpOptions Result
The following output properties are available:
- Dhcp
Options stringId - The ID of the DHCP options set.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Any tags assigned to the DHCP options set.
- Dhcp
Options stringId - The ID of the DHCP options set.
- Tag
- Any tags assigned to the DHCP options set.
- dhcp
Options StringId - The ID of the DHCP options set.
- List<Tag>
- Any tags assigned to the DHCP options set.
- dhcp
Options stringId - The ID of the DHCP options set.
- Tag[]
- Any tags assigned to the DHCP options set.
- dhcp_
options_ strid - The ID of the DHCP options set.
- Sequence[root_Tag]
- Any tags assigned to the DHCP options set.
- dhcp
Options StringId - The ID of the DHCP options set.
- List<Property Map>
- Any tags assigned to the DHCP options set.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
