1. Packages
  2. AWS Native
  3. API Docs
  4. securityhub
  5. getDelegatedAdmin

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.securityhub.getDelegatedAdmin

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    The AWS::SecurityHub::DelegatedAdmin resource represents the AWS Security Hub delegated admin account in your organization. One delegated admin resource is allowed to create for the organization in each region in which you configure the AdminAccountId.

    Using getDelegatedAdmin

    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 getDelegatedAdmin(args: GetDelegatedAdminArgs, opts?: InvokeOptions): Promise<GetDelegatedAdminResult>
    function getDelegatedAdminOutput(args: GetDelegatedAdminOutputArgs, opts?: InvokeOptions): Output<GetDelegatedAdminResult>
    def get_delegated_admin(delegated_admin_identifier: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetDelegatedAdminResult
    def get_delegated_admin_output(delegated_admin_identifier: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetDelegatedAdminResult]
    func LookupDelegatedAdmin(ctx *Context, args *LookupDelegatedAdminArgs, opts ...InvokeOption) (*LookupDelegatedAdminResult, error)
    func LookupDelegatedAdminOutput(ctx *Context, args *LookupDelegatedAdminOutputArgs, opts ...InvokeOption) LookupDelegatedAdminResultOutput

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

    public static class GetDelegatedAdmin 
    {
        public static Task<GetDelegatedAdminResult> InvokeAsync(GetDelegatedAdminArgs args, InvokeOptions? opts = null)
        public static Output<GetDelegatedAdminResult> Invoke(GetDelegatedAdminInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDelegatedAdminResult> getDelegatedAdmin(GetDelegatedAdminArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:securityhub:getDelegatedAdmin
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DelegatedAdminIdentifier string
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    DelegatedAdminIdentifier string
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    delegatedAdminIdentifier String
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    delegatedAdminIdentifier string
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    delegated_admin_identifier str
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    delegatedAdminIdentifier String
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier

    getDelegatedAdmin Result

    The following output properties are available:

    DelegatedAdminIdentifier string
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    Status Pulumi.AwsNative.SecurityHub.DelegatedAdminStatus
    The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
    DelegatedAdminIdentifier string
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    Status DelegatedAdminStatus
    The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
    delegatedAdminIdentifier String
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    status DelegatedAdminStatus
    The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
    delegatedAdminIdentifier string
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    status DelegatedAdminStatus
    The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
    delegated_admin_identifier str
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    status DelegatedAdminStatus
    The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
    delegatedAdminIdentifier String
    The identifier of the DelegatedAdmin being created and assigned as the unique identifier
    status "ENABLED" | "DISABLE_IN_PROGRESS"
    The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator

    Supporting Types

    DelegatedAdminStatus

    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.105.0 published on Thursday, May 2, 2024 by Pulumi