We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.workspacesweb.getIpAccessSettings
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Definition of AWS::WorkSpacesWeb::IpAccessSettings Resource Type
Using getIpAccessSettings
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 getIpAccessSettings(args: GetIpAccessSettingsArgs, opts?: InvokeOptions): Promise<GetIpAccessSettingsResult>
function getIpAccessSettingsOutput(args: GetIpAccessSettingsOutputArgs, opts?: InvokeOptions): Output<GetIpAccessSettingsResult>
def get_ip_access_settings(ip_access_settings_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpAccessSettingsResult
def get_ip_access_settings_output(ip_access_settings_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIpAccessSettingsResult]
func LookupIpAccessSettings(ctx *Context, args *LookupIpAccessSettingsArgs, opts ...InvokeOption) (*LookupIpAccessSettingsResult, error)
func LookupIpAccessSettingsOutput(ctx *Context, args *LookupIpAccessSettingsOutputArgs, opts ...InvokeOption) LookupIpAccessSettingsResultOutput
> Note: This function is named LookupIpAccessSettings
in the Go SDK.
public static class GetIpAccessSettings
{
public static Task<GetIpAccessSettingsResult> InvokeAsync(GetIpAccessSettingsArgs args, InvokeOptions? opts = null)
public static Output<GetIpAccessSettingsResult> Invoke(GetIpAccessSettingsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIpAccessSettingsResult> getIpAccessSettings(GetIpAccessSettingsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:workspacesweb:getIpAccessSettings
arguments:
# arguments dictionary
The following arguments are supported:
- Ip
Access stringSettings Arn - The ARN of the IP access settings resource.
- Ip
Access stringSettings Arn - The ARN of the IP access settings resource.
- ip
Access StringSettings Arn - The ARN of the IP access settings resource.
- ip
Access stringSettings Arn - The ARN of the IP access settings resource.
- ip_
access_ strsettings_ arn - The ARN of the IP access settings resource.
- ip
Access StringSettings Arn - The ARN of the IP access settings resource.
getIpAccessSettings Result
The following output properties are available:
- Associated
Portal List<string>Arns - A list of web portal ARNs that this IP access settings resource is associated with.
- Creation
Date string - The creation date timestamp of the IP access settings.
- Description string
- The description of the IP access settings.
- Display
Name string - The display name of the IP access settings.
- Ip
Access stringSettings Arn - The ARN of the IP access settings resource.
- Ip
Rules List<Pulumi.Aws Native. Work Spaces Web. Outputs. Ip Access Settings Ip Rule> - The IP rules of the IP access settings.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags to add to the IP access settings resource. A tag is a key-value pair.
- Associated
Portal []stringArns - A list of web portal ARNs that this IP access settings resource is associated with.
- Creation
Date string - The creation date timestamp of the IP access settings.
- Description string
- The description of the IP access settings.
- Display
Name string - The display name of the IP access settings.
- Ip
Access stringSettings Arn - The ARN of the IP access settings resource.
- Ip
Rules []IpAccess Settings Ip Rule - The IP rules of the IP access settings.
- Tag
- The tags to add to the IP access settings resource. A tag is a key-value pair.
- associated
Portal List<String>Arns - A list of web portal ARNs that this IP access settings resource is associated with.
- creation
Date String - The creation date timestamp of the IP access settings.
- description String
- The description of the IP access settings.
- display
Name String - The display name of the IP access settings.
- ip
Access StringSettings Arn - The ARN of the IP access settings resource.
- ip
Rules List<IpAccess Settings Ip Rule> - The IP rules of the IP access settings.
- List<Tag>
- The tags to add to the IP access settings resource. A tag is a key-value pair.
- associated
Portal string[]Arns - A list of web portal ARNs that this IP access settings resource is associated with.
- creation
Date string - The creation date timestamp of the IP access settings.
- description string
- The description of the IP access settings.
- display
Name string - The display name of the IP access settings.
- ip
Access stringSettings Arn - The ARN of the IP access settings resource.
- ip
Rules IpAccess Settings Ip Rule[] - The IP rules of the IP access settings.
- Tag[]
- The tags to add to the IP access settings resource. A tag is a key-value pair.
- associated_
portal_ Sequence[str]arns - A list of web portal ARNs that this IP access settings resource is associated with.
- creation_
date str - The creation date timestamp of the IP access settings.
- description str
- The description of the IP access settings.
- display_
name str - The display name of the IP access settings.
- ip_
access_ strsettings_ arn - The ARN of the IP access settings resource.
- ip_
rules Sequence[IpAccess Settings Ip Rule] - The IP rules of the IP access settings.
- Sequence[root_Tag]
- The tags to add to the IP access settings resource. A tag is a key-value pair.
- associated
Portal List<String>Arns - A list of web portal ARNs that this IP access settings resource is associated with.
- creation
Date String - The creation date timestamp of the IP access settings.
- description String
- The description of the IP access settings.
- display
Name String - The display name of the IP access settings.
- ip
Access StringSettings Arn - The ARN of the IP access settings resource.
- ip
Rules List<Property Map> - The IP rules of the IP access settings.
- List<Property Map>
- The tags to add to the IP access settings resource. A tag is a key-value pair.
Supporting Types
IpAccessSettingsIpRule
- Ip
Range string - A single IP address or an IP address range in CIDR notation
- Description string
- The description of the IP rule.
- Ip
Range string - A single IP address or an IP address range in CIDR notation
- Description string
- The description of the IP rule.
- ip
Range String - A single IP address or an IP address range in CIDR notation
- description String
- The description of the IP rule.
- ip
Range string - A single IP address or an IP address range in CIDR notation
- description string
- The description of the IP rule.
- ip_
range str - A single IP address or an IP address range in CIDR notation
- description str
- The description of the IP rule.
- ip
Range String - A single IP address or an IP address range in CIDR notation
- description String
- The description of the IP rule.
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.9.0 published on Monday, Nov 18, 2024 by Pulumi