1. Packages
  2. AWS Native
  3. API Docs
  4. macie
  5. getAllowList

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.macie.getAllowList

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Macie AllowList resource schema

    Using getAllowList

    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 getAllowList(args: GetAllowListArgs, opts?: InvokeOptions): Promise<GetAllowListResult>
    function getAllowListOutput(args: GetAllowListOutputArgs, opts?: InvokeOptions): Output<GetAllowListResult>
    def get_allow_list(id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetAllowListResult
    def get_allow_list_output(id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetAllowListResult]
    func LookupAllowList(ctx *Context, args *LookupAllowListArgs, opts ...InvokeOption) (*LookupAllowListResult, error)
    func LookupAllowListOutput(ctx *Context, args *LookupAllowListOutputArgs, opts ...InvokeOption) LookupAllowListResultOutput

    > Note: This function is named LookupAllowList in the Go SDK.

    public static class GetAllowList 
    {
        public static Task<GetAllowListResult> InvokeAsync(GetAllowListArgs args, InvokeOptions? opts = null)
        public static Output<GetAllowListResult> Invoke(GetAllowListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAllowListResult> getAllowList(GetAllowListArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:macie:getAllowList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    AllowList ID.
    Id string
    AllowList ID.
    id String
    AllowList ID.
    id string
    AllowList ID.
    id str
    AllowList ID.
    id String
    AllowList ID.

    getAllowList Result

    The following output properties are available:

    Arn string
    AllowList ARN.
    Criteria Pulumi.AwsNative.Macie.Outputs.AllowListCriteria
    AllowList criteria.
    Description string
    Description of AllowList.
    Id string
    AllowList ID.
    Name string
    Name of AllowList.
    Status Pulumi.AwsNative.Macie.AllowListStatus
    AllowList status.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A collection of tags associated with a resource
    Arn string
    AllowList ARN.
    Criteria AllowListCriteria
    AllowList criteria.
    Description string
    Description of AllowList.
    Id string
    AllowList ID.
    Name string
    Name of AllowList.
    Status AllowListStatus
    AllowList status.
    Tags Tag
    A collection of tags associated with a resource
    arn String
    AllowList ARN.
    criteria AllowListCriteria
    AllowList criteria.
    description String
    Description of AllowList.
    id String
    AllowList ID.
    name String
    Name of AllowList.
    status AllowListStatus
    AllowList status.
    tags List<Tag>
    A collection of tags associated with a resource
    arn string
    AllowList ARN.
    criteria AllowListCriteria
    AllowList criteria.
    description string
    Description of AllowList.
    id string
    AllowList ID.
    name string
    Name of AllowList.
    status AllowListStatus
    AllowList status.
    tags Tag[]
    A collection of tags associated with a resource
    arn str
    AllowList ARN.
    criteria AllowListCriteria
    AllowList criteria.
    description str
    Description of AllowList.
    id str
    AllowList ID.
    name str
    Name of AllowList.
    status AllowListStatus
    AllowList status.
    tags Sequence[root_Tag]
    A collection of tags associated with a resource
    arn String
    AllowList ARN.
    criteria Property Map
    AllowList criteria.
    description String
    Description of AllowList.
    id String
    AllowList ID.
    name String
    Name of AllowList.
    status "OK" | "S3_OBJECT_NOT_FOUND" | "S3_USER_ACCESS_DENIED" | "S3_OBJECT_ACCESS_DENIED" | "S3_THROTTLED" | "S3_OBJECT_OVERSIZE" | "S3_OBJECT_EMPTY" | "UNKNOWN_ERROR"
    AllowList status.
    tags List<Property Map>
    A collection of tags associated with a resource

    Supporting Types

    AllowListStatus

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi