AWS Native v0.64.0, Jun 2 23
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:
- Account
Id string
- Account
Id string
- account
Id String
- account
Id string
- account_
id str
- account
Id String
getDRTAccess Result
The following output properties are available:
- Account
Id string - Log
Bucket List<string>List 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 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 string - Log
Bucket []stringList 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 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 String - log
Bucket List<String>List 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 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 string - log
Bucket string[]List 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 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_ Sequence[str]list 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.
- account
Id String - log
Bucket List<String>List 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 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