aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.shield.getDRTAccess

Explore with Pulumi AI

Config the role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your AWS account while assisting with attack mitigation.

Using getDRTAccess

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 getDRTAccess(args: GetDRTAccessArgs, opts?: InvokeOptions): Promise<GetDRTAccessResult>
function getDRTAccessOutput(args: GetDRTAccessOutputArgs, opts?: InvokeOptions): Output<GetDRTAccessResult>
def get_drt_access(account_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDRTAccessResult
def get_drt_access_output(account_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDRTAccessResult]
func LookupDRTAccess(ctx *Context, args *LookupDRTAccessArgs, opts ...InvokeOption) (*LookupDRTAccessResult, error)
func LookupDRTAccessOutput(ctx *Context, args *LookupDRTAccessOutputArgs, opts ...InvokeOption) LookupDRTAccessResultOutput

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

public static class GetDRTAccess 
{
    public static Task<GetDRTAccessResult> InvokeAsync(GetDRTAccessArgs args, InvokeOptions? opts = null)
    public static Output<GetDRTAccessResult> Invoke(GetDRTAccessInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDRTAccessResult> getDRTAccess(GetDRTAccessArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:shield:getDRTAccess
  arguments:
    # arguments dictionary

The following arguments are supported:

AccountId string
AccountId string
accountId String
accountId string
accountId String

getDRTAccess Result

The following output properties are available:

AccountId string
LogBucketList List<string>

Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.

RoleArn string

Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

AccountId string
LogBucketList []string

Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.

RoleArn string

Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

accountId String
logBucketList List<String>

Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.

roleArn String

Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

accountId string
logBucketList string[]

Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.

roleArn string

Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

account_id str
log_bucket_list Sequence[str]

Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.

role_arn str

Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

accountId String
logBucketList List<String>

Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.

roleArn String

Authorizes the Shield Response Team (SRT) using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

Package Details

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