AWS Native is in preview. AWS Classic is fully supported.
aws-native.securityhub.getDelegatedAdmin
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- Delegated
Admin stringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- Delegated
Admin stringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- delegated
Admin StringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- delegated
Admin stringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- delegated_
admin_ stridentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- delegated
Admin StringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
getDelegatedAdmin Result
The following output properties are available:
- Delegated
Admin stringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- Status
Pulumi.
Aws Native. Security Hub. Delegated Admin Status - The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
- Delegated
Admin stringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- Status
Delegated
Admin Status - The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
- delegated
Admin StringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- status
Delegated
Admin Status - The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
- delegated
Admin stringIdentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- status
Delegated
Admin Status - The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
- delegated_
admin_ stridentifier - The identifier of the DelegatedAdmin being created and assigned as the unique identifier
- status
Delegated
Admin Status - The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
- delegated
Admin StringIdentifier - 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 is in preview. AWS Classic is fully supported.