1. Packages
  2. AWS Native
  3. API Docs
  4. workspacesweb
  5. getIpAccessSettings

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.workspacesweb.getIpAccessSettings

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 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:

    IpAccessSettingsArn string
    The ARN of the IP access settings resource.
    IpAccessSettingsArn string
    The ARN of the IP access settings resource.
    ipAccessSettingsArn String
    The ARN of the IP access settings resource.
    ipAccessSettingsArn string
    The ARN of the IP access settings resource.
    ip_access_settings_arn str
    The ARN of the IP access settings resource.
    ipAccessSettingsArn String
    The ARN of the IP access settings resource.

    getIpAccessSettings Result

    The following output properties are available:

    AssociatedPortalArns List<string>
    A list of web portal ARNs that this IP access settings resource is associated with.
    CreationDate string
    The creation date timestamp of the IP access settings.
    Description string
    The description of the IP access settings.
    DisplayName string
    The display name of the IP access settings.
    IpAccessSettingsArn string
    The ARN of the IP access settings resource.
    IpRules List<Pulumi.AwsNative.WorkSpacesWeb.Outputs.IpAccessSettingsIpRule>
    The IP rules of the IP access settings.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to add to the IP access settings resource. A tag is a key-value pair.
    AssociatedPortalArns []string
    A list of web portal ARNs that this IP access settings resource is associated with.
    CreationDate string
    The creation date timestamp of the IP access settings.
    Description string
    The description of the IP access settings.
    DisplayName string
    The display name of the IP access settings.
    IpAccessSettingsArn string
    The ARN of the IP access settings resource.
    IpRules []IpAccessSettingsIpRule
    The IP rules of the IP access settings.
    Tags Tag
    The tags to add to the IP access settings resource. A tag is a key-value pair.
    associatedPortalArns List<String>
    A list of web portal ARNs that this IP access settings resource is associated with.
    creationDate String
    The creation date timestamp of the IP access settings.
    description String
    The description of the IP access settings.
    displayName String
    The display name of the IP access settings.
    ipAccessSettingsArn String
    The ARN of the IP access settings resource.
    ipRules List<IpAccessSettingsIpRule>
    The IP rules of the IP access settings.
    tags List<Tag>
    The tags to add to the IP access settings resource. A tag is a key-value pair.
    associatedPortalArns string[]
    A list of web portal ARNs that this IP access settings resource is associated with.
    creationDate string
    The creation date timestamp of the IP access settings.
    description string
    The description of the IP access settings.
    displayName string
    The display name of the IP access settings.
    ipAccessSettingsArn string
    The ARN of the IP access settings resource.
    ipRules IpAccessSettingsIpRule[]
    The IP rules of the IP access settings.
    tags Tag[]
    The tags to add to the IP access settings resource. A tag is a key-value pair.
    associated_portal_arns Sequence[str]
    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_settings_arn str
    The ARN of the IP access settings resource.
    ip_rules Sequence[IpAccessSettingsIpRule]
    The IP rules of the IP access settings.
    tags Sequence[root_Tag]
    The tags to add to the IP access settings resource. A tag is a key-value pair.
    associatedPortalArns List<String>
    A list of web portal ARNs that this IP access settings resource is associated with.
    creationDate String
    The creation date timestamp of the IP access settings.
    description String
    The description of the IP access settings.
    displayName String
    The display name of the IP access settings.
    ipAccessSettingsArn String
    The ARN of the IP access settings resource.
    ipRules List<Property Map>
    The IP rules of the IP access settings.
    tags List<Property Map>
    The tags to add to the IP access settings resource. A tag is a key-value pair.

    Supporting Types

    IpAccessSettingsIpRule

    IpRange string
    A single IP address or an IP address range in CIDR notation
    Description string
    The description of the IP rule.
    IpRange string
    A single IP address or an IP address range in CIDR notation
    Description string
    The description of the IP rule.
    ipRange String
    A single IP address or an IP address range in CIDR notation
    description String
    The description of the IP rule.
    ipRange 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.
    ipRange String
    A single IP address or an IP address range in CIDR notation
    description String
    The description of the IP rule.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi